You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2012/06/14 02:11:42 UTC

[jira] [Updated] (SOLR-1542) Optimized indexes are not replicated on repeaters with only replicateAfter=optimize

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

Hoss Man updated SOLR-1542:
---------------------------

    Fix Version/s:     (was: 4.0)

Removing fix version since this issue hasn't gotten much attention and doesn't appear to be a priority for anyone.  

As always: if someone wants to take on this work they are welcome to do so at any time and the target release can be revisted

                
> Optimized indexes are not replicated on repeaters with only replicateAfter=optimize
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-1542
>                 URL: https://issues.apache.org/jira/browse/SOLR-1542
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>            Reporter: Shalin Shekhar Mangar
>
> If a repeater's ReplicationHandler's configuration has replicateAfter=optimize (but not replicateAfter=commit) then replication never happens because ReplicationHandler uses postOptimize callbacks to choose the replicateable commit point. However, a repeater being a slave, only commits are called.
> ReplicationHandler should register with both postCommit and postOptimize events and then choose the replicateable commit point.
> For the time being, the workaround is to specify replicateAfter=commit on repeaters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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