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 2013/01/28 20:03:12 UTC

[jira] [Assigned] (SOLR-4370) Ability to control the commit behaviour of commitWithin

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

Mark Miller reassigned SOLR-4370:
---------------------------------

    Assignee: Mark Miller
    
> Ability to control the commit behaviour of commitWithin
> -------------------------------------------------------
>
>                 Key: SOLR-4370
>                 URL: https://issues.apache.org/jira/browse/SOLR-4370
>             Project: Solr
>          Issue Type: New Feature
>          Components: replication (java)
>    Affects Versions: 4.0, 4.1
>            Reporter: Senthuran Sivananthan
>            Assignee: Mark Miller
>
> We need the ability to control the hard/soft commit behaviour of commitWithin parameter.
> Since Solr 4.0, the commitWithin's performs a soft-commit which prevents slaves from picking up the changes in a master/slave configuration.
> The behaviour I'm thinking is as follows:
> 1.  By default, commitWithin will trigger soft commits.
> 2.  But this behaviour can be overwritten in solrconfig.xml to allow commitWithin to perform hard commits, which will allow slaves to pick up the changes.
> 	<commitWithin>
> 		<forceHardCommit>true</forceHardCommit> <!-- default is false -->
> 	</commitWithin>
> Related to SOLR-4100

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org