[ 
https://issues.apache.org/jira/browse/SOLR-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273158#comment-15273158
 ] 

Mark Miller commented on SOLR-9045:
-----------------------------------

Could be DataSynchronizationRunner or something too, but given it's the prime 
driver of the recovery status, I kind of like recovery in the name. Of course, 
tlog replay should probably be under recovery too, and that is very distinct 
from this class, so perhaps it's better it doesn't try and synergize with the 
recovery key word, as it really just may be a piece of the recovery puzzle 
longer term.

> configurable RecoveryStrategy support 
> --------------------------------------
>
>                 Key: SOLR-9045
>                 URL: https://issues.apache.org/jira/browse/SOLR-9045
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>
> objectives:
> * To allow users to change RecoveryStrategy settings such as maxRetries and 
> startingRecoveryDelay.
> * To support configuration of a custom recovery strategy.
> illustrative solrconfig.xml snippet:
> {code}
> <recoveryStrategyFactory class="MyCustomRecoveryStrategyFactory">
>   <int name="maxRetries">250</int> <!-- DefaultRecoveryStrategy's default is 
> 500. -->
>   <str name="settingUsedByCustomBehaviour"></str>
> </recoveryStrategyFactory>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to