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

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

Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:56244/repfacttest_c8n_1x3_shard1_replica3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:56244/repfacttest_c8n_1x3_shard1_replica3
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:787)
        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.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: 
http://127.0.0.1:56244/repfacttest_c8n_1x3_shard1_replica3
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
        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.directUpdate(CloudSolrClient.java:572)
        ... 47 more
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)
        ... 52 more




Build Log:
[...truncated 9171 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
 C74E1B932E283F53-001\init-core-data-001
   [junit4]   2> 1960076 T8515 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 1960083 T8515 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1960108 T8516 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1960203 T8515 oasc.ZkTestServer.run start zk server on 
port:56237
   [junit4]   2> 1960203 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1960206 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1960213 T8523 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c53a201 
name:ZooKeeperConnection Watcher:127.0.0.1:56237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1960214 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1960214 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1960214 T8515 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1960222 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1960226 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1960228 T8526 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@75087b04 
name:ZooKeeperConnection Watcher:127.0.0.1:56237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1960228 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1960228 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1960228 T8515 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1960235 T8515 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1960240 T8515 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1960252 T8515 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1960257 T8515 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> 1960257 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1960266 T8515 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> 1960266 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1960272 T8515 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> 1960273 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1960276 T8515 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> 1960276 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1960281 T8515 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> 1960281 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1960286 T8515 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> 1960286 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1960295 T8515 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> 1960300 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1960305 T8515 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> 1960307 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1960313 T8515 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> 1960313 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1960319 T8515 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> 1960319 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1960325 T8515 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> 1960325 T8515 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1962249 T8515 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
 C74E1B932E283F53-001\control-001\cores\collection1
   [junit4]   2> 1962273 T8515 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1962276 T8515 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@44cf8a73{/,null,AVAILABLE}
   [junit4]   2> 1962279 T8515 oejs.AbstractConnector.doStart Started 
ServerConnector@6fcaed58{HTTP/1.1}{127.0.0.1:56245}
   [junit4]   2> 1962280 T8515 oejs.Server.doStart Started @1965495ms
   [junit4]   2> 1962280 T8515 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1962280 T8515 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1962280 T8515 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
 C74E1B932E283F53-001\control-001
   [junit4]   2> 1962282 T8515 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
 C74E1B932E283F53-001\control-001\'
   [junit4]   2> 1962326 T8515 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
 C74E1B932E283F53-001\control-001\solr.xml
   [junit4]   2> 1962351 T8515 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
 C74E1B932E283F53-001\control-001\cores
   [junit4]   2> 1962351 T8515 oasc.CoreContainer.<init> New CoreContainer 
880501962
   [junit4]   2> 1962375 T8515 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
 C74E1B932E283F53-001\control-001\]
   [junit4]   2> 1962427 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1962427 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1962427 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1962427 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1962430 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1962430 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1962430 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1962430 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1962430 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1962433 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1962433 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1962433 T8515 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1962437 T8515 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1962438 T8515 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1962440 T8515 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1962448 T8515 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56237/solr
   [junit4]   2> 1962448 T8515 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1962448 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1962450 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1962457 T8543 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a877e14 
name:ZooKeeperConnection Watcher:127.0.0.1:56237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1962471 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1962472 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1962477 T8517 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14b254aacc90002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1962484 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1962486 T8546 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@739030aa 
name:ZooKeeperConnection Watcher:127.0.0.1:56237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1962486 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1962489 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1962492 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1962497 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1962500 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1962504 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1962512 T8515 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1962516 T8515 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56244_
   [junit4]   2> 1962517 T8515 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56244_
   [junit4]   2> 1962523 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1962527 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1962530 T8515 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1962534 T8515 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:56244_
   [junit4]   2> 1962534 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1962540 T8515 oasc.Overseer.start Overseer 
(id=93209219947888643-127.0.0.1:56244_-n_0000000000) starting
   [junit4]   2> 1962544 T8515 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1962554 T8515 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1962557 T8515 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1962564 T8548 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1962571 T8515 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1962574 T8515 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1962583 T8515 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
 C74E1B932E283F53-001\control-001\cores
   [junit4]   2> 1962583 T8515 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
 C74E1B932E283F53-001\control-001\cores\collection1\
   [junit4]   2> 1962585 T8515 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1962591 T8550 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1962591 T8550 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1962592 T8547 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1962595 T8550 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1962599 T8547 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:56244";,
   [junit4]   2>          "node_name":"127.0.0.1:56244_",
   [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> 1962600 T8547 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:56244";,
   [junit4]   2>          "node_name":"127.0.0.1:56244_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1962600 T8547 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1962600 T8547 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1962604 T8546 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> 1962671 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1963487 T8550 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1963487 T8550 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1963488 T8550 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1963488 T8550 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1963490 T8550 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1963490 T8550 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
 C74E1B932E283F53-001\control-001\cores\collection1\'
   [junit4]   2> 1963521 T8550 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1963533 T8550 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1963545 T8550 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1963553 T8550 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1963595 T8550 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1963599 T8550 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1963604 T8550 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1963900 T8550 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1963910 T8550 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1963910 T8550 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1963939 T8550 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1963945 T8550 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1963954 T8550 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1963957 T8550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1963957 T8550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1963957 T8550 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1963959 T8550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1963959 T8550 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1963959 T8550 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1963959 T8550 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1963962 T8550 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
 C74E1B932E283F53-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 C74E1B932E283F53-001\tempDir-001/control/data\
   [junit4]   2> 1963962 T8550 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6973edb8
   [junit4]   2> 1963963 T8550 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
 C74E1B932E283F53-001\tempDir-001/control/data\
   [junit4]   2> 1963963 T8550 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
 C74E1B932E283F53-001\tempDir-001/control/data\index/
   [junit4]   2> 1963963 T8550 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
 C74E1B932E283F53-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 1963963 T8550 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
 C74E1B932E283F53-001\tempDir-001/control/data\index
   [junit4]   2> 1963965 T8550 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=75.8046875, 
floorSegmentMB=1.8974609375, forceMergeDeletesPctAllowed=12.439174760918146, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1963966 T8550 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1aaa53e7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c4ab20),segFN=segments_1,generation=1}
   [junit4]   2> 1963966 T8550 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1963970 T8550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1963971 T8550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1963971 T8550 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1963971 T8550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1963971 T8550 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1963971 T8550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1963973 T8550 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1963973 T8550 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1963973 T8550 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1963975 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1963975 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1963975 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1963976 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1963976 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1963976 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1963977 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1963977 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1963977 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1963978 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1963978 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1963979 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1963979 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1963979 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1963980 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1963980 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1963980 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1963981 T8550 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1963989 T8550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1963991 T8550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1963993 T8550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1963996 T8550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1964003 T8550 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1964005 T8550 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1964005 T8550 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1964011 T8550 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=75.5234375, 
floorSegmentMB=1.0029296875, forceMergeDeletesPctAllowed=7.087256733835609, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37907705826124727
   [junit4]   2> 1964011 T8550 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1aaa53e7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c4ab20),segFN=segments_1,generation=1}
   [junit4]   2> 1964011 T8550 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1964013 T8550 oass.SolrIndexSearcher.<init> Opening 
Searcher@11cb1bac[collection1] main
   [junit4]   2> 1964013 T8550 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1964018 T8550 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1964018 T8550 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1964021 T8550 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1964021 T8550 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1964021 T8550 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1964024 T8550 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1964024 T8550 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1964024 T8550 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1964024 T8550 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1964026 T8552 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@11cb1bac[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1964026 T8550 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1964029 T8555 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56244 collection:control_collection 
shard:shard1
   [junit4]   2> 1964030 T8515 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1964030 T8515 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1964031 T8555 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1964033 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1964037 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1964053 T8555 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1964057 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1964060 T8555 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1964060 T8555 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4486 name=collection1 
org.apache.solr.core.SolrCore@63cb55d5 url=http://127.0.0.1:56244/collection1 
node=127.0.0.1:56244_ C4486_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:56244, 
node_name=127.0.0.1:56244_, state=down}
   [junit4]   2> 1964060 T8555 C4486 P56244 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:56244/collection1/
   [junit4]   2> 1964060 T8555 C4486 P56244 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1964063 T8555 C4486 P56244 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56244/collection1/ has no replicas
   [junit4]   2> 1964063 T8555 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:56244/collection1/ shard1
   [junit4]   2> 1964063 T8555 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1964064 T8547 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> 1964070 T8551 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> 1964082 T8547 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:56244";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 1964086 T8546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1964097 T8559 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@403953d4 
name:ZooKeeperConnection Watcher:127.0.0.1:56237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1964097 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1964097 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1964099 T8515 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1964108 T8515 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1964109 T8515 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 1964109 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1964111 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1964119 T8562 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@496efc64 
name:ZooKeeperConnection Watcher:127.0.0.1:56237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1964120 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1964120 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1964124 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1964191 T8547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "stateFormat":"2"} current state version: 3
   [junit4]   2> 1964191 T8547 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1964359 T8555 oasc.ZkController.register We are 
http://127.0.0.1:56244/collection1/ and leader is 
http://127.0.0.1:56244/collection1/
   [junit4]   2> 1964359 T8555 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56244
   [junit4]   2> 1964359 T8555 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1964359 T8555 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1964359 T8555 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1964366 T8547 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:56244";,
   [junit4]   2>          "node_name":"127.0.0.1:56244_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 1964366 T8547 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:56244";,
   [junit4]   2>          "node_name":"127.0.0.1:56244_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1964367 T8547 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 1964371 T8559 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> 1964375 T8551 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> 1964388 T8546 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1964550 T8559 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> 1966114 T8515 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
 C74E1B932E283F53-001\shard-1-001\cores\collection1
   [junit4]   2> 1966118 T8515 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1966121 T8515 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1966125 T8515 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@b08e3d2{/,null,AVAILABLE}
   [junit4]   2> 1966127 T8515 oejs.AbstractConnector.doStart Started 
ServerConnector@570f561d{HTTP/1.1}{127.0.0.1:56261}
   [junit4]   2> 1966128 T8515 oejs.Server.doStart Started @1969966ms
   [junit4]   2> 1966128 T8515 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1966128 T8515 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1966128 T8515 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
 C74E1B932E283F53-001\shard-1-001
   [junit4]   2> 1966130 T8515 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
 C74E1B932E283F53-001\shard-1-001\'
   [junit4]   2> 1966188 T8515 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
 C74E1B932E283F53-001\shard-1-001\solr.xml
   [junit4]   2> 1966221 T8515 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
 C74E1B932E283F53-001\shard-1-001\cores
   [junit4]   2> 1966221 T8515 oasc.CoreContainer.<init> New CoreContainer 
579575357
   [junit4]   2> 1966223 T8515 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
 C74E1B932E283F53-001\shard-1-001\]
   [junit4]   2> 1966227 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1966227 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1966227 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1966227 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1966228 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1966228 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1966228 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1966228 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1966228 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1966230 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1966231 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1966231 T8515 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1966231 T8515 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1966231 T8515 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1966231 T8515 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1966231 T8515 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56237/solr
   [junit4]   2> 1966231 T8515 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1966231 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1966235 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1966242 T8579 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@41415d2d 
name:ZooKeeperConnection Watcher:127.0.0.1:56237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1966242 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1966242 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1966248 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1966250 T8582 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@56bca1af 
name:ZooKeeperConnection Watcher:127.0.0.1:56237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1966252 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1966266 T8515 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1967170 T8515 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56260_
   [junit4]   2> 1967171 T8515 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56260_
   [junit4]   2> 1967178 T8515 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1967186 T8515 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
 C74E1B932E283F53-001\shard-1-001\cores
   [junit4]   2> 1967186 T8515 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
 C74E1B932E283F53-001\shard-1-001\cores\collection1\
   [junit4]   2> 1967186 T8515 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1967196 T8583 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1967196 T8583 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1967199 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1967202 T8547 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:56260";,
   [junit4]   2>          "node_name":"127.0.0.1:56260_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 1967202 T8583 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 1967202 T8583 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 1967203 T8547 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:56260";,
   [junit4]   2>          "node_name":"127.0.0.1:56260_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1967203 T8547 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 1967203 T8547 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 1967205 T8583 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1967207 T8547 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1967208 T8583 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 1967208 T8583 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1967209 T8582 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1967210 T8582 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 1968099 T8583 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1968099 T8583 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1968100 T8583 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1968100 T8583 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1968102 T8583 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1968102 T8583 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
 C74E1B932E283F53-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1968124 T8583 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1968128 T8583 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1968138 T8583 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1968147 T8583 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1968174 T8583 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1968177 T8583 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1968186 T8583 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1968398 T8583 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1968404 T8583 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1968410 T8583 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1968419 T8583 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1968422 T8583 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1968425 T8583 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1968425 T8583 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1968425 T8583 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1968425 T8583 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1968427 T8583 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1968427 T8583 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1968427 T8583 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1968427 T8583 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1968428 T8583 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
 C74E1B932E283F53-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
 C74E1B932E283F53-001\tempDir-001/jetty1\
   [junit4]   2> 1968428 T8583 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6973edb8
   [junit4]   2> 1968429 T8583 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
 C74E1B932E283F53-001\tempDir-001/jetty1\
   [junit4]   2> 1968429 T8583 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
 C74E1B932E283F53-001\tempDir-001/jetty1\index/
   [junit4]   2> 1968429 T8583 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
 C74E1B932E283F53-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 1968430 T8583 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
 C74E1B932E283F53-001\tempDir-001/jetty1\index
   [junit4]   2> 1968430 T8583 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=75.8046875, 
floorSegmentMB=1.8974609375, forceMergeDeletesPctAllowed=12.439174760918146, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1968431 T8583 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5fc1a53 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36ee5d1e),segFN=segments_1,generation=1}
   [junit4]   2> 1968431 T8583 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1968433 T8583 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1968434 T8583 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1968434 T8583 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1968434 T8583 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1968434 T8583 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1968435 T8583 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1968435 T8583 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1968435 T8583 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1968435 T8583 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1968436 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1968436 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1968437 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1968437 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1968437 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1968438 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1968438 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1968438 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1968439 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1968440 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1968441 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1968445 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1968446 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1968446 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1968447 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1968447 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1968448 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1968448 T8583 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1968453 T8583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1968454 T8583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1968455 T8583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1968457 T8583 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1968457 T8583 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1968458 T8583 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1968458 T8583 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1968465 T8583 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=75.5234375, 
floorSegmentMB=1.0029296875, forceMergeDeletesPctAllowed=7.087256733835609, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37907705826124727
   [junit4]   2> 1968465 T8583 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5fc1a53 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@36ee5d1e),segFN=segments_1,generation=1}
   [junit4]   2> 1968465 T8583 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1968466 T8583 oass.SolrIndexSearcher.<init> Opening 
Searcher@27359013[collection1] main
   [junit4]   2> 1968466 T8583 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1968467 T8583 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1968467 T8583 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1968468 T8583 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1968468 T8583 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1968468 T8583 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1968469 T8583 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1968469 T8583 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1968469 T8583 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1968469 T8583 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1968469 T8583 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1968470 T8584 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@27359013[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1968472 T8515 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1968472 T8515 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1968496 T8587 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56260 collection:collection1 
shard:shard2
   [junit4]   2> 1968564 T8587 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1968811 T8587 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 1968813 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1968814 T8587 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1968814 T8587 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4487 name=collection1 
org.apache.solr.core.SolrCore@32d23943 url=http://127.0.0.1:56260/collection1 
node=127.0.0.1:56260_ C4487_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:56260, 
node_name=127.0.0.1:56260_, state=down}
   [junit4]   2> 1968814 T8587 C4487 P56260 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:56260/collection1/
   [junit4]   2> 1968814 T8587 C4487 P56260 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1968814 T8587 C4487 P56260 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56260/collection1/ has no replicas
   [junit4]   2> 1968814 T8587 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:56260/collection1/ shard2
   [junit4]   2> 1968815 T8587 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1968817 T8547 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 1968827 T8547 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1968828 T8582 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1968830 T8582 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 1968836 T8547 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:56260";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 1968838 T8547 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1968839 T8582 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1968840 T8582 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 1968844 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1968883 T8587 oasc.ZkController.register We are 
http://127.0.0.1:56260/collection1/ and leader is 
http://127.0.0.1:56260/collection1/
   [junit4]   2> 1968883 T8587 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56260
   [junit4]   2> 1968883 T8587 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1968883 T8587 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1968883 T8587 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1968885 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1968887 T8547 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:56260";,
   [junit4]   2>          "node_name":"127.0.0.1:56260_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 1968888 T8547 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:56260";,
   [junit4]   2>          "node_name":"127.0.0.1:56260_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1968891 T8547 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1968893 T8582 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1968894 T8587 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 1968895 T8582 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 1970025 T8515 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
 C74E1B932E283F53-001\shard-2-001\cores\collection1
   [junit4]   2> 1970027 T8515 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1970030 T8515 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 1970033 T8515 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@37a90ac6{/,null,AVAILABLE}
   [junit4]   2> 1970036 T8515 oejs.AbstractConnector.doStart Started 
ServerConnector@69346848{HTTP/1.1}{127.0.0.1:56271}
   [junit4]   2> 1970037 T8515 oejs.Server.doStart Started @1974414ms
   [junit4]   2> 1970052 T8515 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1970052 T8515 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1970052 T8515 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
 C74E1B932E283F53-001\shard-2-001
   [junit4]   2> 1970052 T8515 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
 C74E1B932E283F53-001\shard-2-001\'
   [junit4]   2> 1970087 T8515 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
 C74E1B932E283F53-001\shard-2-001\solr.xml
   [junit4]   2> 1970103 T8515 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
 C74E1B932E283F53-001\shard-2-001\cores
   [junit4]   2> 1970103 T8515 oasc.CoreContainer.<init> New CoreContainer 
331092433
   [junit4]   2> 1970103 T8515 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
 C74E1B932E283F53-001\shard-2-001\]
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1970105 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1970107 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1970107 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1970107 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1970107 T8515 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1970107 T8515 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1970109 T8515 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1970109 T8515 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1970109 T8515 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1970109 T8515 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:56237/solr
   [junit4]   2> 1970109 T8515 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1970109 T8515 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1970113 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1970115 T8602 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3ebcbc44 
name:ZooKeeperConnection Watcher:127.0.0.1:56237 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1970115 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1970115 T8515 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1970121 T8515 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1970124 T8605 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@571212cf 
name:ZooKeeperConnection Watcher:127.0.0.1:56237/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1970125 T8515 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1970134 T8515 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1971122 T8515 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56270_
   [junit4]   2> 1971124 T8515 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56270_
   [junit4]   2> 1971136 T8515 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1971139 T8515 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
 C74E1B932E283F53-001\shard-2-001\cores
   [junit4]   2> 1971139 T8515 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
 C74E1B932E283F53-001\shard-2-001\cores\collection1\
   [junit4]   2> 1971139 T8515 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1971148 T8606 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1971148 T8606 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1971153 T8551 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1971157 T8606 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 1971157 T8606 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 1971158 T8547 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:56270";,
   [junit4]   2>          "node_name":"127.0.0.1:56270_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 1971159 T8606 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1971159 T8547 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:56270";,
   [junit4]   2>          "node_name":"127.0.0.1:56270_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1971159 T8547 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 1971159 T8547 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 1971163 T8547 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1971164 T8606 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 1971164 T8606 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1971164 T8605 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1971164 T8582 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 1971165 T8605 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 1971166 T8582 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 1972145 T8606 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1972145 T8606 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1972146 T8606 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1972146 T8606 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1972147 T8606 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1972147 T8606 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
 C74E1B932E283F53-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1972224 T8606 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1972230 T8606 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1972250 T8606 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1972259 T8606 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1972294 T8606 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1972296 T8606 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1972300 T8606 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1972566 T8606 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1972578 T8606 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1972578 T8606 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1972592 T8606 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1972598 T8606 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1972604 T8606 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1972606 T8606 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1972606 T8606 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1972606 T8606 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1972609 T8606 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1972609 T8606 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1972610 T8606 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1972610 T8606 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1972611 T8606 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
 C74E1B932E283F53-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
 C74E1B932E283F53-001\tempDir-001/jetty2\
   [junit4]   2> 1972611 T8606 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6973edb8
   [junit4]   2> 1972612 T8606 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
 C74E1B932E283F53-001\tempDir-001/jetty2\
   [junit4]   2> 1972612 T8606 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
 C74E1B932E283F53-001\tempDir-001/jetty2\index/
   [junit4]   2> 1972612 T8606 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
 C74E1B932E283F53-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 1972613 T8606 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
 C74E1B932E283F53-001\tempDir-001/jetty2\index
   [junit4]   2> 1972614 T8606 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=75.8046875, 
floorSegmentMB=1.8974609375, forceMergeDeletesPctAllowed=12.439174760918146, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1972614 T8606 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2c3140d4 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a018f3a),segFN=segments_1,generation=1}
   [junit4]   2> 1972614 T8606 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1972617 T8606 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1972617 T8606 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1972618 T8606 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1972618 T8606 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1972618 T8606 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1972618 T8606 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1972619 T8606 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1972619 T8606 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1972619 T8606 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1972620 T8606 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1972620 T8606 o

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

tpSolrClient.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.directUpdate(CloudSolrClient.java:572)
   [junit4]    >        ... 47 more
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target 
server failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.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]    >        ... 52 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=8705, name=updateExecutor-1034-thread-1, 
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@66772eb7 
rejected from java.util.concurrent.ThreadPoolExecutor@20350aea[Shutting down, 
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C74E1B932E283F53]: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> 2027739 T8515 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
 C74E1B932E283F53-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=FSTOrd50, a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneFixedGap), 
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, 
locale=fr, timezone=Africa/Gaborone
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 
(64-bit)/cpus=2,threads=1,free=124701208,total=304791552
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchema, 
TestSchemaManager, TestZkChroot, SolrIndexSplitterTest, TestReplicaProperties, 
TestJoin, OverriddenZkACLAndCredentialsProvidersTest, EchoParamsTest, 
TestDistribDocBasedVersion, AnalysisAfterCoreReloadTest, SolrInfoMBeanTest, 
TestIndexingPerformance, AliasIntegrationTest, ExitableDirectoryReaderTest, 
DirectUpdateHandlerTest, TestOmitPositions, TestRTGBase, HttpPartitionTest, 
TestSimpleQParserPlugin, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCmdDistributorTest, TestIntervalFaceting, AssignTest, JsonLoaderTest, 
RecoveryAfterSoftCommitTest, DistributedFacetPivotSmallTest, TestNRTOpen, 
TestStressVersions, TestSortingResponseWriter, TestCSVResponseWriter, 
TestLazyCores, JSONWriterTest, TestImplicitCoreProperties, 
TestFieldTypeCollectionResource, HighlighterMaxOffsetTest, TestRecoveryHdfs, 
QueryResultKeyTest, TestQuerySenderListener, HighlighterConfigTest, 
URLClassifyProcessorTest, DocValuesMissingTest, TestLRUCache, 
CollectionsAPIDistributedZkTest, TestChildDocTransformer, 
SaslZkACLProviderTest, SchemaVersionSpecificBehaviorTest, 
FullSolrCloudDistribCmdsTest, TestFunctionQuery, PreAnalyzedFieldTest, 
TestDocSet, ShardSplitTest, HdfsBasicDistributedZk2Test, 
ChaosMonkeySafeLeaderTest, MoreLikeThisHandlerTest, 
TestAnalyzeInfixSuggestions, TestMergePolicyConfig, MigrateRouteKeyTest, 
CoreAdminRequestStatusTest, BlockDirectoryTest, AlternateDirectoryTest, 
TestRawResponseWriter, TestBinaryResponseWriter, TestClassNameShortening, 
BinaryUpdateRequestHandlerTest, TestSolrJ, EnumFieldTest, TestCloudPivotFacet, 
SpellCheckComponentTest, SimpleFacetsTest, TestNonDefinedSimilarityFactory, 
TestCharFilters, UUIDUpdateProcessorFallbackTest, DateFieldTest, 
LeaderFailoverAfterPartitionTest, QueryElevationComponentTest, 
TestDynamicLoading, HdfsBasicDistributedZkTest, TestAnalyzedSuggestions, 
SignatureUpdateProcessorFactoryTest, TestSystemIdResolver, 
SpatialRPTFieldTypeTest, TestOverriddenPrefixQueryForCustomFieldType, 
TestInitQParser, DateMathParserTest, ScriptEngineTest, 
CoreMergeIndexesAdminHandlerTest, HdfsDirectoryTest, TestGroupingSearch, 
BasicDistributedZk2Test, TestUpdate, TestCopyFieldCollectionResource, 
ExternalCollectionsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestMiniSolrCloudCluster, BJQParserTest, PrimUtilsTest, HdfsLockFactoryTest, 
StatelessScriptUpdateProcessorFactoryTest, PeerSyncTest, TestSolrXml, 
TestManagedResourceStorage, CopyFieldTest, BlockCacheTest, MultiTermTest, 
BasicDistributedZkTest, SimplePostToolTest, FileBasedSpellCheckerTest, 
SearchHandlerTest, BufferStoreTest, TestReRankQParserPlugin, 
DirectSolrSpellCheckerTest, DistributedFacetPivotWhiteBoxTest, 
TestBulkSchemaConcurrent, RemoteQueryErrorTest, IndexSchemaRuntimeFieldTest, 
TestBulkSchemaAPI, TestValueSourceCache, TestReload, 
TestFuzzyAnalyzedSuggestions, TestRemoteStreaming, SOLR749Test, 
TestClusterStateMutator, HighlighterTest, TestSchemaVersionResource, 
TestCoreDiscovery, DistributedQueryComponentCustomSortTest, TestBadConfig, 
FileUtilsTest, ChangedSchemaMergeTest, SynonymTokenizerTest, 
TestFoldingMultitermQuery, TestReplicationHandler, 
DefaultValueUpdateProcessorTest, DistribCursorPagingTest, ConvertedLegacyTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestStressLucene, 
TermVectorComponentTest, DirectSolrConnectionTest, TestFieldCollectionResource, 
SoftAutoCommitTest, FieldAnalysisRequestHandlerTest, HardAutoCommitTest, 
TestShortCircuitedRequests, CursorMarkTest, ResponseLogComponentTest, 
TestFastLRUCache, ZkNodePropsTest, TestMaxScoreQueryParser, 
TestAddFieldRealTimeGet, TestConfigReload, TestConfigSets, NumericFieldsTest, 
XsltUpdateRequestHandlerTest, TestPostingsSolrHighlighter, 
TestSolrDynamicMBean, FacetPivotSmallTest, CSVRequestHandlerTest, 
SystemInfoHandlerTest, TestSolr4Spatial2, TestRandomFaceting, 
TestCoreContainer, ReplicationFactorTest]
   [junit4] Completed in 67.73s, 1 test, 1 error <<< FAILURES!

[...truncated 911 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: 115 minutes 53 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