jbampton commented on a change in pull request #2120:
URL: https://github.com/apache/lucene-solr/pull/2120#discussion_r543515585



##########
File path: 
solr/solrj/src/java/org/apache/solr/client/solrj/cloud/ShardTerms.java
##########
@@ -102,16 +101,16 @@ public ShardTerms increaseTerms(String leader, 
Set<String> replicasNeedingRecove
       if (replicasNeedingRecovery.contains(key)) foundReplicasInLowerTerms = 
true;
       if (Objects.equals(entry.getValue(), leaderTerm)) {
         if(skipIncreaseTermOf(key, replicasNeedingRecovery)) {

Review comment:
       ```suggestion
           if (skipIncreaseTermOf(key, replicasNeedingRecovery)) {
   ```




----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to