You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by abhi Abhishek <ab...@gmail.com> on 2016/04/04 20:19:36 UTC

Solr 4 replication

Hi all,
    Is solr 4 replication push or pull?

Best Regards,
Abhishek

Re: Solr 4 replication

Posted by Shawn Heisey <ap...@elyograg.org>.
On 4/5/2016 4:09 AM, abhi Abhishek wrote:
> Thanks MIkhail.
>       is there a way to have a push Replication. any Contributions or
> Anything what could in this case?

The master-slave replication in ALL versions of Solr (including 5.x) is
pull, as already mentioned.  This cannot be changed.

SolrCloud works very differently.  When a document is indexed, it is
sent to the leader of the correct shard, which then sends it to all
replicas of that shard (including itself -- a leader is just a replica
with an extra job).  Each replica indexes the document independently.

Thanks,
Shawn


Re: Solr 4 replication

Posted by abhi Abhishek <ab...@gmail.com>.
Thanks MIkhail.
      is there a way to have a push Replication. any Contributions or
Anything what could in this case?

Thanks,
Abhishek

On Tue, Apr 5, 2016 at 1:29 AM, Mikhail Khludnev <mkhludnev@griddynamics.com
> wrote:

> It's pull, but you can trigger pulling.
>
> On Mon, Apr 4, 2016 at 9:19 PM, abhi Abhishek <ab...@gmail.com> wrote:
>
> > Hi all,
> >     Is solr 4 replication push or pull?
> >
> > Best Regards,
> > Abhishek
> >
>
>
>
> --
> Sincerely yours
> Mikhail Khludnev
> Principal Engineer,
> Grid Dynamics
>
> <http://www.griddynamics.com>
> <mk...@griddynamics.com>
>

Re: Solr 4 replication

Posted by Mikhail Khludnev <mk...@griddynamics.com>.
It's pull, but you can trigger pulling.

On Mon, Apr 4, 2016 at 9:19 PM, abhi Abhishek <ab...@gmail.com> wrote:

> Hi all,
>     Is solr 4 replication push or pull?
>
> Best Regards,
> Abhishek
>



-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
<mk...@griddynamics.com>