Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4330/
Java: 32bit/jdk1.7.0_72 -server -XX:+UseConcMarkSweepGC

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:863)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:728)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:276)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878)
        at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:544)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:541)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        ... 1 more




Build Log:
[...truncated 10149 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
 70C75B98E46C67F1-001\init-core-data-001
   [junit4]   2> 5286594 T16951 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 5286600 T16951 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 5286602 T16951 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5286604 T16952 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 5286724 T16951 oasc.ZkTestServer.run start zk server on 
port:63443
   [junit4]   2> 5286724 T16951 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5286727 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5286733 T16959 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@17fb341 name:ZooKeeperConnection 
Watcher:127.0.0.1:63443 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5286734 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5286734 T16951 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5286735 T16951 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5286741 T16951 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5286743 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5286747 T16962 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@aa05fa name:ZooKeeperConnection 
Watcher:127.0.0.1:63443/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5286747 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5286747 T16951 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5286747 T16951 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 5286753 T16951 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 5286758 T16951 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 5286761 T16951 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 5286766 T16951 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> 5286767 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 5286774 T16951 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> 5286775 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 5286780 T16951 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> 5286781 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5286787 T16951 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> 5286787 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 5286793 T16951 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> 5286793 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 5286798 T16951 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> 5286799 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 5286805 T16951 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> 5286805 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 5286810 T16951 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> 5286811 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 5286816 T16951 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> 5286817 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5286822 T16951 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> 5286822 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 5286827 T16951 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> 5286829 T16951 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 5289097 T16951 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\control-001\cores\collection1
   [junit4]   2> 5289102 T16951 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5289113 T16951 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:63451
   [junit4]   2> 5289114 T16951 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@968f9
   [junit4]   2> 5289115 T16951 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5289115 T16951 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
 70C75B98E46C67F1-001\control-001
   [junit4]   2> 5289115 T16951 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
 70C75B98E46C67F1-001\control-001\'
   [junit4]   2> 5289166 T16951 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
 70C75B98E46C67F1-001\control-001\solr.xml
   [junit4]   2> 5289219 T16951 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\control-001\cores
   [junit4]   2> 5289219 T16951 oasc.CoreContainer.<init> New CoreContainer 
19297060
   [junit4]   2> 5289219 T16951 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
 70C75B98E46C67F1-001\control-001\]
   [junit4]   2> 5289224 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5289224 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5289224 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5289224 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5289224 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5289224 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5289225 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5289227 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5289229 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5289229 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5289229 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5289231 T16951 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5289231 T16951 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5289231 T16951 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5289231 T16951 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5289231 T16951 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63443/solr
   [junit4]   2> 5289231 T16951 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5289236 T16951 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5289238 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5289240 T16974 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@19221f name:ZooKeeperConnection 
Watcher:127.0.0.1:63443 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5289242 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5289243 T16951 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5289248 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5289252 T16977 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1bd7269 name:ZooKeeperConnection 
Watcher:127.0.0.1:63443/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5289252 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5289255 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 5289263 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 5289275 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 5289281 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 5289285 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 5289291 T16951 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 5289294 T16951 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63450_
   [junit4]   2> 5289295 T16951 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63450_
   [junit4]   2> 5289300 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 5289303 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 5289308 T16951 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5289310 T16951 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:63450_
   [junit4]   2> 5289312 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 5289315 T16951 oasc.Overseer.start Overseer 
(id=93185278096048131-127.0.0.1:63450_-n_0000000000) starting
   [junit4]   2> 5289320 T16951 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 5289335 T16951 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5289338 T16951 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 5289338 T16979 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 5289342 T16951 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 5289345 T16951 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5289352 T16978 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 5289354 T16951 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\control-001\cores
   [junit4]   2> 5289354 T16951 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\control-001\cores\collection1\
   [junit4]   2> 5289354 T16951 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5289358 T16981 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 5289358 T16981 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5289359 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5289359 T16981 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5289367 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63450_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63450";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null} current state version: 0
   [junit4]   2> 5289370 T16978 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "node_name":"127.0.0.1:63450_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63450";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "roles":null}
   [junit4]   2> 5289370 T16978 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 5289370 T16978 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 5289373 T16977 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> 5290572 T16981 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5290572 T16981 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 5290573 T16981 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5290573 T16981 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 5290577 T16981 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 5290578 T16981 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
 70C75B98E46C67F1-001\control-001\cores\collection1\'
   [junit4]   2> 5290611 T16981 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5290618 T16981 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5290636 T16981 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5290694 T16981 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 5290756 T16981 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5290760 T16981 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5290778 T16981 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5291299 T16981 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5291308 T16981 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5291311 T16981 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5291337 T16981 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5291346 T16981 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5291353 T16981 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5291356 T16981 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5291357 T16981 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5291357 T16981 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5291360 T16981 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5291361 T16981 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5291361 T16981 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 5291361 T16981 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5291362 T16981 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
 70C75B98E46C67F1-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\tempDir-001/control/data\
   [junit4]   2> 5291362 T16981 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@dde202
   [junit4]   2> 5291363 T16981 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
 70C75B98E46C67F1-001\tempDir-001/control/data\
   [junit4]   2> 5291363 T16981 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
 70C75B98E46C67F1-001\tempDir-001/control/data\index/
   [junit4]   2> 5291363 T16981 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
 70C75B98E46C67F1-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 5291364 T16981 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
 70C75B98E46C67F1-001\tempDir-001/control/data\index
   [junit4]   2> 5291364 T16981 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=58.619140625, 
floorSegmentMB=1.93359375, forceMergeDeletesPctAllowed=14.581141318241125, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6450886090973389
   [junit4]   2> 5291366 T16981 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@43b6ac 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18e0586),segFN=segments_1,generation=1}
   [junit4]   2> 5291366 T16981 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5291370 T16981 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5291372 T16981 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5291372 T16981 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5291372 T16981 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5291373 T16981 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5291373 T16981 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5291374 T16981 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5291374 T16981 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5291374 T16981 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5291375 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5291376 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5291376 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5291376 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5291377 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5291377 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5291379 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5291380 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5291380 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5291381 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5291382 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5291382 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5291383 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5291383 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5291385 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5291386 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5291386 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5291387 T16981 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5291399 T16981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5291401 T16981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5291406 T16981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5291408 T16981 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5291411 T16981 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5291415 T16981 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5291415 T16981 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5291417 T16981 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=5.486328125, 
floorSegmentMB=1.880859375, forceMergeDeletesPctAllowed=20.821553269682333, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 5291417 T16981 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@43b6ac 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18e0586),segFN=segments_1,generation=1}
   [junit4]   2> 5291417 T16981 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5291418 T16981 oass.SolrIndexSearcher.<init> Opening 
Searcher@68dae[collection1] main
   [junit4]   2> 5291418 T16981 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 5291420 T16981 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 5291420 T16981 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 5291421 T16981 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5291421 T16981 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 5291423 T16981 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5291424 T16981 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5291424 T16981 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5291424 T16981 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 5291424 T16981 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 5291425 T16981 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 5291425 T16982 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@68dae[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5291427 T16985 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:63450 collection:control_collection 
shard:shard1
   [junit4]   2> 5291427 T16951 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5291428 T16951 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 5291431 T16951 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5291431 T16985 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5291434 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5291438 T16989 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@85c366 name:ZooKeeperConnection 
Watcher:127.0.0.1:63443/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5291439 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5291440 T16951 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5291443 T16951 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5291446 T16985 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 5291451 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5291452 T16985 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 5291452 T16985 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C8990 name=collection1 
org.apache.solr.core.SolrCore@2356e2 url=http://127.0.0.1:63450/collection1 
node=127.0.0.1:63450_ C8990_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:63450_, base_url=http://127.0.0.1:63450, state=down, 
core=collection1}
   [junit4]   2> 5291452 T16985 C8990 P63450 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:63450/collection1/
   [junit4]   2> 5291453 T16985 C8990 P63450 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 5291454 T16985 C8990 P63450 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:63450/collection1/ has no replicas
   [junit4]   2> 5291454 T16951 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 5291456 T16978 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> 5291454 T16985 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:63450/collection1/ shard1
   [junit4]   2> 5291457 T16985 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 5291463 T16977 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> 5291464 T16989 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> 5291494 T16990 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5291500 T16978 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:63450";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 5291631 T16989 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> 5291684 T16985 oasc.ZkController.register We are 
http://127.0.0.1:63450/collection1/ and leader is 
http://127.0.0.1:63450/collection1/
   [junit4]   2> 5291684 T16985 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:63450
   [junit4]   2> 5291684 T16985 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 5291684 T16985 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 5291684 T16985 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5291688 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5291694 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63450_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63450";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null} current state version: 3
   [junit4]   2> 5291695 T16978 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63450_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63450";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null}
   [junit4]   2> 5291828 T16977 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> 5291830 T16989 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> 5293645 T16951 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-1-001\cores\collection1
   [junit4]   2> 5293651 T16951 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 5293653 T16951 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5293659 T16951 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:63464
   [junit4]   2> 5293659 T16951 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@968f9
   [junit4]   2> 5293659 T16951 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5293659 T16951 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
 70C75B98E46C67F1-001\shard-1-001
   [junit4]   2> 5293660 T16951 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
 70C75B98E46C67F1-001\shard-1-001\'
   [junit4]   2> 5293712 T16951 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
 70C75B98E46C67F1-001\shard-1-001\solr.xml
   [junit4]   2> 5293750 T16951 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-1-001\cores
   [junit4]   2> 5293750 T16951 oasc.CoreContainer.<init> New CoreContainer 
14070853
   [junit4]   2> 5293751 T16951 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
 70C75B98E46C67F1-001\shard-1-001\]
   [junit4]   2> 5293754 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5293754 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5293754 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5293754 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5293754 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5293756 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5293757 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5293757 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5293759 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5293759 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5293759 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5293759 T16951 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5293759 T16951 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5293759 T16951 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5293761 T16951 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5293761 T16951 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63443/solr
   [junit4]   2> 5293761 T16951 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5293761 T16951 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5293767 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5293769 T17002 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@483b2c name:ZooKeeperConnection 
Watcher:127.0.0.1:63443 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5293770 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5293770 T16951 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5293775 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5293779 T17005 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1002dc name:ZooKeeperConnection 
Watcher:127.0.0.1:63443/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5293779 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5293793 T16951 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5295015 T16951 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63463_
   [junit4]   2> 5295018 T16951 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63463_
   [junit4]   2> 5295032 T16951 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5295040 T16951 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-1-001\cores
   [junit4]   2> 5295043 T16951 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-1-001\cores\collection1\
   [junit4]   2> 5295044 T16951 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5295046 T17006 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 5295046 T17006 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5295047 T17006 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5295049 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5295051 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63463_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63463";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null} current state version: 4
   [junit4]   2> 5295052 T16978 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63463_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63463";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null}
   [junit4]   2> 5295052 T16978 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 5295052 T16978 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 5295054 T16989 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> 5295056 T17005 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> 5295056 T16977 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> 5296262 T17006 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5296262 T17006 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 5296264 T17006 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5296265 T17006 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5296268 T17006 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5296268 T17006 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
 70C75B98E46C67F1-001\shard-1-001\cores\collection1\'
   [junit4]   2> 5296309 T17006 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5296313 T17006 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5296333 T17006 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5296369 T17006 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 5296432 T17006 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5296437 T17006 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5296454 T17006 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5296974 T17006 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5296985 T17006 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5296989 T17006 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5297010 T17006 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5297017 T17006 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5297022 T17006 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5297024 T17006 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5297026 T17006 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5297026 T17006 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5297028 T17006 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5297029 T17006 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5297029 T17006 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 5297029 T17006 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5297030 T17006 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
 70C75B98E46C67F1-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\tempDir-001/jetty1\
   [junit4]   2> 5297030 T17006 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@dde202
   [junit4]   2> 5297033 T17006 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
 70C75B98E46C67F1-001\tempDir-001/jetty1\
   [junit4]   2> 5297033 T17006 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
 70C75B98E46C67F1-001\tempDir-001/jetty1\index/
   [junit4]   2> 5297033 T17006 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
 70C75B98E46C67F1-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 5297034 T17006 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
 70C75B98E46C67F1-001\tempDir-001/jetty1\index
   [junit4]   2> 5297034 T17006 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=58.619140625, 
floorSegmentMB=1.93359375, forceMergeDeletesPctAllowed=14.581141318241125, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6450886090973389
   [junit4]   2> 5297035 T17006 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1644742 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@825970),segFN=segments_1,generation=1}
   [junit4]   2> 5297035 T17006 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5297041 T17006 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5297042 T17006 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5297042 T17006 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5297043 T17006 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5297043 T17006 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5297043 T17006 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5297045 T17006 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5297045 T17006 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5297045 T17006 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5297046 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5297047 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5297047 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5297048 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5297048 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5297049 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5297051 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5297051 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5297052 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5297054 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5297054 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5297055 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5297056 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5297056 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5297058 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5297058 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5297059 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5297060 T17006 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5297073 T17006 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5297075 T17006 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5297078 T17006 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5297081 T17006 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5297084 T17006 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5297086 T17006 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5297086 T17006 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5297087 T17006 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=5.486328125, 
floorSegmentMB=1.880859375, forceMergeDeletesPctAllowed=20.821553269682333, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 5297087 T17006 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1644742 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@825970),segFN=segments_1,generation=1}
   [junit4]   2> 5297087 T17006 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5297088 T17006 oass.SolrIndexSearcher.<init> Opening 
Searcher@cb5097[collection1] main
   [junit4]   2> 5297088 T17006 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5297092 T17006 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5297092 T17006 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 5297093 T17006 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5297093 T17006 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 5297093 T17006 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5297096 T17006 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5297096 T17006 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5297096 T17006 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 5297096 T17006 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 5297097 T17007 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@cb5097[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5297098 T17006 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 5297099 T17010 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:63463 collection:collection1 
shard:shard3
   [junit4]   2> 5297100 T16951 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 5297100 T16951 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 5297104 T17010 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 5297116 T17010 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard3
   [junit4]   2> 5297119 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5297122 T17010 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 5297123 T17010 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C8991 name=collection1 
org.apache.solr.core.SolrCore@1f94c5b url=http://127.0.0.1:63463/collection1 
node=127.0.0.1:63463_ C8991_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:63463_, base_url=http://127.0.0.1:63463, state=down, 
core=collection1}
   [junit4]   2> 5297123 T17010 C8991 P63463 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:63463/collection1/
   [junit4]   2> 5297123 T17010 C8991 P63463 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 5297123 T17010 C8991 P63463 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:63463/collection1/ has no replicas
   [junit4]   2> 5297123 T17010 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:63463/collection1/ shard3
   [junit4]   2> 5297124 T17010 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 5297125 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 5297130 T16989 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> 5297131 T17005 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> 5297132 T16977 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> 5297150 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:63463";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 6
   [junit4]   2> 5297156 T16990 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5297283 T16989 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> 5297284 T17005 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> 5297336 T17010 oasc.ZkController.register We are 
http://127.0.0.1:63463/collection1/ and leader is 
http://127.0.0.1:63463/collection1/
   [junit4]   2> 5297336 T17010 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:63463
   [junit4]   2> 5297336 T17010 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 5297336 T17010 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 5297336 T17010 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5297338 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5297343 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63463_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63463";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null} current state version: 7
   [junit4]   2> 5297346 T16978 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63463_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63463";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null}
   [junit4]   2> 5297474 T16977 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> 5297475 T17005 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> 5297475 T16989 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> 5298984 T16951 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-2-001\cores\collection1
   [junit4]   2> 5298988 T16951 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 5298989 T16951 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5298994 T16951 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:63474
   [junit4]   2> 5298994 T16951 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@968f9
   [junit4]   2> 5298994 T16951 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 5298994 T16951 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
 70C75B98E46C67F1-001\shard-2-001
   [junit4]   2> 5298994 T16951 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
 70C75B98E46C67F1-001\shard-2-001\'
   [junit4]   2> 5299035 T16951 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
 70C75B98E46C67F1-001\shard-2-001\solr.xml
   [junit4]   2> 5299069 T16951 oasc.CorePropertiesLocator.<init> 
Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-2-001\cores
   [junit4]   2> 5299069 T16951 oasc.CoreContainer.<init> New CoreContainer 
31867207
   [junit4]   2> 5299069 T16951 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
 70C75B98E46C67F1-001\shard-2-001\]
   [junit4]   2> 5299072 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 5299072 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 5299072 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 5299072 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5299072 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 5299074 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 5299074 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5299074 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 5299074 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 5299074 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 5299077 T16951 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 5299077 T16951 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 5299077 T16951 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5299077 T16951 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5299077 T16951 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5299078 T16951 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63443/solr
   [junit4]   2> 5299078 T16951 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 5299078 T16951 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 5299082 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5299085 T17023 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1fb845b name:ZooKeeperConnection 
Watcher:127.0.0.1:63443 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 5299085 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5299086 T16951 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 5299093 T16951 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 5299095 T17026 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@cc9833 name:ZooKeeperConnection 
Watcher:127.0.0.1:63443/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 5299096 T16951 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 5299114 T16951 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 5300217 T16951 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63473_
   [junit4]   2> 5300221 T16951 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63473_
   [junit4]   2> 5300236 T16951 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5300247 T16951 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-2-001\cores
   [junit4]   2> 5300251 T16951 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\shard-2-001\cores\collection1\
   [junit4]   2> 5300254 T16951 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 5300258 T17027 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 5300258 T17027 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 5300261 T16977 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5300261 T17027 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 5300263 T16978 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "node_name":"127.0.0.1:63473_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63473";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null} current state version: 8
   [junit4]   2> 5300265 T16978 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "node_name":"127.0.0.1:63473_",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:63473";,
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "roles":null}
   [junit4]   2> 5300265 T16978 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 5300265 T16978 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 5300269 T16989 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> 5300270 T17026 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> 5300270 T16977 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> 5300271 T17005 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> 5301354 T17027 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 5301354 T17027 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 5301356 T17027 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 5301356 T17027 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 5301359 T17027 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 5301359 T17027 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
 70C75B98E46C67F1-001\shard-2-001\cores\collection1\'
   [junit4]   2> 5301394 T17027 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 5301400 T17027 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 5301414 T17027 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 5301440 T17027 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 5301495 T17027 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 5301498 T17027 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 5301513 T17027 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 5302052 T17027 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5302062 T17027 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 5302064 T17027 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5302090 T17027 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5302097 T17027 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 5302103 T17027 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5302107 T17027 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5302107 T17027 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5302108 T17027 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5302111 T17027 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 5302111 T17027 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 5302112 T17027 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 5302112 T17027 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 5302113 T17027 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
 70C75B98E46C67F1-001\shard-2-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 70C75B98E46C67F1-001\tempDir-001/jetty2\
   [junit4]   2> 5302113 T17027 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@dde202
   [junit4]   2> 5302114 T17027 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
 70C75B98E46C67F1-001\tempDir-001/jetty2\
   [junit4]   2> 5302115 T17027 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
 70C75B98E46C67F1-001\tempDir-001/jetty2\index/
   [junit4]   2> 5302115 T17027 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
 70C75B98E46C67F1-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 5302116 T17027 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
 70C75B98E46C67F1-001\tempDir-001/jetty2\index
   [junit4]   2> 5302116 T17027 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=58.619140625, 
floorSegmentMB=1.93359375, forceMergeDeletesPctAllowed=14.581141318241125, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6450886090973389
   [junit4]   2> 5302117 T17027 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@74a46d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d70f1d),segFN=segments_1,generation=1}
   [junit4]   2> 5302118 T17027 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 5302127 T17027 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5302128 T17027 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 5302128 T17027 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 5302128 T17027 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5302128 T17027 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 5302129 T17027 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5302129 T17027 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5302130 T17027 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 5302130 T17027 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5302130 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5302131 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5302132 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5302132 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5302133 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5302133 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5302134 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5302135 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5302135 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5302138 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5302138 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5302139 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5302140 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5302140 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5302141 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5302141 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5302142 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 5302143 T17027 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5302152 T17027 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5302155 T17027 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5302157 T17027 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5302159 T17027 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5302161 T17027 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 5302165 T17027 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 5302166 T17027 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 5302166 T17027 oasu.RandomMergePolicy.<

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

ryNorm=true,coord=crazy): {}, locale=sv, timezone=WET
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_72 
(32-bit)/cpus=2,threads=1,free=257269232,total=523501568
   [junit4]   2> NOTE: All tests run in this JVM: [AliasIntegrationTest, 
TestCollectionAPI, TestSchemaSimilarityResource, 
TestManagedSchemaFieldTypeResource, HttpPartitionTest, SuggesterTest, 
TestOverriddenPrefixQueryForCustomFieldType, SpatialRPTFieldTypeTest, 
HdfsSyncSliceTest, HdfsChaosMonkeySafeLeaderTest, TestDynamicFieldResource, 
URLClassifyProcessorTest, AnalyticsQueryTest, SimpleCollectionCreateDeleteTest, 
CurrencyFieldOpenExchangeTest, DocValuesMissingTest, OverseerStatusTest, 
JSONWriterTest, TestReplicaProperties, LeaderElectionTest, 
TestSweetSpotSimilarityFactory, SpellCheckCollatorTest, TestRandomFaceting, 
TestCloudInspectUtil, TestWriterPerf, DeleteLastCustomShardedReplicaTest, 
OverseerRolesTest, TestReRankQParserPlugin, TestFreeTextSuggestions, 
DistributedExpandComponentTest, LoggingHandlerTest, TestDocSet, 
ZkSolrClientTest, TestQuerySenderListener, TestSolrXml, 
DistributedQueryComponentCustomSortTest, SharedFSAutoReplicaFailoverTest, 
InfoHandlerTest, TestAnalyzeInfixSuggestions, HighlighterConfigTest, TestUtils, 
DocumentAnalysisRequestHandlerTest, TestLuceneMatchVersion, AutoCommitTest, 
AnalysisAfterCoreReloadTest, TestSolr4Spatial, TestPseudoReturnFields, 
TestTrie, TestStressLucene, LeaderElectionIntegrationTest, HardAutoCommitTest, 
BlockDirectoryTest, SpellCheckComponentTest, TestMergePolicyConfig, 
SuggestComponentTest, TestHighFrequencyDictionaryFactory, DebugComponentTest, 
ResponseLogComponentTest, TestLazyCores, TestUniqueKeyFieldResource, 
TestQueryUtils, SortByFunctionTest, TestBulkSchemaConcurrent, 
SharedFSAutoReplicaFailoverUtilsTest, TestSchemaVersionResource, 
NoCacheHeaderTest, TestManagedSchema, TestBlobHandler, PolyFieldTest, 
TermVectorComponentDistributedTest, TestUpdate, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RemoteQueryErrorTest, 
TestDynamicFieldCollectionResource, TestCSVResponseWriter, TermsComponentTest, 
SliceStateTest, HdfsBasicDistributedZkTest, TestReload, BufferStoreTest, 
SaslZkACLProviderTest, TestFoldingMultitermQuery, MultiThreadedOCPTest, 
WordBreakSolrSpellCheckerTest, SynonymTokenizerTest, TestSchemaResource, 
StandardRequestHandlerTest, TestDistributedGrouping, TestZkChroot, 
DistributedFacetPivotWhiteBoxTest, TestManagedSynonymFilterFactory, 
TestFileDictionaryLookup, TestOmitPositions, HighlighterMaxOffsetTest, 
CoreAdminRequestStatusTest, DocValuesTest, RAMDirectoryFactoryTest, 
CircularListTest, TimeZoneUtilsTest, DistributedFacetPivotSmallAdvancedTest, 
TestJmxMonitoredMap, LeaderInitiatedRecoveryOnCommitTest, 
TestSuggestSpellingConverter, ShardRoutingCustomTest, 
FieldAnalysisRequestHandlerTest, PeerSyncTest, RecoveryZkTest, SolrCoreTest, 
ParsingFieldUpdateProcessorsTest, SchemaVersionSpecificBehaviorTest, 
TestLRUCache, CSVRequestHandlerTest, TestCloudSchemaless, ScriptEngineTest, 
TestDefaultStatsCache, EnumFieldTest, TestRestManager, AssignTest, 
ShowFileRequestHandlerTest, TestNRTOpen, ZkStateWriterTest, SearchHandlerTest, 
TestExceedMaxTermLength, ConvertedLegacyTest, BasicDistributedZk2Test, 
TestDocumentBuilder, SolrTestCaseJ4Test, DistanceUnitsTest, 
TestSolrQueryParser, SolrRequestParserTest, TestDistributedMissingSort, 
CachingDirectoryFactoryTest, TestReversedWildcardFilterFactory, 
HighlighterTest, DateMathParserTest, TestStandardQParsers, SSLMigrationTest, 
TriLevelCompositeIdRoutingTest, UUIDUpdateProcessorFallbackTest, 
TestStressRecovery, TestSolrConfigHandlerCloud, AsyncMigrateRouteKeyTest, 
TestRTGBase, CollectionsAPIDistributedZkTest, TestLFUCache, CacheHeaderTest, 
TestFieldResource, TestCloudPivotFacet, TestDistribDocBasedVersion, 
ResponseHeaderTest, DistributedSpellCheckComponentTest, TestRemoteStreaming, 
DeleteReplicaTest, QueryParsingTest, TestSchemaNameResource, 
SolrIndexSplitterTest, TestCollationField, AnalysisErrorHandlingTest, 
ChaosMonkeySafeLeaderTest, TestComponentsName, UpdateParamsTest, BasicZkTest, 
DateFieldTest, TestBulkSchemaAPI, ZkNodePropsTest, TestExpandComponent, 
TestIndexingPerformance, TestPostingsSolrHighlighter, BadIndexSchemaTest, 
PathHierarchyTokenizerFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestAtomicUpdateErrorCases, TestArbitraryIndexDir, MinimalSchemaTest, 
StatsComponentTest, XsltUpdateRequestHandlerTest, TestStressVersions, 
HdfsBasicDistributedZk2Test, TestCloudManagedSchemaConcurrent, 
FullSolrCloudDistribCmdsTest, TestCustomSort, DisMaxRequestHandlerTest, 
DirectSolrConnectionTest, TestFaceting, StressHdfsTest, PreAnalyzedFieldTest, 
SuggesterWFSTTest, DOMUtilTest, TestQueryTypes, NumericFieldsTest, 
OpenCloseCoreStressTest, HdfsDirectoryFactoryTest, 
DefaultValueUpdateProcessorTest, DistributedIntervalFacetingTest, 
TestCollapseQParserPlugin, TestChildDocTransformer, TestSurroundQueryParser, 
ExternalCollectionsTest, TestSolrConfigHandler, ChangedSchemaMergeTest, 
SimplePostToolTest, JsonLoaderTest, FacetPivotSmallTest, SolrXmlInZkTest, 
ShardRoutingTest, LeaderFailoverAfterPartitionTest, 
TestSolrQueryParserResource, ResourceLoaderTest, ExitableDirectoryReaderTest, 
TestSearcherReuse, TestReplicationHandler, 
AddSchemaFieldsUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, 
DistributedQueueTest, TestWordDelimiterFilterFactory, MoreLikeThisHandlerTest, 
TestSolrIndexConfig, LukeRequestHandlerTest, TestXIncludeConfig, 
IndexSchemaRuntimeFieldTest, ZkCLITest, BasicDistributedZkTest, 
UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ClusterStateUpdateTest, 
TestRandomDVFaceting, TestDistributedSearch, TestRecovery, TestHashPartitioner, 
ZkControllerTest, TestRealTimeGet, TestStressReorder, TestJoin, 
DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, 
SimpleFacetsTest, TestGroupingSearch, SolrCmdDistributorTest, 
QueryElevationComponentTest, TestSort, TestFiltering, TestFunctionQuery, 
BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, 
OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest, 
SuggesterTSTTest, SpatialFilterTest, TestCSVLoader, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
QueryEqualityTest, DirectUpdateHandlerOptimizeTest, 
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, 
DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, 
DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, 
RequiredFieldsTest, FastVectorHighlighterTest, RegexBoostProcessorTest, 
SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, 
AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, 
SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, 
SampleTest, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, 
TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, 
TestPhraseSuggestions, TestCharFilters, TestCodecSupport, EchoParamsTest, 
TestDFRSimilarityFactory, TestPerFieldSimilarity, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, 
TestDefaultSimilarityFactory, TestFastWriter, TestFastOutputStream, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, ClusterStateTest, TestSolrJ, SystemInfoHandlerTest, 
UUIDFieldTest, FileUtilsTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, 
TestHighlightDedupGrouping, TestTolerantSearch, 
CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, 
ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, 
DeleteShardTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, 
OverriddenZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 83.18s, 1 test, 1 error <<< FAILURES!

[...truncated 297 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: 460 suites, 1845 tests, 1 error, 54 ignored (29 
assumptions)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to