Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4416/
Java: 32bit/jdk1.8.0_25 -server -XX:+UseParallelGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:365)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:320)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 9813 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\init-core-data-001
   [junit4]   2> 4019280 T17866 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 4019288 T17866 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 4019289 T17866 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4019290 T17867 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 4019389 T17866 oasc.ZkTestServer.run start zk server on 
port:51103
   [junit4]   2> 4019390 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4019394 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4019399 T17874 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1654e63 name:ZooKeeperConnection 
Watcher:127.0.0.1:51103 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4019400 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4019400 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4019401 T17866 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4019408 T17868 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ae9ea6ed20000, 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> 4019408 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4019412 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4019414 T17877 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ae5b8d name:ZooKeeperConnection 
Watcher:127.0.0.1:51103/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4019414 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4019414 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4019414 T17866 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 4019419 T17866 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 4019425 T17866 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 4019429 T17866 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 4019433 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4019435 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 4019440 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4019440 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 4019446 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4019446 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4019452 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4019452 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 4019457 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4019458 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 4019463 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4019463 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 4019469 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4019469 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 4019472 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4019472 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 4019478 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4019479 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4019488 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4019488 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 4019493 T17866 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4019494 T17866 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 4021237 T17866 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 4021242 T17866 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1f369a6{/,null,AVAILABLE}
   [junit4]   2> 4021243 T17866 oejs.AbstractConnector.doStart Started 
ServerConnector@115a3bd{HTTP/1.1}{127.0.0.1:51111}
   [junit4]   2> 4021244 T17866 oejs.Server.doStart Started @4023498ms
   [junit4]   2> 4021244 T17866 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4021245 T17866 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4021245 T17866 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-002
   [junit4]   2> 4021246 T17866 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-002\'
   [junit4]   2> 4021277 T17866 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-002\solr.xml
   [junit4]   2> 4021288 T17866 oasc.CoreContainer.<init> New CoreContainer 
13762836
   [junit4]   2> 4021289 T17866 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-002\]
   [junit4]   2> 4021289 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4021290 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4021290 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4021290 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4021291 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4021291 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4021291 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4021292 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4021292 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4021293 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4021293 T17866 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4021293 T17866 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4021294 T17866 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4021294 T17866 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4021294 T17866 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51103/solr
   [junit4]   2> 4021294 T17866 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4021294 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4021296 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4021299 T17891 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@13b84ad name:ZooKeeperConnection 
Watcher:127.0.0.1:51103 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4021299 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4021301 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4021302 T17868 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14ae9ea6ed20002, 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> 4021304 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4021306 T17894 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1f5c57 name:ZooKeeperConnection 
Watcher:127.0.0.1:51103/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4021306 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4021309 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 4021314 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4021318 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 4021322 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4021327 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4021331 T17866 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 4021334 T17866 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51110_
   [junit4]   2> 4021335 T17866 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51110_
   [junit4]   2> 4021340 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 4021343 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 4021347 T17866 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4021349 T17866 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:51110_
   [junit4]   2> 4021349 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 4021354 T17866 oasc.Overseer.start Overseer 
(id=93143935405391875-127.0.0.1:51110_-n_0000000000) starting
   [junit4]   2> 4021361 T17866 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 4021376 T17866 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4021378 T17896 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 4021379 T17866 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 4021381 T17866 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 4021384 T17866 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4021391 T17895 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 4021394 T17898 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 4021394 T17898 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4021395 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4021396 T17898 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4021402 T17895 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:51110";,
   [junit4]   2>          "node_name":"127.0.0.1:51110_",
   [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> 4021403 T17895 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:51110";,
   [junit4]   2>          "node_name":"127.0.0.1:51110_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4021403 T17895 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 4021403 T17895 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4021405 T17894 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> 4022287 T17898 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4022287 T17898 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 4022290 T17898 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4022290 T17898 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4022293 T17898 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4022293 T17898 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-002\collection1\'
   [junit4]   2> 4022297 T17898 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4022297 T17898 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4022297 T17898 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 4022319 T17898 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4022322 T17898 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4022331 T17898 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4022332 T17898 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 4022339 T17898 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4022343 T17898 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4022346 T17898 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4022435 T17898 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4022440 T17898 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4022442 T17898 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4022455 T17898 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4022459 T17898 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4022461 T17898 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4022464 T17898 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4022464 T17898 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4022464 T17898 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4022466 T17898 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4022466 T17898 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4022466 T17898 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 4022466 T17898 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4022467 T17898 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/control/data\
   [junit4]   2> 4022467 T17898 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@126aab6
   [junit4]   2> 4022468 T17898 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/control/data\
   [junit4]   2> 4022468 T17898 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/control/data\index/
   [junit4]   2> 4022468 T17898 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 4022469 T17898 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/control/data\index
   [junit4]   2> 4022469 T17898 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.529688233456566]
   [junit4]   2> 4022470 T17898 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@f46f22 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bf9b3),segFN=segments_1,generation=1}
   [junit4]   2> 4022470 T17898 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4022473 T17898 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4022473 T17898 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4022473 T17898 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4022473 T17898 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4022474 T17898 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4022474 T17898 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4022475 T17898 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4022475 T17898 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4022475 T17898 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4022476 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4022476 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4022477 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4022477 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4022477 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4022478 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4022478 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4022479 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4022479 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4022479 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4022479 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4022480 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4022480 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4022481 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4022482 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4022482 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4022482 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4022483 T17898 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4022487 T17898 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4022488 T17898 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4022490 T17898 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4022491 T17898 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4022492 T17898 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4022496 T17898 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4022497 T17898 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4022498 T17898 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3028369561421368]
   [junit4]   2> 4022499 T17898 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@f46f22 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bf9b3),segFN=segments_1,generation=1}
   [junit4]   2> 4022499 T17898 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4022499 T17898 oass.SolrIndexSearcher.<init> Opening 
Searcher@e95e7a[collection1] main
   [junit4]   2> 4022499 T17898 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4022503 T17898 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4022503 T17898 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4022505 T17898 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4022505 T17898 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4022505 T17898 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4022506 T17898 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4022506 T17898 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4022506 T17898 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4022506 T17898 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4022507 T17898 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4022507 T17899 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@e95e7a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4022509 T17902 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:51110 collection:control_collection 
shard:shard1
   [junit4]   2> 4022509 T17866 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4022510 T17866 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4022512 T17902 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4022512 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4022513 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4022516 T17906 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@159fb10 name:ZooKeeperConnection 
Watcher:127.0.0.1:51103/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4022516 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4022517 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4022519 T17866 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4022521 T17902 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4022523 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4022524 T17902 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4022524 T17902 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C8796 name=collection1 
org.apache.solr.core.SolrCore@10494bd url=http://127.0.0.1:51110/collection1 
node=127.0.0.1:51110_ C8796_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:51110, 
node_name=127.0.0.1:51110_, state=down}
   [junit4]   2> 4022525 T17902 C8796 P51110 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:51110/collection1/
   [junit4]   2> 4022525 T17902 C8796 P51110 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4022525 T17902 C8796 P51110 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:51110/collection1/ has no replicas
   [junit4]   2> 4022526 T17902 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:51110/collection1/ shard1
   [junit4]   2> 4022526 T17902 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 4022526 T17895 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> 4022526 T17866 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 4022528 T17866 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 4022528 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4022530 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4022532 T17909 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3c185b name:ZooKeeperConnection 
Watcher:127.0.0.1:51103/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4022532 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4022533 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4022534 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4022536 T17895 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "stateFormat":2} current state version: 1
   [junit4]   2> 4022536 T17895 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 4022538 T17894 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> 4022539 T17906 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> 4022553 T17895 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:51110";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 4022554 T17895 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 4022555 T17906 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> 4022560 T17910 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4022561 T17906 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> 4022586 T17902 oasc.ZkController.register We are 
http://127.0.0.1:51110/collection1/ and leader is 
http://127.0.0.1:51110/collection1/
   [junit4]   2> 4022586 T17902 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:51110
   [junit4]   2> 4022586 T17902 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4022586 T17902 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 4022586 T17902 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4022587 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4022589 T17895 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:51110";,
   [junit4]   2>          "node_name":"127.0.0.1:51110_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 4022589 T17895 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:51110";,
   [junit4]   2>          "node_name":"127.0.0.1:51110_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4022681 T17894 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> 4022683 T17906 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> 4024107 T17866 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 4024108 T17866 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 4024114 T17866 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@9bc023{/,null,AVAILABLE}
   [junit4]   2> 4024115 T17866 oejs.AbstractConnector.doStart Started 
ServerConnector@1d37c7d{HTTP/1.1}{127.0.0.1:51127}
   [junit4]   2> 4024115 T17866 oejs.Server.doStart Started @4026761ms
   [junit4]   2> 4024116 T17866 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4024116 T17866 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4024117 T17866 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-003
   [junit4]   2> 4024117 T17866 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-003\'
   [junit4]   2> 4024147 T17866 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-003\solr.xml
   [junit4]   2> 4024159 T17866 oasc.CoreContainer.<init> New CoreContainer 
11624624
   [junit4]   2> 4024160 T17866 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-003\]
   [junit4]   2> 4024160 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4024161 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4024161 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4024161 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4024161 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4024161 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4024161 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4024162 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4024162 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4024162 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4024163 T17866 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4024163 T17866 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4024164 T17866 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4024164 T17866 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4024165 T17866 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51103/solr
   [junit4]   2> 4024165 T17866 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4024165 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4024167 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4024169 T17924 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@17594bd name:ZooKeeperConnection 
Watcher:127.0.0.1:51103 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4024170 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4024170 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4024174 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4024176 T17927 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@86ab9f name:ZooKeeperConnection 
Watcher:127.0.0.1:51103/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4024176 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4024187 T17866 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4025086 T17866 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51126_
   [junit4]   2> 4025089 T17866 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51126_
   [junit4]   2> 4025103 T17866 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4025113 T17928 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4025113 T17928 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4025116 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4025118 T17928 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 4025118 T17928 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 4025119 T17895 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:51126";,
   [junit4]   2>          "node_name":"127.0.0.1:51126_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 4025119 T17928 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4025120 T17895 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:51126";,
   [junit4]   2>          "node_name":"127.0.0.1:51126_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4025120 T17895 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4025120 T17895 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 4025122 T17928 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 4025123 T17928 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4025124 T17895 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 4025125 T17927 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4025125 T17927 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 4026015 T17928 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4026015 T17928 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4026016 T17928 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4026017 T17928 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4026020 T17928 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4026020 T17928 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-003\collection1\'
   [junit4]   2> 4026023 T17928 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4026023 T17928 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4026026 T17928 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 4026050 T17928 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4026056 T17928 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4026070 T17928 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4026072 T17928 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 4026078 T17928 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4026082 T17928 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4026085 T17928 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4026183 T17928 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4026189 T17928 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4026189 T17928 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4026202 T17928 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4026205 T17928 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4026207 T17928 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4026209 T17928 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4026209 T17928 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4026209 T17928 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4026211 T17928 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4026211 T17928 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4026211 T17928 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4026211 T17928 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4026212 T17928 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty1\
   [junit4]   2> 4026212 T17928 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@126aab6
   [junit4]   2> 4026213 T17928 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty1\
   [junit4]   2> 4026213 T17928 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty1\index/
   [junit4]   2> 4026213 T17928 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4026214 T17928 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty1\index
   [junit4]   2> 4026214 T17928 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.529688233456566]
   [junit4]   2> 4026215 T17928 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7e17cd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@771fc7),segFN=segments_1,generation=1}
   [junit4]   2> 4026215 T17928 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4026218 T17928 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4026218 T17928 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4026218 T17928 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4026218 T17928 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4026219 T17928 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4026219 T17928 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4026220 T17928 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4026220 T17928 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4026220 T17928 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4026221 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4026221 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4026222 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4026223 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4026223 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4026224 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4026224 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4026225 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4026225 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4026226 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4026227 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4026227 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4026228 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4026228 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4026229 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4026229 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4026229 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4026230 T17928 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4026232 T17928 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4026235 T17928 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4026236 T17928 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4026237 T17928 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4026237 T17928 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4026240 T17928 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4026240 T17928 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4026241 T17928 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3028369561421368]
   [junit4]   2> 4026241 T17928 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7e17cd 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@771fc7),segFN=segments_1,generation=1}
   [junit4]   2> 4026241 T17928 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4026241 T17928 oass.SolrIndexSearcher.<init> Opening 
Searcher@33be73[collection1] main
   [junit4]   2> 4026241 T17928 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4026244 T17928 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4026244 T17928 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4026244 T17928 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4026244 T17928 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4026244 T17928 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4026245 T17928 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4026245 T17928 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4026245 T17928 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4026245 T17928 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4026246 T17928 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4026246 T17929 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@33be73[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4026247 T17932 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:51126 collection:collection1 
shard:shard2
   [junit4]   2> 4026248 T17866 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4026248 T17866 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4026249 T17932 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4026257 T17932 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 4026260 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4026260 T17932 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4026260 T17932 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C8797 name=collection1 
org.apache.solr.core.SolrCore@bf9266 url=http://127.0.0.1:51126/collection1 
node=127.0.0.1:51126_ C8797_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:51126, 
node_name=127.0.0.1:51126_, state=down}
   [junit4]   2> 4026261 T17932 C8797 P51126 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:51126/collection1/
   [junit4]   2> 4026261 T17932 C8797 P51126 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4026261 T17932 C8797 P51126 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:51126/collection1/ has no replicas
   [junit4]   2> 4026261 T17932 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:51126/collection1/ shard2
   [junit4]   2> 4026261 T17932 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 4026264 T17895 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 4026266 T17895 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 4026269 T17927 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4026271 T17927 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 4026280 T17895 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:51126";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 4026281 T17895 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 4026282 T17927 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4026284 T17927 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 4026287 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4026324 T17932 oasc.ZkController.register We are 
http://127.0.0.1:51126/collection1/ and leader is 
http://127.0.0.1:51126/collection1/
   [junit4]   2> 4026324 T17932 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:51126
   [junit4]   2> 4026324 T17932 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4026324 T17932 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 4026324 T17932 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4026326 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4026330 T17895 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:51126";,
   [junit4]   2>          "node_name":"127.0.0.1:51126_",
   [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> 4026331 T17895 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:51126";,
   [junit4]   2>          "node_name":"127.0.0.1:51126_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4026333 T17895 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 4026334 T17927 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4026338 T17932 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 4026338 T17927 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 4027768 T17866 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 4027772 T17866 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 4027778 T17866 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@8862f7{/,null,AVAILABLE}
   [junit4]   2> 4027778 T17866 oejs.AbstractConnector.doStart Started 
ServerConnector@102f3b5{HTTP/1.1}{127.0.0.1:51137}
   [junit4]   2> 4027779 T17866 oejs.Server.doStart Started @4030910ms
   [junit4]   2> 4027779 T17866 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4027780 T17866 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4027780 T17866 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-004
   [junit4]   2> 4027781 T17866 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-004\'
   [junit4]   2> 4027812 T17866 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-004\solr.xml
   [junit4]   2> 4027821 T17866 oasc.CoreContainer.<init> New CoreContainer 
30719839
   [junit4]   2> 4027822 T17866 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-004\]
   [junit4]   2> 4027823 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4027823 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4027823 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4027826 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4027826 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4027826 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4027826 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4027827 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4027827 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4027827 T17866 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4027828 T17866 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4027828 T17866 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4027828 T17866 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4027828 T17866 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4027829 T17866 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:51103/solr
   [junit4]   2> 4027829 T17866 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4027829 T17866 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4027831 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4027831 T17947 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a20df1 name:ZooKeeperConnection 
Watcher:127.0.0.1:51103 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4027832 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4027832 T17866 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4027838 T17866 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4027841 T17950 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@157bb00 name:ZooKeeperConnection 
Watcher:127.0.0.1:51103/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4027841 T17866 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4027855 T17866 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4028753 T17866 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51136_
   [junit4]   2> 4028756 T17866 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:51136_
   [junit4]   2> 4028769 T17866 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4028782 T17951 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4028782 T17951 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4028783 T17894 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4028784 T17951 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 4028784 T17951 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 4028785 T17895 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:51136";,
   [junit4]   2>          "node_name":"127.0.0.1:51136_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 4028785 T17951 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 4028786 T17895 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:51136";,
   [junit4]   2>          "node_name":"127.0.0.1:51136_",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 4028787 T17895 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4028787 T17895 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard3
   [junit4]   2> 4028788 T17951 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 4028788 T17951 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4028789 T17895 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 4028789 T17950 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4028789 T17927 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 4028790 T17927 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 4028790 T17950 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 4029680 T17951 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4029680 T17951 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4029682 T17951 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4029682 T17951 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4029685 T17951 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4029685 T17951 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-004\collection1\'
   [junit4]   2> 4029689 T17951 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4029689 T17951 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4029693 T17951 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20108386CFF418ECA1-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 4029714 T17951 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4029718 T17951 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4029727 T17951 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4029729 T17951 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 4029737 T17951 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4029739 T17951 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4029742 T17951 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4029854 T17951 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4029861 T17951 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4029862 T17951 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4029881 T17951 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4029887 T17951 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4029891 T17951 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4029893 T17951 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4029893 T17951 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4029893 T17951 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4029894 T17951 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4029894 T17951 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4029894 T17951 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4029894 T17951 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4029896 T17951 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty2\
   [junit4]   2> 4029896 T17951 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@126aab6
   [junit4]   2> 4029897 T17951 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty2\
   [junit4]   2> 4029897 T17951 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty2\index/
   [junit4]   2> 4029897 T17951 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4029899 T17951 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 108386CFF418ECA1-001\tempDir-001/jetty2\index
   [junit4]   2> 4029899 T17951 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.529688233456566]
   [junit4]   2> 4029900 T17951 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@9d7dcb 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b5ddc7),segFN=segments_1,generation=1}
   [junit4]   2> 4029900 T17951 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4029903 T17951 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4029903 T17951 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4029903 T17951 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4029904 T17951 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4029904 T17951 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4029904 T17951 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4029905 T17951 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4029905 T17951 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4029905 T17951 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4029907 T17951 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4029907 T17951 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4029908 T17951 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4029908 T17951 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs:

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

bit)/cpus=2,threads=1,free=290198456,total=475267072
   [junit4]   2> NOTE: All tests run in this JVM: 
[PreAnalyzedUpdateProcessorTest, TestWriterPerf, DeleteShardTest, 
TestPseudoReturnFields, TestSearchPerf, TestIndexSearcher, ResourceLoaderTest, 
TestValueSourceCache, TestStressLucene, TestBulkSchemaAPI, 
HdfsBasicDistributedZk2Test, TestDynamicFieldResource, TestShardHandlerFactory, 
TestExceedMaxTermLength, HdfsDirectoryFactoryTest, 
TestManagedSchemaFieldTypeResource, HighlighterConfigTest, 
DistributedFacetPivotSmallAdvancedTest, TestReplicationHandlerBackup, 
ResponseHeaderTest, TestCloudInspectUtil, TestSolrXmlPersistence, SampleTest, 
TestLeaderElectionZkExpiry, SpellingQueryConverterTest, 
TestSolrDeletionPolicy2, TestComplexPhraseQParserPlugin, TestJoin, 
CustomCollectionTest, TestReRankQParserPlugin, TestSuggestSpellingConverter, 
TestFieldTypeResource, CurrencyFieldXmlFileTest, TestRecoveryHdfs, 
CurrencyFieldOpenExchangeTest, ShardRoutingTest, TestSchemaVersionResource, 
TestOmitPositions, OverseerStatusTest, TestPostingsSolrHighlighter, 
TestSolr4Spatial2, FieldAnalysisRequestHandlerTest, 
PathHierarchyTokenizerFactoryTest, TestFoldingMultitermQuery, TestCodecSupport, 
AtomicUpdatesTest, TestUpdate, HdfsChaosMonkeySafeLeaderTest, 
TestCloudManagedSchemaConcurrent, NotRequiredUniqueKeyTest, RecoveryZkTest, 
SharedFSAutoReplicaFailoverTest, PluginInfoTest, TestStressRecovery, 
IndexSchemaTest, StatelessScriptUpdateProcessorFactoryTest, 
ChaosMonkeyNothingIsSafeTest, TestRawResponseWriter, ChangedSchemaMergeTest, 
ZkControllerTest, JsonLoaderTest, SaslZkACLProviderTest, TestCoreDiscovery, 
DistributedQueryElevationComponentTest, TestIntervalFaceting, 
TestFieldResource, TestJmxIntegration, StressHdfsTest, TestBinaryField, 
RemoteQueryErrorTest, TestNRTOpen, TestMaxScoreQueryParser, AutoCommitTest, 
TimeZoneUtilsTest, CoreAdminCreateDiscoverTest, SSLMigrationTest, 
TestCSVResponseWriter, TestFastWriter, HighlighterTest, 
HdfsUnloadDistributedZkTest, LeaderFailoverAfterPartitionTest, 
TestGroupingSearch, TestRecovery, ZkSolrClientTest, TestLRUCache, 
TestMiniSolrCloudCluster, TestManagedSynonymFilterFactory, TestLazyCores, 
TestZkChroot, TestTrie, TestAddFieldRealTimeGet, RequestHandlersTest, 
TestManagedSchemaDynamicFieldResource, TestQueryTypes, TestDocumentBuilder, 
TestOrdValues, TestStandardQParsers, TestBadConfig, 
IndexSchemaRuntimeFieldTest, DocExpirationUpdateProcessorFactoryTest, 
QueryParsingTest, MoreLikeThisHandlerTest, MBeansHandlerTest, 
ParsingFieldUpdateProcessorsTest, TestPivotHelperCode, SyncSliceTest, 
OverseerTest, TestDynamicFieldCollectionResource, HdfsBasicDistributedZkTest, 
HdfsRecoveryZkTest, TestUtils, TestSort, LeaderElectionTest, 
StandardRequestHandlerTest, CircularListTest, TestMergePolicyConfig, 
DistanceFunctionTest, TestDistributedMissingSort, 
TestHighFrequencyDictionaryFactory, TestXIncludeConfig, 
TestSchemaSimilarityResource, ClusterStateUpdateTest, TestSolrCoreProperties, 
DistribCursorPagingTest, TestBinaryResponseWriter, SearchHandlerTest, 
RequiredFieldsTest, ShardRoutingCustomTest, ZkNodePropsTest, 
TestPerFieldSimilarity, TestFaceting, TestCSVLoader, MinimalSchemaTest, 
DistributedIntervalFacetingTest, AsyncMigrateRouteKeyTest, TestCharFilters, 
TestFastOutputStream, SolrXmlInZkTest, TestExactSharedStatsCache, 
TestCoreContainer, NumericFieldsTest, DistribDocExpirationUpdateProcessorTest, 
HardAutoCommitTest, SolrCoreCheckLockOnStartupTest, 
CoreContainerCoreInitFailuresTest, BlockDirectoryTest, TestMissingGroups, 
CopyFieldTest, TestStressUserVersions, UnloadDistributedZkTest, 
TestManagedStopFilterFactory, TestBlobHandler, SuggesterTest, PrimUtilsTest, 
TestDynamicLoading, TestHashPartitioner, TermVectorComponentDistributedTest, 
PreAnalyzedFieldTest, PrimitiveFieldTypeTest, TestInitParams, 
SimpleCollectionCreateDeleteTest, DocumentBuilderTest, TestArbitraryIndexDir, 
TestManagedResourceStorage, SortByFunctionTest, SuggestComponentTest, 
QueryEqualityTest, SpellPossibilityIteratorTest, CloudMLTQParserTest, 
TestDocSet, TestReloadAndDeleteDocs, TestFileDictionaryLookup, 
TestSchemaResource, SolrIndexConfigTest, TestLMDirichletSimilarityFactory, 
TestExtendedDismaxParser, TestFastLRUCache, TestRandomDVFaceting, 
BadComponentTest, AnalyticsQueryTest, TestSolrIndexConfig, 
TestSolrDeletionPolicy1, TestClassNameShortening, DirectSolrConnectionTest, 
IndexBasedSpellCheckerTest, AnalysisErrorHandlingTest, 
TestUniqueKeyFieldResource, TestOverriddenPrefixQueryForCustomFieldType, 
SolrRequestParserTest, FileUtilsTest, TermsComponentTest, TestRTGBase, 
TestSolrQueryParserDefaultOperatorResource, 
CollectionsAPIAsyncDistributedZkTest, TestAnalyzeInfixSuggestions, 
BasicDistributedZkTest, HdfsDirectoryTest, CacheHeaderTest, SuggesterFSTTest, 
FacetPivotSmallTest, SharedFSAutoReplicaFailoverUtilsTest, 
TestCloudManagedSchema, TestCopyFieldCollectionResource, 
OverriddenZkACLAndCredentialsProvidersTest, TestLFUCache, 
DistributedSpellCheckComponentTest, TestDFRSimilarityFactory, TestRangeQuery, 
BadIndexSchemaTest, OpenCloseCoreStressTest, NoCacheHeaderTest, 
RAMDirectoryFactoryTest, CoreAdminRequestStatusTest, AddBlockUpdateTest, 
SpatialFilterTest, TestDistribDocBasedVersion, OverseerRolesTest, 
DistributedFacetPivotWhiteBoxTest, OpenExchangeRatesOrgProviderTest, 
TestFiltering, TestManagedSchemaFieldResource, DateMathParserTest, 
DocumentAnalysisRequestHandlerTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, 
LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, TestRandomFaceting, ZkCLITest, TestDistributedSearch, 
TestDistributedGrouping, TestRealTimeGet, TestStressReorder, TestReload, 
TestStressVersions, DistributedTermsComponentTest, SimpleFacetsTest, 
TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, 
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, 
ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, 
DirectUpdateHandlerTest, OverseerCollectionProcessorTest, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, SolrIndexSplitterTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, 
SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils, 
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, 
TermVectorComponentTest, TestIndexingPerformance, TestSolrQueryParser, 
FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, 
SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, 
UpdateRequestProcessorFactoryTest, JSONWriterTest, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SOLR749Test, 
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestQuerySenderNoQuery, ResponseLogComponentTest, MultiTermTest, 
TestElisionMultitermQuery, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestLuceneMatchVersion, TestPhraseSuggestions, SynonymTokenizerTest, 
EchoParamsTest, TestSweetSpotSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, TestDefaultSimilarityFactory, 
LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, ScriptEngineTest, 
URLClassifyProcessorTest, TestSystemIdResolver, DateFieldTest, DOMUtilTest, 
ClusterStateTest, TestSolrJ, SliceStateTest, SystemInfoHandlerTest, 
UUIDFieldTest, CursorPagingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, 
AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DistributedQueueTest, ExternalCollectionsTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
   [junit4] Completed in 66.32s, 1 test, 1 error <<< FAILURES!

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

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


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

Reply via email to