You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/05/15 11:59:00 UTC

[jira] [Commented] (SOLR-7532) Nuke all traces of commitIntervalLowerBound from configs

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

ASF subversion and git services commented on SOLR-7532:
-------------------------------------------------------

Commit 1679522 from shalin@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1679522 ]

SOLR-7532: Removed occurrences of the unused 'commitIntervalLowerBound' property for updateHandler elements from Solr configuration

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