HoustonPutman commented on code in PR #4069:
URL: https://github.com/apache/solr/pull/4069#discussion_r2934190698
##########
solr/core/src/java/org/apache/solr/update/DefaultSolrCoreState.java:
##########
@@ -51,7 +51,7 @@ public final class DefaultSolrCoreState extends SolrCoreState
private final ReentrantLock recoveryLock = new ReentrantLock();
- private final ActionThrottle recoveryThrottle = new
ActionThrottle("recovery", 10000);
+ private final ActionThrottle recoveryThrottle = new
ActionThrottle("recovery", 1000);
Review Comment:
Talked with Mark about this, he isn't against lowering it to 1 second. 10
seconds make any tests that explicitly fail recoveries and then succeed
recoveries hard to do.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]