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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
        at 
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 9767 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\init-core-data-001
   [junit4]   2> 1765876 T7741 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /zw_iqi/yq
   [junit4]   2> 1765881 T7741 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1765882 T7742 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1765980 T7741 oasc.ZkTestServer.run start zk server on 
port:54180
   [junit4]   2> 1765980 T7741 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1765981 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1765984 T7749 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@124c1ae5 
name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1765985 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1765985 T7741 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1765985 T7741 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1765989 T7741 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1765991 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1765993 T7752 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@599be289 
name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1765993 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1765993 T7741 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1765994 T7741 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1765997 T7741 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1765998 T7741 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1766001 T7741 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1766003 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1766005 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1766010 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1766011 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1766014 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1766016 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1766033 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1766033 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1766036 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1766036 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1766040 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1766041 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1766044 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1766044 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1766047 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1766047 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1766050 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1766051 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1766052 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1766052 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1766055 T7741 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1766056 T7741 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1766059 T7743 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14befb5cad30001, 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> 1767454 T7741 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1
   [junit4]   2> 1767457 T7741 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1767486 T7741 oejs.AbstractConnector.doStart Started 
[email protected]:54188
   [junit4]   2> 1767486 T7741 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\tempDir-001/control/data, hostContext=/zw_iqi/yq, 
hostPort=54187, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores}
   [junit4]   2> 1767487 T7741 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1767487 T7741 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\'
   [junit4]   2> 1767516 T7741 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\solr.xml
   [junit4]   2> 1767524 T7741 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores
   [junit4]   2> 1767524 T7741 oasc.CoreContainer.<init> New CoreContainer 
1510312172
   [junit4]   2> 1767524 T7741 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\]
   [junit4]   2> 1767524 T7741 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\lib
   [junit4]   2> 1767524 T7741 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\lib).
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1767532 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1767533 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1767533 T7741 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1767533 T7741 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1767533 T7741 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1767534 T7741 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1767535 T7741 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54180/solr
   [junit4]   2> 1767535 T7741 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1767535 T7741 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1767536 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1767539 T7764 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2e5aaf62 
name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1767540 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1767540 T7741 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1767545 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1767548 T7767 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@698053df 
name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1767548 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1767550 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1767554 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1767558 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1767561 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1767564 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1767568 T7741 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1767570 T7741 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54187_zw_iqi%2Fyq
   [junit4]   2> 1767570 T7741 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54187_zw_iqi%2Fyq
   [junit4]   2> 1767573 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1767577 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1767579 T7741 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1767581 T7741 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54187_zw_iqi%2Fyq
   [junit4]   2> 1767581 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1767583 T7741 oasc.Overseer.start Overseer 
(id=93431781362171907-127.0.0.1:54187_zw_iqi%2Fyq-n_0000000000) starting
   [junit4]   2> 1767587 T7741 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1767597 T7741 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1767598 T7769 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1767599 T7768 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1767599 T7741 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1767601 T7741 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1767603 T7741 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1767608 T7741 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1, 
collection=control_collection, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\, coreNodeName=, 
dataDir=data\, shard=}
   [junit4]   2> 1767610 T7741 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\
   [junit4]   2> 1767610 T7741 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1767611 T7771 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1767611 T7771 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1767612 T7771 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1767613 T7768 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:54187/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [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> 1767613 T7768 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:54187/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1767613 T7768 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1767613 T7768 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1767615 T7767 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> 1767618 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768486 T7771 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1768486 T7771 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1768487 T7771 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1768487 T7771 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1768488 T7771 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1768488 T7771 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\'
   [junit4]   2> 1768502 T7771 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1768505 T7771 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1768512 T7771 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1768514 T7771 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1768518 T7771 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1768520 T7771 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1768525 T7771 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1768628 T7771 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1768633 T7771 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1768634 T7771 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1768643 T7771 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1768646 T7771 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1768649 T7771 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1768651 T7771 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1768651 T7771 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1768651 T7771 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1768652 T7771 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1768652 T7771 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1768653 T7771 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1768653 T7771 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1768653 T7771 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\data\
   [junit4]   2> 1768653 T7771 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@376c66a
   [junit4]   2> 1768654 T7771 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\data\
   [junit4]   2> 1768654 T7771 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\data\index/
   [junit4]   2> 1768654 T7771 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1768654 T7771 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\control-001\cores\collection1\data\index
   [junit4]   2> 1768655 T7771 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=29.5654296875, 
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=18.802484429338094, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.45396592934494395
   [junit4]   2> 1768655 T7771 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@40d559fd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@652be739),segFN=segments_1,generation=1}
   [junit4]   2> 1768655 T7771 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1768657 T7771 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1768658 T7771 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1768659 T7771 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1768659 T7771 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1768659 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768659 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1768660 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1768661 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1768661 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1768661 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1768662 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1768662 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1768663 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1768664 T7771 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1768669 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768670 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768671 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768673 T7771 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1768673 T7771 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1768674 T7771 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1768674 T7771 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1768674 T7771 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1768675 T7771 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.6357421875, 
floorSegmentMB=1.833984375, forceMergeDeletesPctAllowed=12.170499908588857, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7605788215728881
   [junit4]   2> 1768676 T7771 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@40d559fd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@652be739),segFN=segments_1,generation=1}
   [junit4]   2> 1768677 T7771 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1768677 T7771 oass.SolrIndexSearcher.<init> Opening 
Searcher@6ff2aece[collection1] main
   [junit4]   2> 1768677 T7771 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1768679 T7771 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1768679 T7771 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1768680 T7771 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1768680 T7771 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1768680 T7771 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1768681 T7771 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1768681 T7771 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1768681 T7771 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1768681 T7771 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1768681 T7771 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1768686 T7772 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6ff2aece[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1768688 T7741 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1768688 T7741 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1768689 T7775 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54187/zw_iqi/yq 
collection:control_collection shard:shard1
   [junit4]   2> 1768689 T7741 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1768690 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1768692 T7775 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1768697 T7775 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1768698 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768699 T7775 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1768699 T7775 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C958 name=collection1 
org.apache.solr.core.SolrCore@1417b538 
url=http://127.0.0.1:54187/zw_iqi/yq/collection1 
node=127.0.0.1:54187_zw_iqi%2Fyq C958_STATE=coll:control_collection 
core:collection1 props:{core=collection1, 
base_url=http://127.0.0.1:54187/zw_iqi/yq, 
node_name=127.0.0.1:54187_zw_iqi%2Fyq, state=down}
   [junit4]   2> 1768699 T7775 C958 P54187 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:54187/zw_iqi/yq/collection1/
   [junit4]   2> 1768699 T7775 C958 P54187 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1768699 T7775 C958 P54187 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54187/zw_iqi/yq/collection1/ has no replicas
   [junit4]   2> 1768699 T7775 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:54187/zw_iqi/yq/collection1/ shard1
   [junit4]   2> 1768701 T7775 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1768702 T7768 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> 1768708 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768709 T7768 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:54187/zw_iqi/yq";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1768715 T7779 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5122dceb 
name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1768715 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1768715 T7741 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1768717 T7741 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1768720 T7741 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1768802 T7767 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> 1768804 T7779 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> 1768842 T7775 oasc.ZkController.register We are 
http://127.0.0.1:54187/zw_iqi/yq/collection1/ and leader is 
http://127.0.0.1:54187/zw_iqi/yq/collection1/
   [junit4]   2> 1768842 T7775 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54187/zw_iqi/yq
   [junit4]   2> 1768842 T7775 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1768842 T7775 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1768842 T7775 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1768845 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1768847 T7768 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:54187/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 1768848 T7768 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:54187/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54187_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1768941 T7779 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> 1768941 T7767 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> 1770012 T7741 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1
   [junit4]   2> 1770016 T7741 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001
   [junit4]   2> 1770016 T7741 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1770019 T7741 oejs.AbstractConnector.doStart Started 
[email protected]:54201
   [junit4]   2> 1770019 T7741 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, 
hostContext=/zw_iqi/yq, hostPort=54200, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores}
   [junit4]   2> 1770019 T7741 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1770019 T7741 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\'
   [junit4]   2> 1770048 T7741 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\solr.xml
   [junit4]   2> 1770055 T7741 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores
   [junit4]   2> 1770056 T7741 oasc.CoreContainer.<init> New CoreContainer 
795655156
   [junit4]   2> 1770056 T7741 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\]
   [junit4]   2> 1770056 T7741 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\lib
   [junit4]   2> 1770056 T7741 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\lib).
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1770064 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1770064 T7741 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1770067 T7741 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1770067 T7741 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1770067 T7741 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1770067 T7741 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54180/solr
   [junit4]   2> 1770067 T7741 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1770067 T7741 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1770069 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1770072 T7791 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2875d625 
name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1770072 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1770073 T7741 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1770075 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1770077 T7794 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3cc952e name:ZooKeeperConnection 
Watcher:127.0.0.1:54180/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1770077 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1770084 T7741 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1770961 T7741 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54200_zw_iqi%2Fyq
   [junit4]   2> 1770962 T7741 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54200_zw_iqi%2Fyq
   [junit4]   2> 1770967 T7741 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1770970 T7741 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1, collection=collection1, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\, coreNodeName=, 
dataDir=data\, shard=}
   [junit4]   2> 1770972 T7741 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\
   [junit4]   2> 1770972 T7741 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1770973 T7795 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1770973 T7795 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1770974 T7795 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1770974 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1770974 T7768 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:54200/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 1770974 T7768 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:54200/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1770974 T7768 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1770974 T7768 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 1770976 T7779 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1770976 T7767 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1770976 T7794 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1771847 T7795 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1771847 T7795 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1771848 T7795 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1771848 T7795 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1771849 T7795 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1771849 T7795 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\'
   [junit4]   2> 1771862 T7795 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1771865 T7795 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1771871 T7795 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1771876 T7795 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1771882 T7795 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1771885 T7795 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1771889 T7795 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1771984 T7795 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1771993 T7795 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1771993 T7795 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1772016 T7795 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1772020 T7795 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1772023 T7795 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1772025 T7795 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1772025 T7795 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1772025 T7795 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1772027 T7795 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1772027 T7795 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1772027 T7795 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1772027 T7795 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1772027 T7795 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1772027 T7795 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@376c66a
   [junit4]   2> 1772028 T7795 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 1772028 T7795 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 1772028 T7795 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1772028 T7795 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 1772029 T7795 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=29.5654296875, 
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=18.802484429338094, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.45396592934494395
   [junit4]   2> 1772029 T7795 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@77d6af73 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42562502),segFN=segments_1,generation=1}
   [junit4]   2> 1772029 T7795 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1772031 T7795 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1772032 T7795 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1772033 T7795 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1772033 T7795 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1772033 T7795 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1772033 T7795 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1772034 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772034 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772034 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772035 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1772035 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1772035 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1772036 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1772036 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1772037 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1772038 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1772038 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1772039 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1772040 T7795 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1772043 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772044 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772045 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772046 T7795 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1772047 T7795 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1772050 T7795 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1772051 T7795 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1772051 T7795 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1772053 T7795 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=45.6357421875, 
floorSegmentMB=1.833984375, forceMergeDeletesPctAllowed=12.170499908588857, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7605788215728881
   [junit4]   2> 1772053 T7795 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@77d6af73 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42562502),segFN=segments_1,generation=1}
   [junit4]   2> 1772054 T7795 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1772054 T7795 oass.SolrIndexSearcher.<init> Opening 
Searcher@2e3e0b69[collection1] main
   [junit4]   2> 1772054 T7795 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1772055 T7795 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1772055 T7795 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1772056 T7795 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1772056 T7795 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1772056 T7795 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1772056 T7795 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1772056 T7795 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1772056 T7795 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1772056 T7795 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1772056 T7795 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1772057 T7796 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@2e3e0b69[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1772059 T7741 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1772059 T7741 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1772067 T7799 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:54200/zw_iqi/yq 
collection:collection1 shard:shard2
   [junit4]   2> 1772067 T7799 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1772078 T7799 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 1772080 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1772080 T7799 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1772080 T7799 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C959 name=collection1 
org.apache.solr.core.SolrCore@7d287935 
url=http://127.0.0.1:54200/zw_iqi/yq/collection1 
node=127.0.0.1:54200_zw_iqi%2Fyq C959_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:54200/zw_iqi/yq, 
node_name=127.0.0.1:54200_zw_iqi%2Fyq, state=down}
   [junit4]   2> 1772080 T7799 C959 P54200 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:54200/zw_iqi/yq/collection1/
   [junit4]   2> 1772080 T7799 C959 P54200 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1772080 T7799 C959 P54200 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:54200/zw_iqi/yq/collection1/ has no replicas
   [junit4]   2> 1772080 T7799 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:54200/zw_iqi/yq/collection1/ shard2
   [junit4]   2> 1772081 T7799 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1772085 T7768 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1772091 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1772093 T7768 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:54200/zw_iqi/yq";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 1772184 T7767 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1772185 T7794 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1772186 T7779 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1772225 T7799 oasc.ZkController.register We are 
http://127.0.0.1:54200/zw_iqi/yq/collection1/ and leader is 
http://127.0.0.1:54200/zw_iqi/yq/collection1/
   [junit4]   2> 1772225 T7799 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:54200/zw_iqi/yq
   [junit4]   2> 1772225 T7799 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1772225 T7799 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1772225 T7799 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1772228 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1772231 T7768 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:54200/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [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> 1772233 T7768 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:54200/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54200_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1772326 T7767 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1772327 T7779 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1772327 T7794 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1773336 T7741 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1
   [junit4]   2> 1773339 T7741 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001
   [junit4]   2> 1773339 T7741 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1773343 T7741 oejs.AbstractConnector.doStart Started 
[email protected]:54211
   [junit4]   2> 1773343 T7741 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, 
hostContext=/zw_iqi/yq, hostPort=54210, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores}
   [junit4]   2> 1773343 T7741 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 1773344 T7741 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\'
   [junit4]   2> 1773371 T7741 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\solr.xml
   [junit4]   2> 1773377 T7741 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores
   [junit4]   2> 1773377 T7741 oasc.CoreContainer.<init> New CoreContainer 
1061415036
   [junit4]   2> 1773378 T7741 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\]
   [junit4]   2> 1773378 T7741 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\lib
   [junit4]   2> 1773378 T7741 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\lib).
   [junit4]   2> 1773386 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1773386 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1773386 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1773387 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1773387 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1773387 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1773388 T7741 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1773388 T7741 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1773388 T7741 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1773388 T7741 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1773388 T7741 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1773388 T7741 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54180/solr
   [junit4]   2> 1773388 T7741 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1773388 T7741 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1773391 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1773392 T7812 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@25dee87b 
name:ZooKeeperConnection Watcher:127.0.0.1:54180 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1773392 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1773393 T7741 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1773397 T7741 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1773400 T7815 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c1c11d9 
name:ZooKeeperConnection Watcher:127.0.0.1:54180/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1773400 T7741 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1773405 T7741 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1774281 T7741 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54210_zw_iqi%2Fyq
   [junit4]   2> 1774282 T7741 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54210_zw_iqi%2Fyq
   [junit4]   2> 1774292 T7741 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1774296 T7741 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1, collection=collection1, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\, coreNodeName=, 
dataDir=data\, shard=}
   [junit4]   2> 1774296 T7741 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\
   [junit4]   2> 1774296 T7741 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1774299 T7816 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1774299 T7816 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1774301 T7767 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1774301 T7816 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1774303 T7768 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:54210/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54210_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 6
   [junit4]   2> 1774304 T7768 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:54210/zw_iqi/yq";,
   [junit4]   2>          "node_name":"127.0.0.1:54210_zw_iqi%2Fyq",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1774304 T7768 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 1774304 T7768 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 1774306 T7815 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1774306 T7767 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1774306 T7794 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1774306 T7779 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1775147 T7816 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1775147 T7816 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1775148 T7816 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1775148 T7816 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1775150 T7816 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1775150 T7816 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\'
   [junit4]   2> 1775163 T7816 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1775166 T7816 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1775173 T7816 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1775175 T7816 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1775183 T7816 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1775186 T7816 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1775188 T7816 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1775277 T7816 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1775282 T7816 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1775282 T7816 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1775295 T7816 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1775297 T7816 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1775299 T7816 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1775301 T7816 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1775301 T7816 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1775301 T7816 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1775302 T7816 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1775302 T7816 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1775302 T7816 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1775302 T7816 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1775303 T7816 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1775303 T7816 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@376c66a
   [junit4]   2> 1775303 T7816 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 1775303 T7816 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 1775303 T7816 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 1775304 T7816 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 1775305 T7816 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=29.5654296875, 
floorSegmentMB=0.3046875, forceMergeDeletesPctAllowed=18.802484429338094, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.45396592934494395
   [junit4]   2> 1775305 T7816 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@9fcfee 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fd00208),segFN=segments_1,generation=1}
   [junit4]   2> 17753

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

cutor.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:461)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=7913, name=updateExecutor-1052-thread-2, 
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@6f5e126c 
rejected from java.util.concurrent.ThreadPoolExecutor@28f81b34[Shutting down, 
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 23]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7F8AE9C00F976F24]: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> 1844574 T7741 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 7F8AE9C00F976F24-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{_version_=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=Lucene50(blocksize=128), id=FST50, 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, 
locale=ar_IQ, timezone=Etc/GMT-7
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 
(64-bit)/cpus=2,threads=1,free=182950656,total=332922880
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, 
FullSolrCloudDistribCmdsTest, TestSolrXml, TestReplicaProperties, 
DeleteInactiveReplicaTest, TestSchemaManager, StandardRequestHandlerTest, 
SharedFSAutoReplicaFailoverUtilsTest, DistributedQueryElevationComponentTest, 
TestCloudManagedSchema, HttpPartitionTest, TestBadConfig, 
TestExtendedDismaxParser, ZkSolrClientTest, BadComponentTest, 
TestLeaderElectionZkExpiry, TestExpandComponent, ExternalFileFieldSortTest, 
TestWordDelimiterFilterFactory, DistributedDebugComponentTest, 
AnalysisAfterCoreReloadTest, TestCollationFieldDocValues, TestGroupingSearch, 
SpellingQueryConverterTest, TestCSVResponseWriter, TestConfigSets, 
RegexBoostProcessorTest, TestPostingsSolrHighlighter, TestRecovery, 
TestAnalyzedSuggestions, IndexSchemaTest, TestFieldTypeCollectionResource, 
TestMissingGroups, DeleteReplicaTest, TestStressUserVersions, 
DateMathParserTest, TestOmitPositions, TestFileDictionaryLookup, 
LeaderElectionTest, ZkNodePropsTest, QueryElevationComponentTest, 
DistributedFacetPivotSmallTest, DistributedFacetPivotLargeTest, 
TestSolrDeletionPolicy2, UUIDFieldTest, TestCopyFieldCollectionResource, 
DocumentBuilderTest, TestComplexPhraseQParserPlugin, TestClassNameShortening, 
SyncSliceTest, BlockCacheTest, HdfsWriteToMultipleCollectionsTest, 
TestWriterPerf, TestManagedResource, TestSchemaSimilarityResource, 
CoreAdminCreateDiscoverTest, TestIndexingPerformance, SolrCmdDistributorTest, 
TestTolerantSearch, QueryEqualityTest, AliasIntegrationTest, FileUtilsTest, 
TestElisionMultitermQuery, TestSurroundQueryParser, TestCharFilters, 
TestManagedSynonymFilterFactory, DistributedExpandComponentTest, 
ResponseLogComponentTest, TestManagedSchema, TestStressVersions, 
TestValueSourceCache, IndexBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
SimpleCollectionCreateDeleteTest, SimpleFacetsTest, TestInitQParser, 
TestMiniSolrCloudClusterSSL, TestManagedSchemaFieldResource, 
ChangedSchemaMergeTest, TestMergePolicyConfig, SolrTestCaseJ4Test, 
DistanceFunctionTest, TestReloadAndDeleteDocs, ZkControllerTest, 
FileBasedSpellCheckerTest, TestLRUStatsCache, 
TestSolrQueryParserDefaultOperatorResource, TestFieldTypeResource, 
HdfsUnloadDistributedZkTest, SortByFunctionTest, DirectSolrSpellCheckerTest, 
SolrInfoMBeanTest, DirectSolrConnectionTest, MergeStrategyTest, TestFiltering, 
UpdateParamsTest, ExternalCollectionsTest, DisMaxRequestHandlerTest, 
TestObjectReleaseTracker, TestRealTimeGet, TestAnalyzeInfixSuggestions, 
TestCSVLoader, TestCollationField, TestDocSet, TestNonDefinedSimilarityFactory, 
CSVRequestHandlerTest, LeaderFailoverAfterPartitionTest, 
LeaderElectionIntegrationTest, DirectUpdateHandlerOptimizeTest, 
StatelessScriptUpdateProcessorFactoryTest, XmlUpdateRequestHandlerTest, 
RollingRestartTest, DeleteLastCustomShardedReplicaTest, TestFieldSortValues, 
JsonLoaderTest, TestStandardQParsers, DistribJoinFromCollectionTest, 
SimpleMLTQParserTest, TestSchemaVersionResource, TestIndexSearcher, 
TestSolrConfigHandler, TestSolrCoreProperties, TimeZoneUtilsTest, 
TestDefaultSearchFieldResource, DistributedFacetPivotWhiteBoxTest, 
TestManagedStopFilterFactory, TestCoreContainer, TestArbitraryIndexDir, 
TestFastLRUCache, SystemInfoHandlerTest, RankQueryTest, 
TestPHPSerializedResponseWriter, TestTrie, LukeRequestHandlerTest, TestJoin, 
PrimitiveFieldTypeTest, DebugComponentTest, ConnectionManagerTest, 
TestTrackingShardHandlerFactory, TestLazyCores, AutoCommitTest, 
TestFieldResource, XsltUpdateRequestHandlerTest, TestRecoveryHdfs, 
TestHighFrequencyDictionaryFactory, OverseerRolesTest, RequiredFieldsTest, 
HighlighterMaxOffsetTest, RequestHandlersTest, DistanceUnitsTest, 
SpatialHeatmapFacetsTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
TestSweetSpotSimilarityFactory, ClusterStateTest, TestSolrDynamicMBean, 
TestConfigReload, IndexSchemaRuntimeFieldTest, TestRemoteStreaming, 
RecoveryZkTest, BadIndexSchemaTest, TestBlobHandler, SampleTest, 
TestFastWriter, CoreAdminRequestStatusTest, TestFreeTextSuggestions, 
SpellPossibilityIteratorTest, DistributedFacetPivotLongTailTest, 
HdfsChaosMonkeySafeLeaderTest, TestSort, TestPartialUpdateDeduplication, 
SuggesterTest, QueryResultKeyTest, TestFastOutputStream, ReplicationFactorTest]
   [junit4] Completed in 78.73s, 1 test, 1 error <<< FAILURES!

[...truncated 931 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976:
 There were test failures: 470 suites, 1873 tests, 1 error, 57 ignored (30 
assumptions)

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


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

Reply via email to