You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2016/05/01 23:30:12 UTC

[jira] [Commented] (SOLR-9045) configurable RecoveryStrategy support

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

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

I think doing it like UpdateHandler is probably fine, but that we should be explicit in comments / doc that custom impls are not really supported between versions in terms of API or behavior back compat.

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