You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2020/12/16 12:44:53 UTC

[lucene-solr] branch jira/solr-15052-8x updated: SOLR-15052: Fixing ConfigureRecoveryStrategyTest test failure

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch jira/solr-15052-8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr-15052-8x by this push:
     new 5b5e3f8  SOLR-15052: Fixing ConfigureRecoveryStrategyTest test failure
5b5e3f8 is described below

commit 5b5e3f8fb5988a6101d62a1c5dab3f82771fed25
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Dec 16 18:13:51 2020 +0530

    SOLR-15052: Fixing ConfigureRecoveryStrategyTest test failure
---
 solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java b/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java
index 1366970..e7125f1 100644
--- a/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java
+++ b/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java
@@ -432,7 +432,7 @@ public class RecoveryStrategy implements Runnable, Closeable {
   /**
    * @return true if we have reached max attempts or should stop recovering for some other reason
    */
-  private boolean waitBetweenRecoveries(String coreName) {
+  final private boolean waitBetweenRecoveries(String coreName) {
     // lets pause for a moment and we need to try again...
     // TODO: we don't want to retry for some problems?
     // Or do a fall off retry...