[
https://issues.apache.org/jira/browse/SOLR-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271011#comment-15271011
]
Christine Poerschke commented on SOLR-9045:
-------------------------------------------
bq. ... we should be explicit in comments / doc that custom impls are not
really supported between versions ...
bq. ... A rename should probably be done first if we are going to do it.
I agree that any rename should be done first and that comments/docs should be
very clear re: custom implementations being custom and there being no
guarantees w.r.t. backwards compatibility or lack thereof.
How about renaming {{RecoveryStrategy}} to {{RecoveryImplementation}} (or
something like it)? To indicate in name as well as comments/docs that the class
is implementation and thus no assumptions should be made w.r.t. changes between
versions.
> 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]