You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/08/05 18:30:17 UTC

[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1711: SOLR-14702: Remove oppressive language (part1)

tflobbe commented on a change in pull request #1711:
URL: https://github.com/apache/lucene-solr/pull/1711#discussion_r465922385



##########
File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java
##########
@@ -406,15 +436,15 @@ static Long getCheckSum(Checksum checksum, File f) {
   private volatile IndexFetcher currentIndexFetcher;
 
   public IndexFetchResult doFetch(SolrParams solrParams, boolean forceReplication) {
-    String masterUrl = solrParams == null ? null : solrParams.get(MASTER_URL);
+    String leaderUrl = solrParams == null ? null : solrParams.get(LEADER_URL);

Review comment:
       hmmm I think we need to read `masterUrl` here too and we missed it. I'll do the change




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org