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

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

Essentially SOLR-9044 is the motivation i.e. to support (somehow) configuration 
to use an alternative network interface (and the motivation for that being to 
separate copy-all-data recovery replication traffic from regular live 
within-cloud traffic).

I would imagine SOLR-9044 would be done by optionally augmenting the cluster 
state with extra urls. The RecoveryStrategy configuration option would then be 
to opt-in to the use of the extra urls (i.e. the mere presence of the extra 
urls would not change RecoveryStrategy behaviour and if the recovery strategy 
opted-in to use the special urls then the absence of such urls should generate 
errors or warnings).

> 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