[ 
https://issues.apache.org/jira/browse/SOLR-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marius Grama updated SOLR-7532:
-------------------------------
    Attachment: 
SOLR-7532_Removed_occurences_of__commitIntervalLowerBound__configuration_parameter.patch

This is a patch implementing the removal of the support in the solrconfig.xml 
file for the parameter _commitIntervalLowerBound_.

I've checked in the commit annotations where was the _commitIntervalLowerBound_ 
parameter handling introduced and it dates back before 2010 (this can be seen 
in the annotations of the file 
lucene-solr/solr/core/src/test-files/solr/collection1/conf - when the Solr code 
was moved to a new trunk).



> Nuke all traces of commitIntervalLowerBound from configs
> --------------------------------------------------------
>
>                 Key: SOLR-7532
>                 URL: https://issues.apache.org/jira/browse/SOLR-7532
>             Project: Solr
>          Issue Type: Task
>            Reporter: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: Trunk, 5.2
>
>         Attachments: 
> SOLR-7532_Removed_occurences_of__commitIntervalLowerBound__configuration_parameter.patch
>
>
> I noticed this first via the Config API which shows a config element called 
> "commitIntervalLowerBound" under the updateHandler section. A quick search of 
> this property shows it that it is not used anywhere. In fact, some of the old 
> solrconfig.xml used by tests and the extraction contrib had the following to 
> say about this property:
> {code}
> <!-- represents a lower bound on the frequency that commits may
>     occur (in seconds). NOTE: not yet implemented
>     
>     <commitIntervalLowerBound>0</commitIntervalLowerBound>
>     -->
> {code}
> This is clearly not used so let's remove it.



--
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