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

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

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:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:353)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
        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 9755 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
 57B4ADD7CA77B904-001\init-core-data-001
   [junit4]   2> 2334701 T9990 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /iyp/y
   [junit4]   2> 2334708 T9990 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2334709 T9990 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2334710 T9991 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2334829 T9990 oasc.ZkTestServer.run start zk server on 
port:50169
   [junit4]   2> 2334829 T9990 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2334833 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2334839 T9998 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@51d04cba 
name:ZooKeeperConnection Watcher:127.0.0.1:50169 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2334840 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2334840 T9990 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2334841 T9990 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2334847 T9990 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2334849 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2334853 T10001 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@132b734 name:ZooKeeperConnection 
Watcher:127.0.0.1:50169/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2334854 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2334854 T9990 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2334854 T9990 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2334858 T9990 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2334864 T9990 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2334868 T9990 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2334872 T9990 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> 2334872 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2334883 T9990 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> 2334883 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2334893 T9990 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> 2334894 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2334900 T9990 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> 2334900 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2334905 T9990 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> 2334906 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2334911 T9990 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> 2334911 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2334916 T9990 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> 2334916 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2334922 T9990 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> 2334922 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2334928 T9990 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> 2334928 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2334935 T9990 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> 2334935 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2334942 T9990 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> 2334942 T9990 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2337200 T9990 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2337212 T9990 oejs.AbstractConnector.doStart Started 
[email protected]:50177
   [junit4]   2> 2337212 T9990 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2337212 T9990 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2337212 T9990 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
 57B4ADD7CA77B904-001\tempDir-002
   [junit4]   2> 2337214 T9990 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
 57B4ADD7CA77B904-001\tempDir-002\'
   [junit4]   2> 2337273 T9990 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001\tempDir-002\solr.xml
   [junit4]   2> 2337308 T9990 oasc.CoreContainer.<init> New CoreContainer 
6787400
   [junit4]   2> 2337308 T9990 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
 57B4ADD7CA77B904-001\tempDir-002\]
   [junit4]   2> 2337310 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2337310 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2337310 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2337310 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2337310 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2337310 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2337312 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2337312 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2337312 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2337312 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2337315 T9990 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2337315 T9990 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2337315 T9990 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2337315 T9990 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2337315 T9990 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50169/solr
   [junit4]   2> 2337317 T9990 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2337317 T9990 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2337322 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2337324 T10013 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e86aed4 
name:ZooKeeperConnection Watcher:127.0.0.1:50169 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2337325 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2337325 T9990 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2337330 T9992 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ad36448800002, 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> 2337332 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2337336 T10016 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15575acc 
name:ZooKeeperConnection Watcher:127.0.0.1:50169/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2337336 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2337338 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2337345 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2337351 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2337358 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2337363 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2337368 T9990 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2337371 T9990 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50176_iyp%2Fy
   [junit4]   2> 2337373 T9990 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50176_iyp%2Fy
   [junit4]   2> 2337378 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2337383 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2337387 T9990 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2337390 T9990 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50176_iyp%2Fy
   [junit4]   2> 2337390 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2337395 T9990 oasc.Overseer.start Overseer 
(id=93119169981054979-127.0.0.1:50176_iyp%2Fy-n_0000000000) starting
   [junit4]   2> 2337399 T9990 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2337418 T9990 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2337420 T10018 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2337421 T9990 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2337425 T9990 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2337429 T9990 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2337439 T10017 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2337443 T10020 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2337444 T10020 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2337446 T10020 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2337446 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2337456 T10017 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:50176/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50176_iyp%2Fy",
   [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> 2337457 T10017 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:50176/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50176_iyp%2Fy",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2337457 T10017 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 2337457 T10017 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2337460 T10016 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> 2338632 T10020 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2338632 T10020 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2338633 T10020 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2338633 T10020 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2338635 T10020 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2338635 T10020 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
 57B4ADD7CA77B904-001\tempDir-002\collection1\'
   [junit4]   2> 2338638 T10020 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2338638 T10020 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2338642 T10020 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2338679 T10020 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2338684 T10020 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2338694 T10020 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2338700 T10020 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2338710 T10020 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2338716 T10020 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2338721 T10020 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2338883 T10020 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2338892 T10020 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2338894 T10020 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2338915 T10020 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2338920 T10020 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2338923 T10020 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2338927 T10020 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2338927 T10020 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2338927 T10020 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2338929 T10020 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2338929 T10020 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2338930 T10020 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2338930 T10020 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2338930 T10020 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
 57B4ADD7CA77B904-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001\tempDir-001/control/data\
   [junit4]   2> 2338930 T10020 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7570759d
   [junit4]   2> 2338931 T10020 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
 57B4ADD7CA77B904-001\tempDir-001/control/data\
   [junit4]   2> 2338931 T10020 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
 57B4ADD7CA77B904-001\tempDir-001/control/data\index/
   [junit4]   2> 2338931 T10020 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
 57B4ADD7CA77B904-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 2338933 T10020 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
 57B4ADD7CA77B904-001\tempDir-001/control/data\index
   [junit4]   2> 2338933 T10020 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=84.3427734375, 
floorSegmentMB=0.5732421875, forceMergeDeletesPctAllowed=7.230056138748529, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2338934 T10020 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@45dcd1dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@220bc9db),segFN=segments_1,generation=1}
   [junit4]   2> 2338934 T10020 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2338938 T10020 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2338940 T10020 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2338940 T10020 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2338941 T10020 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2338941 T10020 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2338941 T10020 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2338942 T10020 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2338942 T10020 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2338942 T10020 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2338942 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2338943 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2338943 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2338943 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2338944 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2338944 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2338944 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2338945 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2338947 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2338948 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2338948 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2338948 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2338949 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2338949 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2338949 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2338950 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2338950 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2338951 T10020 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2338956 T10020 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2338959 T10020 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2338960 T10020 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2338962 T10020 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2338963 T10020 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2338969 T10020 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2338969 T10020 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2338970 T10020 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=76.658203125, 
floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=13.647121232523306, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2338970 T10020 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@45dcd1dd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@220bc9db),segFN=segments_1,generation=1}
   [junit4]   2> 2338970 T10020 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2338971 T10020 oass.SolrIndexSearcher.<init> Opening 
Searcher@7878c73a[collection1] main
   [junit4]   2> 2338971 T10020 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2338973 T10020 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2338973 T10020 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 2338974 T10020 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2338974 T10020 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2338974 T10020 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2338975 T10020 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2338975 T10020 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2338975 T10020 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2338975 T10020 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2338977 T10021 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7878c73a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2338977 T10020 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2338978 T10024 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:50176/iyp/y 
collection:control_collection shard:shard1
   [junit4]   2> 2338980 T9990 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2338980 T9990 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2338980 T10024 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2338981 T9990 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2338985 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2338988 T10028 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3a9ff19b 
name:ZooKeeperConnection Watcher:127.0.0.1:50169/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2338989 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2338989 T9990 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2338993 T9990 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2338995 T10024 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 2338999 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2339001 T10024 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2339001 T10024 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C7468 name=collection1 
org.apache.solr.core.SolrCore@58000940 
url=http://127.0.0.1:50176/iyp/y/collection1 node=127.0.0.1:50176_iyp%2Fy 
C7468_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:50176/iyp/y, node_name=127.0.0.1:50176_iyp%2Fy, 
state=down}
   [junit4]   2> 2339001 T10024 C7468 P50176 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:50176/iyp/y/collection1/
   [junit4]   2> 2339001 T10024 C7468 P50176 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 2339002 T10024 C7468 P50176 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:50176/iyp/y/collection1/ has no replicas
   [junit4]   2> 2339002 T10024 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:50176/iyp/y/collection1/ shard1
   [junit4]   2> 2339003 T10024 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2339003 T10017 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> 2339004 T9990 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 2339021 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2339025 T10017 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:50176/iyp/y";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 2339153 T10016 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> 2339155 T10028 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> 2339207 T10024 oasc.ZkController.register We are 
http://127.0.0.1:50176/iyp/y/collection1/ and leader is 
http://127.0.0.1:50176/iyp/y/collection1/
   [junit4]   2> 2339207 T10024 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:50176/iyp/y
   [junit4]   2> 2339207 T10024 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 2339207 T10024 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2339207 T10024 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2339212 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2339221 T10017 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:50176/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50176_iyp%2Fy",
   [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> 2339222 T10017 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:50176/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50176_iyp%2Fy",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2339356 T10028 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> 2339358 T10016 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> 2341171 T9990 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2341174 T9990 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2341180 T9990 oejs.AbstractConnector.doStart Started 
[email protected]:50190
   [junit4]   2> 2341183 T9990 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2341183 T9990 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2341183 T9990 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
 57B4ADD7CA77B904-001\tempDir-003
   [junit4]   2> 2341183 T9990 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
 57B4ADD7CA77B904-001\tempDir-003\'
   [junit4]   2> 2341233 T9990 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001\tempDir-003\solr.xml
   [junit4]   2> 2341253 T9990 oasc.CoreContainer.<init> New CoreContainer 
1228212646
   [junit4]   2> 2341255 T9990 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
 57B4ADD7CA77B904-001\tempDir-003\]
   [junit4]   2> 2341255 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2341256 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2341256 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2341256 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2341256 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2341257 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2341257 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2341257 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2341258 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2341258 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2341259 T9990 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2341259 T9990 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2341259 T9990 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2341260 T9990 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2341260 T9990 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50169/solr
   [junit4]   2> 2341260 T9990 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2341262 T9990 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2341264 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2341268 T10040 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f6b8b39 
name:ZooKeeperConnection Watcher:127.0.0.1:50169 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2341270 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2341270 T9990 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2341275 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2341279 T10043 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d9a7153 
name:ZooKeeperConnection Watcher:127.0.0.1:50169/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2341279 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2341292 T9990 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2342486 T9990 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50189_iyp%2Fy
   [junit4]   2> 2342488 T9990 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50189_iyp%2Fy
   [junit4]   2> 2342495 T9990 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2342509 T10044 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2342509 T10044 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2342511 T10044 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2342512 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2342515 T10017 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:50189/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50189_iyp%2Fy",
   [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> 2342516 T10017 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:50189/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50189_iyp%2Fy",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2342516 T10017 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 2342516 T10017 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 2342520 T10028 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> 2342522 T10016 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> 2342523 T10043 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> 2343630 T10044 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2343630 T10044 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2343631 T10044 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2343631 T10044 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2343633 T10044 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2343633 T10044 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
 57B4ADD7CA77B904-001\tempDir-003\collection1\'
   [junit4]   2> 2343636 T10044 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2343637 T10044 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2343638 T10044 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2343673 T10044 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2343677 T10044 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2343691 T10044 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2343712 T10044 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2343723 T10044 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2343727 T10044 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2343733 T10044 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2343894 T10044 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2343904 T10044 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2343907 T10044 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2343927 T10044 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2343931 T10044 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2343934 T10044 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2343936 T10044 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2343936 T10044 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2343936 T10044 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2343938 T10044 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2343938 T10044 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2343938 T10044 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2343938 T10044 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2343940 T10044 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
 57B4ADD7CA77B904-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001\tempDir-001/jetty1\
   [junit4]   2> 2343940 T10044 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7570759d
   [junit4]   2> 2343941 T10044 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
 57B4ADD7CA77B904-001\tempDir-001/jetty1\
   [junit4]   2> 2343941 T10044 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
 57B4ADD7CA77B904-001\tempDir-001/jetty1\index/
   [junit4]   2> 2343941 T10044 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
 57B4ADD7CA77B904-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 2343941 T10044 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
 57B4ADD7CA77B904-001\tempDir-001/jetty1\index
   [junit4]   2> 2343942 T10044 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=84.3427734375, 
floorSegmentMB=0.5732421875, forceMergeDeletesPctAllowed=7.230056138748529, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2343942 T10044 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@522d36f3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c22740),segFN=segments_1,generation=1}
   [junit4]   2> 2343942 T10044 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2343945 T10044 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2343946 T10044 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2343946 T10044 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2343946 T10044 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2343946 T10044 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2343946 T10044 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2343948 T10044 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2343948 T10044 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2343948 T10044 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2343948 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2343950 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2343950 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2343950 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2343951 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2343951 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2343952 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2343952 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2343953 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2343954 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2343954 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2343955 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2343955 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2343956 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2343956 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2343957 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2343958 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2343958 T10044 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2343964 T10044 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2343965 T10044 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2343966 T10044 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2343968 T10044 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2343969 T10044 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2343972 T10044 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2343972 T10044 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2343973 T10044 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=76.658203125, 
floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=13.647121232523306, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2343973 T10044 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@522d36f3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c22740),segFN=segments_1,generation=1}
   [junit4]   2> 2343973 T10044 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2343973 T10044 oass.SolrIndexSearcher.<init> Opening 
Searcher@3bd4dda4[collection1] main
   [junit4]   2> 2343973 T10044 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2343978 T10044 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2343978 T10044 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 2343979 T10044 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2343979 T10044 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2343979 T10044 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2343980 T10044 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2343980 T10044 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2343980 T10044 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2343980 T10044 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2343982 T10045 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3bd4dda4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2343982 T10044 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2343984 T10048 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:50189/iyp/y collection:collection1 
shard:shard2
   [junit4]   2> 2343985 T9990 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2343985 T9990 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2344003 T10048 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2344014 T10048 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 2344021 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2344022 T10048 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2344022 T10048 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C7469 name=collection1 
org.apache.solr.core.SolrCore@198faf77 
url=http://127.0.0.1:50189/iyp/y/collection1 node=127.0.0.1:50189_iyp%2Fy 
C7469_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:50189/iyp/y, node_name=127.0.0.1:50189_iyp%2Fy, 
state=down}
   [junit4]   2> 2344022 T10048 C7469 P50189 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:50189/iyp/y/collection1/
   [junit4]   2> 2344024 T10048 C7469 P50189 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 2344024 T10048 C7469 P50189 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:50189/iyp/y/collection1/ has no replicas
   [junit4]   2> 2344024 T10048 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:50189/iyp/y/collection1/ shard2
   [junit4]   2> 2344024 T10048 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2344026 T10017 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> 2344044 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2344050 T10017 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:50189/iyp/y";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 2344167 T10016 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> 2344168 T10043 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> 2344169 T10028 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> 2344212 T10048 oasc.ZkController.register We are 
http://127.0.0.1:50189/iyp/y/collection1/ and leader is 
http://127.0.0.1:50189/iyp/y/collection1/
   [junit4]   2> 2344212 T10048 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:50189/iyp/y
   [junit4]   2> 2344212 T10048 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 2344212 T10048 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2344212 T10048 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2344218 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2344222 T10017 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:50189/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50189_iyp%2Fy",
   [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> 2344223 T10017 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:50189/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50189_iyp%2Fy",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2344341 T10016 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> 2344341 T10028 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> 2344342 T10043 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> 2345943 T9990 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2345944 T9990 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2345953 T9990 oejs.AbstractConnector.doStart Started 
[email protected]:50200
   [junit4]   2> 2345954 T9990 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 2345954 T9990 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2345954 T9990 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
 57B4ADD7CA77B904-001\tempDir-004
   [junit4]   2> 2345955 T9990 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
 57B4ADD7CA77B904-001\tempDir-004\'
   [junit4]   2> 2345994 T9990 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001\tempDir-004\solr.xml
   [junit4]   2> 2346012 T9990 oasc.CoreContainer.<init> New CoreContainer 
1265518249
   [junit4]   2> 2346012 T9990 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
 57B4ADD7CA77B904-001\tempDir-004\]
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2346013 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2346014 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2346016 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2346016 T9990 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2346016 T9990 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2346016 T9990 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2346016 T9990 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2346016 T9990 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2346016 T9990 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50169/solr
   [junit4]   2> 2346016 T9990 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2346016 T9990 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2346022 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2346025 T10061 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3f025987 
name:ZooKeeperConnection Watcher:127.0.0.1:50169 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2346025 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2346025 T9990 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2346030 T9990 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2346034 T10064 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5466052c 
name:ZooKeeperConnection Watcher:127.0.0.1:50169/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2346034 T9990 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2346049 T9990 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2347124 T9990 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50199_iyp%2Fy
   [junit4]   2> 2347125 T9990 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50199_iyp%2Fy
   [junit4]   2> 2347133 T9990 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2347140 T10065 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2347140 T10065 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2347141 T10016 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2347141 T10065 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2347144 T10017 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:50199/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50199_iyp%2Fy",
   [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> 2347145 T10017 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:50199/iyp/y";,
   [junit4]   2>          "node_name":"127.0.0.1:50199_iyp%2Fy",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2347145 T10017 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 2347145 T10017 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 2347148 T10043 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> 2347148 T10064 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> 2347148 T10016 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> 2347148 T10028 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> 2348209 T10065 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2348209 T10065 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2348210 T10065 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2348210 T10065 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2348213 T10065 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2348213 T10065 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
 57B4ADD7CA77B904-001\tempDir-004\collection1\'
   [junit4]   2> 2348213 T10065 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2348216 T10065 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2348218 T10065 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%2057B4ADD7CA77B904-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2348256 T10065 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2348264 T10065 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2348279 T10065 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2348285 T10065 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2348316 T10065 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2348319 T10065 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2348326 T10065 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2348496 T10065 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2348507 T10065 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2348507 T10065 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2348535 T10065 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2348538 T10065 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2348541 T10065 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2348544 T10065 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2348544 T10065 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2348544 T10065 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2348545 T10065 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2348545 T10065 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2348545 T10065 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2348545 T10065 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2348547 T10065 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
 57B4ADD7CA77B904-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001\tempDir-001/jetty2\
   [junit4]   2> 2348547 T10065 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7570759d
   [junit4]   2> 2348547 T10065 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
 57B4ADD7CA77B904-001\tempDir-001/jetty2\
   [junit4]   2> 2348547 T10065 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
 57B4ADD7CA77B904-001\tempDir-001/jetty2\index/
   [junit4]   2> 2348547 T10065 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
 57B4ADD7CA77B904-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 2348548 T10065 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
 57B4ADD7CA77B904-001\tempDir-001/jetty2\index
   [junit4]   2> 2348549 T10065 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=84.3427734375, 
floorSegmentMB=0.5732421875, forceMergeDeletesPctAllowed=7.230056138748529, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2348549 T10065 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5390b91a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36c276cb),segFN=segments_1,generation=1}
   [junit4]   2> 2348549 T10065 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2348553 T10065 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2348554 T10065 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2348554 T10065 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2348554 T10065 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2348554 T10065 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2348554 T10065 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2348555 T10065 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2348555 T10065 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2348555 T10065 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2348556 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2348558 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2348559 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2348559 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2348560 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2348560 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2348561 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2348561 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2348562 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2348566 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2348566 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2348567 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2348567 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2348569 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2348569 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2348570 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2348570 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2348571 T10065 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2348574 T10065 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2348578 T10065 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2348581 T10065 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2348583 T10065 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2348584 T10065 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2348587 T10065 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2348587 T10065 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2348588 T10065 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=76.658203125, 
floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=13.647121232523306, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2348589 T10065 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5390b91a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36c276cb),segFN=segments_1,generation=1}
   [junit4]   2> 2348589 T10065 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2348590 T10065 oass.SolrIndexSearcher.<init> Opening 
Searcher@4c9102aa[collection1] main
   [junit4]   2> 2348590 T10065 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2348592 T10065 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2348592 T10065 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
  

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

questDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=10156, name=updateExecutor-1901-thread-2, 
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@38afe49a 
rejected from java.util.concurrent.ThreadPoolExecutor@34be4528[Shutting down, 
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 26]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([57B4ADD7CA77B904]:0)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2418783 T9990 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 57B4ADD7CA77B904-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=DefaultSimilarity, locale=en_AU, timezone=Australia/Perth
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_25 
(64-bit)/cpus=2,threads=1,free=217568320,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [CircularListTest, 
TestReplicationHandlerBackup, LeaderFailoverAfterPartitionTest, 
HdfsCollectionsAPIDistributedZkTest, TestPostingsSolrHighlighter, OverseerTest, 
PrimitiveFieldTypeTest, TestRandomMergePolicy, ZkNodePropsTest, 
SearchHandlerTest, TestReRankQParserPlugin, TestReplicationHandler, 
TestCloudPivotFacet, TestLRUStatsCache, TestReversedWildcardFilterFactory, 
MultiTermTest, QueryElevationComponentTest, ShowFileRequestHandlerTest, 
TestManagedSchema, TestConfigOverlay, PolyFieldTest, 
TestManagedSchemaDynamicFieldResource, TestQuerySenderListener, 
TestSolrDynamicMBean, TestSolr4Spatial2, TestTrie, TestComponentsName, 
TestRealTimeGet, PingRequestHandlerTest, TestExtendedDismaxParser, 
TestSolrQueryParserResource, CSVRequestHandlerTest, IndexBasedSpellCheckerTest, 
AnalyticsMergeStrategyTest, DisMaxRequestHandlerTest, TestPerFieldSimilarity, 
SuggesterTest, TestClusterStateMutator, ConnectionManagerTest, 
QueryResultKeyTest, SystemInfoHandlerTest, BadComponentTest, TestOmitPositions, 
TestCustomSort, CoreAdminHandlerTest, AnalysisErrorHandlingTest, SyncSliceTest, 
CustomCollectionTest, SoftAutoCommitTest, TestStressUserVersions, 
TestCloudInspectUtil, DistributedFacetPivotWhiteBoxTest, 
DirectSolrSpellCheckerTest, StatsComponentTest, TestPivotHelperCode, 
TestShardHandlerFactory, DocValuesTest, ZkSolrClientTest, SimplePostToolTest, 
TestElisionMultitermQuery, HdfsLockFactoryTest, TestSolrJ, 
URLClassifyProcessorTest, JsonLoaderTest, TestLRUCache, 
SpellPossibilityIteratorTest, NotRequiredUniqueKeyTest, 
XmlUpdateRequestHandlerTest, TestSort, TestCollationField, 
DefaultValueUpdateProcessorTest, MinimalSchemaTest, TestBulkSchemaConcurrent, 
TestZkChroot, LeaderElectionTest, BadIndexSchemaTest, 
TestCloudManagedSchemaConcurrent, TestPhraseSuggestions, ZkCLITest, 
DOMUtilTest, DocValuesMissingTest, DistributedQueryComponentOptimizationTest, 
TestNonDefinedSimilarityFactory, TestExactStatsCache, ShardSplitTest, 
TestBinaryField, SuggesterWFSTTest, TestDefaultSearchFieldResource, 
CoreAdminCreateDiscoverTest, CloudMLTQParserTest, 
SchemaVersionSpecificBehaviorTest, DistributedSuggestComponentTest, 
HdfsRecoveryZkTest, RollingRestartTest, TestIntervalFaceting, 
SortByFunctionTest, IndexSchemaTest, AtomicUpdatesTest, MultiThreadedOCPTest, 
TestFoldingMultitermQuery, PathHierarchyTokenizerFactoryTest, TestDocSet, 
PluginInfoTest, HighlighterMaxOffsetTest, QueryEqualityTest, 
UpdateRequestProcessorFactoryTest, NumericFieldsTest, BasicFunctionalityTest, 
DistanceUnitsTest, TestStressReorder, TestSolrCoreProperties, 
TestSchemaNameResource, UniqFieldsUpdateProcessorFactoryTest, 
DirectUpdateHandlerOptimizeTest, MoreLikeThisHandlerTest, QueryParsingTest, 
TestStandardQParsers, TestValueSourceCache, DistributedTermsComponentTest, 
SliceStateTest, CurrencyFieldOpenExchangeTest, ClusterStateTest, TestFaceting, 
TestFieldCollectionResource, CoreAdminRequestStatusTest, 
TestFileDictionaryLookup, TestFieldTypeResource, TestExpandComponent, 
ExitableDirectoryReaderTest, DateMathParserTest, NoCacheHeaderTest, 
PreAnalyzedUpdateProcessorTest, TestSortingResponseWriter, 
TestAnalyzedSuggestions, TestSolr4Spatial, XsltUpdateRequestHandlerTest, 
TestSystemIdResolver, TestSerializedLuceneMatchVersion, TestPseudoReturnFields, 
TestAnalyzeInfixSuggestions, SOLR749Test, TestSolrDeletionPolicy2, 
TestDynamicFieldResource, TestPHPSerializedResponseWriter, 
ParsingFieldUpdateProcessorsTest, IndexSchemaRuntimeFieldTest, BufferStoreTest, 
DocValuesMultiTest, TestDocBasedVersionConstraints, TestUtils, TestSolrXml, 
TestBlobHandler, TestSchemaResource, TestIBSimilarityFactory, TestBadConfig, 
TestChildDocTransformer, OverseerStatusTest, BJQParserTest, 
TestSolrXmlPersistence, TestAtomicUpdateErrorCases, 
FullSolrCloudDistribCmdsTest, ZkStateWriterTest, TestIndexingPerformance, 
DocumentBuilderTest, TestNoOpRegenerator, TestExceedMaxTermLength, 
MigrateRouteKeyTest, DistribCursorPagingTest, HdfsUnloadDistributedZkTest, 
HighlighterTest, ResponseHeaderTest, TermVectorComponentTest, 
DistributedQueryElevationComponentTest, TestSchemaManager, 
WordBreakSolrSpellCheckerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
SampleTest, TestManagedResource, TestCoreContainer, 
OverseerCollectionProcessorTest, SpatialFilterTest, TestRecoveryHdfs, 
TestJmxIntegration, TestFieldSortValues, SolrPluginUtilsTest, 
TestMergePolicyConfig, HdfsWriteToMultipleCollectionsTest, EchoParamsTest, 
SpatialRPTFieldTypeTest, TestSchemaSimilarityResource, TestUpdate, 
TestDistribDocBasedVersion, TestHighFrequencyDictionaryFactory, 
SSLMigrationTest, FieldAnalysisRequestHandlerTest, 
TestPartialUpdateDeduplication, TestManagedSchemaFieldTypeResource, 
BasicDistributedZk2Test, BlockCacheTest, AlternateDirectoryTest, 
SharedFSAutoReplicaFailoverUtilsTest, RemoteQueryErrorTest, CursorMarkTest, 
TestRemoteStreaming, TestImplicitCoreProperties, TestUniqueKeyFieldResource, 
TestArbitraryIndexDir, HardAutoCommitTest, TestManagedSynonymFilterFactory, 
ReplicationFactorTest]
   [junit4] Completed in 84.13s, 1 test, 1 error <<< FAILURES!

[...truncated 764 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:190: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970:
 There were test failures: 459 suites, 1870 tests, 1 error, 56 ignored (31 
assumptions)

Total time: 115 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_25 
-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