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

Christine Poerschke commented on SOLR-9045:
-------------------------------------------

[jira/solr-9045|https://github.com/apache/lucene-solr/tree/jira/solr-9045] 
working branch updated.

Updated as yet without renaming of RecoveryStrategy but if renamed happened the 
rename would happen first.

As far as making it really clear in the comments and docs that custom 
implementations are not really supported between versions, that is also yet to 
be done, I'm not quite sure where best to add it (assuming the optional 
<recoveryStrategy> solrconfig.xml element would _not_ be added to the example 
configs).

What do you think?

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to