You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2014/03/16 06:02:17 UTC

[jira] [Updated] (SOLR-1305) Notification based replication instead of polling

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

David Smiley updated SOLR-1305:
-------------------------------

    Fix Version/s:     (was: 4.7)
                   4.8

> Notification based replication instead of polling
> -------------------------------------------------
>
>                 Key: SOLR-1305
>                 URL: https://issues.apache.org/jira/browse/SOLR-1305
>             Project: Solr
>          Issue Type: New Feature
>          Components: replication (java)
>            Reporter: Noble Paul
>             Fix For: 4.8
>
>
> Currently the only way for the slave to know about the availability of of new commit points is by polling. This means slaves should 'poll'  very frequently  to ensure that it gets the commit point immediately. if the changes to the master is less frequent, then this can be an unnecessary overhead. If would be nice if the slave can register itself with the master for notification on availability of new changes. After receiving the notification , the slave can trigger a poll and do what it does now.  This may require SOLR-727 so that the slave can register its url with the master



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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