ene.apache.org <mailto:solr-user@lucene.apache.org>
Subject: Re: Regarding CDCR SOLR 6
Hi Bharath,
The buffer is useful when you need to buffer updates on the
source cluster before starting cdcr, if the source cluster might
receive updates in the me
>> -Original Message-
>> From: Renaud Delbru [mailto:renaud@siren.solutions]
>> Sent: Tuesday, June 14, 2016 4:51 AM
>> To: solr-user@lucene.apache.org
>> Subject: Re: Regarding CDCR SOLR 6
>>
>> Hi Bharath,
>>
>> The buffer is useful when you
> From: Renaud Delbru [mailto:renaud@siren.solutions]
> Sent: Tuesday, June 14, 2016 4:51 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Regarding CDCR SOLR 6
>
> Hi Bharath,
>
> The buffer is useful when you need to buffer updates on the source cluster
> before starting cdcr
14, 2016 4:51 AM
To: solr-user@lucene.apache.org
Subject: Re: Regarding CDCR SOLR 6
Hi Bharath,
The buffer is useful when you need to buffer updates on the source cluster
before starting cdcr, if the source cluster might receive updates in the
meanwhile and you want to be sure to not miss them
Hi Bharath,
The buffer is useful when you need to buffer updates on the source
cluster before starting cdcr, if the source cluster might receive
updates in the meanwhile and you want to be sure to not miss them.
To understand this better, you need to understand how cdcr clean
transaction log
Hi,
I have setup cross data center replication using solr 6, i want to know why
the buffer needs to be enabled on the source cluster? Even if the buffer is
not enabled, i am able to replicate the data between source and target
sites. What is the advantages of enabling the buffer on the source site