Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4442/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:264)
        at 
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:110)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
        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:546)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 9132 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\init-core-data-001
   [junit4]   2> 1850697 T9060 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /ho/cf
   [junit4]   2> 1850705 T9060 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1850715 T9061 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1850804 T9060 oasc.ZkTestServer.run start zk server on 
port:63809
   [junit4]   2> 1850804 T9060 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1850805 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1850810 T9068 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@13fce0e name:ZooKeeperConnection 
Watcher:127.0.0.1:63809 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1850811 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1850811 T9060 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1850811 T9060 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1850816 T9060 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1850817 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1850848 T9071 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@58ab9615 
name:ZooKeeperConnection Watcher:127.0.0.1:63809/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1850849 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1850849 T9060 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1850849 T9060 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1850853 T9060 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1850855 T9060 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1850856 T9060 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1850859 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1850859 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1850867 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1850867 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1850872 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1850872 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1850876 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1850876 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1850880 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1850880 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1850885 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1850885 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1850889 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1850889 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1850893 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1850893 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1850898 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1850898 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1850901 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1850901 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1850908 T9060 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1850908 T9060 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1852538 T9060 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\cores\collection1
   [junit4]   2> 1852544 T9060 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1852548 T9060 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@569f8492{/ho/cf,null,AVAILABLE}
   [junit4]   2> 1852552 T9060 oejs.AbstractConnector.doStart Started 
ServerConnector@22c60828{HTTP/1.1}{127.0.0.1:63817}
   [junit4]   2> 1852552 T9060 oejs.Server.doStart Started @1854452ms
   [junit4]   2> 1852552 T9060 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1852552 T9060 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1852552 T9060 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001
   [junit4]   2> 1852552 T9060 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\'
   [junit4]   2> 1852605 T9060 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\solr.xml
   [junit4]   2> 1852616 T9060 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\cores
   [junit4]   2> 1852616 T9060 oasc.CoreContainer.<init> New CoreContainer 
357271095
   [junit4]   2> 1852616 T9060 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\]
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1852618 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1852621 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1852621 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1852621 T9060 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1852623 T9060 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1852623 T9060 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1852623 T9060 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1852623 T9060 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63809/solr
   [junit4]   2> 1852624 T9060 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1852624 T9060 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1852626 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1852630 T9085 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@274c5201 
name:ZooKeeperConnection Watcher:127.0.0.1:63809 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1852631 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1852632 T9060 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1852639 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1852643 T9088 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@321d32b5 
name:ZooKeeperConnection Watcher:127.0.0.1:63809/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1852643 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1852646 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1852651 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1852655 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1852658 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1852662 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1852667 T9060 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1852669 T9060 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63816_ho%2Fcf
   [junit4]   2> 1852670 T9060 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63816_ho%2Fcf
   [junit4]   2> 1852674 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1852676 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1852680 T9060 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1852681 T9060 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:63816_ho%2Fcf
   [junit4]   2> 1852681 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1852685 T9060 oasc.Overseer.start Overseer 
(id=93215962504429571-127.0.0.1:63816_ho%2Fcf-n_0000000000) starting
   [junit4]   2> 1852688 T9060 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1852700 T9060 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1852700 T9090 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1852702 T9060 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1852707 T9060 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1852709 T9060 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1852715 T9060 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\cores
   [junit4]   2> 1852716 T9060 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\cores\collection1\
   [junit4]   2> 1852716 T9060 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1852719 T9092 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1852719 T9092 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1852719 T9092 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1852725 T9089 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1852732 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63816/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63816_ho%2Fcf",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 1852732 T9089 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63816/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63816_ho%2Fcf",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1852732 T9089 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1852732 T9089 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1852735 T9088 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> 1852739 T9093 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1853605 T9092 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1853605 T9092 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1853606 T9092 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1853606 T9092 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1853608 T9092 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1853608 T9092 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\cores\collection1\'
   [junit4]   2> 1853638 T9092 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1853642 T9092 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1853654 T9092 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1853665 T9092 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1853677 T9092 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1853681 T9092 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1853693 T9092 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1853846 T9092 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1853851 T9092 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1853851 T9092 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1853864 T9092 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1853867 T9092 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1853869 T9092 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1853871 T9092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1853871 T9092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1853871 T9092 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1853873 T9092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1853873 T9092 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1853873 T9092 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1853873 T9092 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1853873 T9092 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/control/data\
   [junit4]   2> 1853873 T9092 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7b5cf77e
   [junit4]   2> 1853874 T9092 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/control/data\
   [junit4]   2> 1853874 T9092 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/control/data\index/
   [junit4]   2> 1853874 T9092 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 1853875 T9092 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/control/data\index
   [junit4]   2> 1853875 T9092 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=70.576171875, 
floorSegmentMB=1.0556640625, forceMergeDeletesPctAllowed=16.91247621054907, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5327351978922087
   [junit4]   2> 1853876 T9092 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@440f329f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d19df47),segFN=segments_1,generation=1}
   [junit4]   2> 1853876 T9092 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1853878 T9092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1853879 T9092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1853887 T9092 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1853887 T9092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1853887 T9092 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1853887 T9092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1853888 T9092 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1853889 T9092 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1853889 T9092 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1853889 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853889 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853890 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853891 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1853891 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1853891 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1853892 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1853892 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1853892 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1853894 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1853895 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1853900 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1853901 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1853901 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1853901 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1853902 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1853902 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1853902 T9092 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1853906 T9092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853909 T9092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853910 T9092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853911 T9092 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1853911 T9092 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1853912 T9092 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1853912 T9092 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1853915 T9092 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=36.7919921875, 
floorSegmentMB=1.701171875, forceMergeDeletesPctAllowed=11.942500077410491, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6338939297919651
   [junit4]   2> 1853915 T9092 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@440f329f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d19df47),segFN=segments_1,generation=1}
   [junit4]   2> 1853915 T9092 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1853916 T9092 oass.SolrIndexSearcher.<init> Opening 
Searcher@6a7b0400[collection1] main
   [junit4]   2> 1853916 T9092 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1853918 T9092 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1853918 T9092 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1853928 T9092 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1853928 T9092 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1853928 T9092 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1853930 T9092 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1853930 T9092 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1853930 T9092 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1853930 T9092 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1853930 T9092 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1853931 T9094 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6a7b0400[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1853932 T9060 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1853932 T9060 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1853934 T9060 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1853935 T9097 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:63816/ho/cf 
collection:control_collection shard:shard1
   [junit4]   2> 1853936 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1853941 T9097 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1853947 T9097 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1853949 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1853950 T9097 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1853950 T9097 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5468 name=collection1 
org.apache.solr.core.SolrCore@c81c4e8 
url=http://127.0.0.1:63816/ho/cf/collection1 node=127.0.0.1:63816_ho%2Fcf 
C5468_STATE=coll:control_collection core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:63816/ho/cf, node_name=127.0.0.1:63816_ho%2Fcf, 
state=down}
   [junit4]   2> 1853950 T9097 C5468 P63816 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:63816/ho/cf/collection1/
   [junit4]   2> 1853950 T9097 C5468 P63816 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1853950 T9097 C5468 P63816 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:63816/ho/cf/collection1/ has no replicas
   [junit4]   2> 1853950 T9097 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:63816/ho/cf/collection1/ shard1
   [junit4]   2> 1853951 T9097 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1853951 T9089 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> 1853958 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1853960 T9089 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:63816/ho/cf";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1853962 T9101 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@70258e0 name:ZooKeeperConnection 
Watcher:127.0.0.1:63809/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1853962 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1853962 T9060 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1853967 T9060 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1853971 T9060 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1854079 T9088 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> 1854079 T9101 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> 1854262 T9097 oasc.ZkController.register We are 
http://127.0.0.1:63816/ho/cf/collection1/ and leader is 
http://127.0.0.1:63816/ho/cf/collection1/
   [junit4]   2> 1854262 T9097 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:63816/ho/cf
   [junit4]   2> 1854262 T9097 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1854262 T9097 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1854262 T9097 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1854264 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1854266 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63816/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63816_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 1854267 T9089 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63816/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63816_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1854364 T9088 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> 1854364 T9101 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> 1855227 T9060 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\cores\collection1
   [junit4]   2> 1855230 T9060 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1855231 T9060 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1855240 T9060 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1a05b58{/ho/cf,null,AVAILABLE}
   [junit4]   2> 1855241 T9060 oejs.AbstractConnector.doStart Started 
ServerConnector@2dd6f219{HTTP/1.1}{127.0.0.1:63830}
   [junit4]   2> 1855241 T9060 oejs.Server.doStart Started @1857663ms
   [junit4]   2> 1855241 T9060 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1855241 T9060 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1855241 T9060 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001
   [junit4]   2> 1855241 T9060 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\'
   [junit4]   2> 1855266 T9060 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\solr.xml
   [junit4]   2> 1855283 T9060 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\cores
   [junit4]   2> 1855283 T9060 oasc.CoreContainer.<init> New CoreContainer 
853771683
   [junit4]   2> 1855283 T9060 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\]
   [junit4]   2> 1855283 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1855283 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1855283 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1855283 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1855283 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1855283 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1855284 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1855284 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1855284 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1855284 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1855284 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1855284 T9060 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1855287 T9060 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1855287 T9060 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1855287 T9060 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1855287 T9060 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63809/solr
   [junit4]   2> 1855287 T9060 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1855287 T9060 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1855289 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1855294 T9115 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@104a3b8 name:ZooKeeperConnection 
Watcher:127.0.0.1:63809 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1855295 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1855295 T9060 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1855299 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1855302 T9118 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@328bc81f 
name:ZooKeeperConnection Watcher:127.0.0.1:63809/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1855302 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1855307 T9060 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1856109 T9060 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63829_ho%2Fcf
   [junit4]   2> 1856109 T9060 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63829_ho%2Fcf
   [junit4]   2> 1856118 T9060 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1856120 T9060 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\cores
   [junit4]   2> 1856120 T9060 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\cores\collection1\
   [junit4]   2> 1856122 T9060 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1856123 T9119 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1856123 T9119 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1856123 T9119 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1856123 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1856125 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63829/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63829_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 1856126 T9089 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63829/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63829_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1856126 T9089 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1856126 T9089 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 1856128 T9088 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> 1856128 T9101 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> 1856130 T9118 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> 1856921 T9119 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1856921 T9119 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1856922 T9119 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1856922 T9119 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1856925 T9119 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1856925 T9119 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1856942 T9119 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1856943 T9119 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1856950 T9119 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1856954 T9119 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1856967 T9119 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1856970 T9119 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1856974 T9119 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1857079 T9119 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1857084 T9119 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1857084 T9119 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1857093 T9119 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1857094 T9119 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1857097 T9119 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1857098 T9119 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1857098 T9119 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1857098 T9119 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1857100 T9119 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1857100 T9119 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1857100 T9119 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1857100 T9119 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1857100 T9119 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty1\
   [junit4]   2> 1857100 T9119 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7b5cf77e
   [junit4]   2> 1857101 T9119 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty1\
   [junit4]   2> 1857101 T9119 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty1\index/
   [junit4]   2> 1857101 T9119 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 1857102 T9119 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty1\index
   [junit4]   2> 1857102 T9119 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=70.576171875, 
floorSegmentMB=1.0556640625, forceMergeDeletesPctAllowed=16.91247621054907, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5327351978922087
   [junit4]   2> 1857103 T9119 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7f33700a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5fca5be7),segFN=segments_1,generation=1}
   [junit4]   2> 1857103 T9119 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1857105 T9119 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1857105 T9119 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1857106 T9119 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1857106 T9119 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1857106 T9119 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1857106 T9119 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1857107 T9119 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1857107 T9119 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1857107 T9119 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1857107 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857107 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857107 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857108 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857108 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1857108 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1857109 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1857109 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1857110 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1857110 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1857111 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1857111 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1857111 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1857111 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1857111 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1857112 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1857113 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1857113 T9119 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1857117 T9119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857118 T9119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857119 T9119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857120 T9119 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857120 T9119 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1857121 T9119 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1857121 T9119 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1857123 T9119 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=36.7919921875, 
floorSegmentMB=1.701171875, forceMergeDeletesPctAllowed=11.942500077410491, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6338939297919651
   [junit4]   2> 1857124 T9119 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7f33700a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5fca5be7),segFN=segments_1,generation=1}
   [junit4]   2> 1857124 T9119 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1857124 T9119 oass.SolrIndexSearcher.<init> Opening 
Searcher@5709cc90[collection1] main
   [junit4]   2> 1857124 T9119 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1857125 T9119 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1857125 T9119 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1857125 T9119 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1857125 T9119 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1857125 T9119 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1857126 T9119 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1857126 T9119 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1857126 T9119 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1857126 T9119 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1857126 T9119 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1857128 T9120 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5709cc90[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1857130 T9123 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:63829/ho/cf collection:collection1 
shard:shard2
   [junit4]   2> 1857132 T9060 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1857132 T9060 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1857155 T9123 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1857355 T9123 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 1857356 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1857357 T9123 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1857357 T9123 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5469 name=collection1 
org.apache.solr.core.SolrCore@22761d14 
url=http://127.0.0.1:63829/ho/cf/collection1 node=127.0.0.1:63829_ho%2Fcf 
C5469_STATE=coll:collection1 core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:63829/ho/cf, node_name=127.0.0.1:63829_ho%2Fcf, 
state=down}
   [junit4]   2> 1857357 T9123 C5469 P63829 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:63829/ho/cf/collection1/
   [junit4]   2> 1857357 T9123 C5469 P63829 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1857357 T9123 C5469 P63829 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:63829/ho/cf/collection1/ has no replicas
   [junit4]   2> 1857357 T9123 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:63829/ho/cf/collection1/ shard2
   [junit4]   2> 1857357 T9123 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1857360 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1857363 T9088 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> 1857363 T9101 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> 1857364 T9118 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> 1857372 T9093 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1857373 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:63829/ho/cf";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 1857479 T9101 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> 1857480 T9118 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> 1857502 T9123 oasc.ZkController.register We are 
http://127.0.0.1:63829/ho/cf/collection1/ and leader is 
http://127.0.0.1:63829/ho/cf/collection1/
   [junit4]   2> 1857502 T9123 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:63829/ho/cf
   [junit4]   2> 1857502 T9123 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1857502 T9123 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1857502 T9123 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1857504 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1857504 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63829/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63829_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 6
   [junit4]   2> 1857505 T9089 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63829/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63829_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1857629 T9088 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> 1857629 T9101 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> 1857630 T9118 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> 1858230 T9060 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\cores\collection1
   [junit4]   2> 1858232 T9060 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1858235 T9060 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1858244 T9060 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@660599b5{/ho/cf,null,AVAILABLE}
   [junit4]   2> 1858246 T9060 oejs.AbstractConnector.doStart Started 
ServerConnector@7a0e76d8{HTTP/1.1}{127.0.0.1:63840}
   [junit4]   2> 1858246 T9060 oejs.Server.doStart Started @1861691ms
   [junit4]   2> 1858246 T9060 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1858246 T9060 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1858246 T9060 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001
   [junit4]   2> 1858246 T9060 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\'
   [junit4]   2> 1858271 T9060 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\solr.xml
   [junit4]   2> 1858278 T9060 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\cores
   [junit4]   2> 1858278 T9060 oasc.CoreContainer.<init> New CoreContainer 
236215941
   [junit4]   2> 1858278 T9060 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\]
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1858278 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1858280 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1858280 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1858280 T9060 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1858280 T9060 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1858280 T9060 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1858280 T9060 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1858281 T9060 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1858281 T9060 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:63809/solr
   [junit4]   2> 1858281 T9060 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1858281 T9060 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1858284 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1858287 T9138 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7c418915 
name:ZooKeeperConnection Watcher:127.0.0.1:63809 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1858287 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1858287 T9060 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1858291 T9060 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1858294 T9141 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2bced193 
name:ZooKeeperConnection Watcher:127.0.0.1:63809/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1858295 T9060 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1858299 T9060 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1859101 T9060 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63839_ho%2Fcf
   [junit4]   2> 1859102 T9060 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:63839_ho%2Fcf
   [junit4]   2> 1859108 T9060 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1859111 T9060 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\cores
   [junit4]   2> 1859111 T9060 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\cores\collection1\
   [junit4]   2> 1859111 T9060 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1859112 T9142 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1859112 T9142 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1859113 T9142 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1859113 T9088 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1859114 T9089 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63839/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63839_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 7
   [junit4]   2> 1859123 T9089 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:63839/ho/cf";,
   [junit4]   2>          "node_name":"127.0.0.1:63839_ho%2Fcf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1859123 T9089 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 1859123 T9089 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 1859125 T9101 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> 1859125 T9088 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> 1859126 T9141 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> 1859126 T9118 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> 1859911 T9142 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1859911 T9142 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1859912 T9142 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1859912 T9142 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1859915 T9142 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1859915 T9142 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1859935 T9142 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1859941 T9142 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1859954 T9142 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1859958 T9142 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1860069 T9142 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1860073 T9142 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1860075 T9142 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1860172 T9142 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1860177 T9142 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1860177 T9142 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1860575 T9142 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1860578 T9142 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1860581 T9142 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1860582 T9142 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1860582 T9142 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1860582 T9142 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1860585 T9142 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1860585 T9142 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1860585 T9142 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1860585 T9142 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1860585 T9142 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\shard-2-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty2\
   [junit4]   2> 1860585 T9142 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7b5cf77e
   [junit4]   2> 1860586 T9142 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty2\
   [junit4]   2> 1860586 T9142 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty2\index/
   [junit4]   2> 1860586 T9142 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 1860586 T9142 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001\tempDir-001/jetty2\index
   [junit4]   2> 1860587 T9142 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=70.576171875, 
floorSegmentMB=1.0556640625, forceMergeDeletesPctAllowed=16.91247621054907, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5327351978922087
   [junit4]   2> 1860587 T9142 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@50ec0aac 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@191228d2),segFN=segments_1,generation=1}
   [junit4]   2> 1860587 T9142 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1860590 T9142 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1860590 T9142 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1860590 T9142 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1860590 T9142 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1860590 T9142 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1860590 T9142 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1860591 T9142 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1860591 T9142 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1860591 T9142 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1860592 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1860592 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1860592 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1860593 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1860593 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1860593 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1860594 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1860594 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1860594 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1860594 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1860595 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1860595 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1860595 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1860596 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1860597 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1860597 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1860597 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1860597 T9142 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1860601 T9142 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60

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

r.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=9178, name=updateExecutor-1627-thread-2, 
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@4f9483d4 
rejected from java.util.concurrent.ThreadPoolExecutor@5380f69a[Shutting down, 
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 29]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DBFF08567A830EAC]:0)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1906909 T9060 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 DBFF08567A830EAC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{_version_=FSTOrd50, multiDefault=BlockTreeOrds(blocksize=128), a_t=FSTOrd50, 
intDefault=FSTOrd50, id=FST50, text=PostingsFormat(name=Memory doPackFST= 
true), range_facet_l=FSTOrd50, timestamp=FSTOrd50}, 
docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, 
locale=es_PY, timezone=Asia/Jerusalem
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 
(64-bit)/cpus=2,threads=1,free=241296168,total=359424000
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicationHandler, 
TestXIncludeConfig, TestRTGBase, LeaderFailoverAfterPartitionTest, 
CloudMLTQParserTest, HdfsSyncSliceTest, SOLR749Test, TestExactSharedStatsCache, 
ParsingFieldUpdateProcessorsTest, SuggesterTSTTest, SearchHandlerTest, 
TestJmxIntegration, RecoveryAfterSoftCommitTest, 
DistributedQueryElevationComponentTest, TestWriterPerf, 
ChaosMonkeySafeLeaderTest, DocExpirationUpdateProcessorFactoryTest, 
TestSimpleQParserPlugin, HdfsBasicDistributedZkTest, TestStandardQParsers, 
DateFieldTest, RegexBoostProcessorTest, TestStressRecovery, 
AddSchemaFieldsUpdateProcessorFactoryTest, SimplePostToolTest, 
SuggestComponentTest, TestCSVResponseWriter, BlockDirectoryTest, 
DirectSolrSpellCheckerTest, DistanceFunctionTest, 
TestDocBasedVersionConstraints, TestManagedStopFilterFactory, 
TestSolrDeletionPolicy1, SortByFunctionTest, TestFieldCollectionResource, 
TestSolrQueryParserDefaultOperatorResource, TestDynamicLoading, 
BinaryUpdateRequestHandlerTest, TestSearchPerf, PreAnalyzedUpdateProcessorTest, 
AnalyticsQueryTest, BadComponentTest, TestPostingsSolrHighlighter, 
RequiredFieldsTest, DistributedSuggestComponentTest, UUIDFieldTest, 
CoreAdminCreateDiscoverTest, TestQueryTypes, TestOrdValues, 
TestValueSourceCache, TestManagedResourceStorage, HdfsUnloadDistributedZkTest, 
TestElisionMultitermQuery, TestFoldingMultitermQuery, OutputWriterTest, 
TestReRankQParserPlugin, TestManagedSchema, SuggesterTest, 
CollectionsAPIDistributedZkTest, ChangedSchemaMergeTest, IndexSchemaTest, 
DistributedIntervalFacetingTest, TestBadConfig, BasicDistributedZkTest, 
AutoCommitTest, TestFieldTypeCollectionResource, 
DistributedFacetPivotLargeTest, ClusterStateUpdateTest, SynonymTokenizerTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestCloudPivotFacet, 
CurrencyFieldOpenExchangeTest, TestFreeTextSuggestions, SolrCoreTest, 
TestObjectReleaseTracker, SharedFSAutoReplicaFailoverUtilsTest, TestConfigSets, 
TestDistributedGrouping, SolrTestCaseJ4Test, TestDefaultSimilarityFactory, 
TestSolrDynamicMBean, TestIBSimilarityFactory, TestDistributedSearch, 
AnalyticsMergeStrategyTest, CursorPagingTest, 
DistributedSpellCheckComponentTest, TestManagedResource, ScriptEngineTest, 
ReturnFieldsTest, SharedFSAutoReplicaFailoverTest, PluginInfoTest, 
TestQuerySenderListener, TestArbitraryIndexDir, DocValuesMissingTest, 
TestSweetSpotSimilarityFactory, TestPartialUpdateDeduplication, 
CoreAdminHandlerTest, TestBM25SimilarityFactory, BJQParserTest, 
TestAtomicUpdateErrorCases, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestLazyCores, NumericFieldsTest, TestTrie, TestMiniSolrCloudClusterSSL, 
DateMathParserTest, TestQueryUtils, MultiTermTest, SyncSliceTest, 
TestCollationField, AtomicUpdatesTest, XmlUpdateRequestHandlerTest, 
SpellCheckCollatorTest, TestInitParams, RankQueryTest, TestZkChroot, 
TestBlobHandler, TestTolerantSearch, DeleteInactiveReplicaTest, TestReload, 
NotRequiredUniqueKeyTest, QueryResultKeyTest, BasicFunctionalityTest, 
DefaultValueUpdateProcessorTest, TestSolrQueryParser, 
TestCollapseQParserPlugin, TestLeaderElectionZkExpiry, TestCloudInspectUtil, 
TestSolrConfigHandler, ResponseLogComponentTest, TestSystemIdResolver, 
TestCSVLoader, TestCollationFieldDocValues, WordBreakSolrSpellCheckerTest, 
TestAnalyzedSuggestions, TestNonDefinedSimilarityFactory, DocValuesTest, 
TestSolrConfigHandlerCloud, DateRangeFieldTest, TestNRTOpen, 
TestManagedSchemaDynamicFieldResource, TestCopyFieldCollectionResource, 
JsonLoaderTest, EchoParamsTest, TestFieldSortValues, MultiThreadedOCPTest, 
TestConfig, TestCloudManagedSchemaConcurrent, IndexBasedSpellCheckerTest, 
TestReversedWildcardFilterFactory, TestExtendedDismaxParser, 
TestPivotHelperCode, ReplicationFactorTest]
   [junit4] Completed in 56.25s, 1 test, 1 error <<< FAILURES!

[...truncated 948 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:198: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1348:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:956:
 There were test failures: 461 suites, 1844 tests, 1 error, 54 ignored (29 
assumptions)

Total time: 114 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 
-XX:+UseCompressedOops -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