eventually.
>
> NRT is an optional feature and probably not tied to Cloud, correct?
>
>
> Thanks,
>
> Rishi.
>
>
>
>
>
>
>
> -Original Message-
> From: Erick Erickson
> To: solr-user
> Sent: Tue, Jun 18, 2013 4:07 pm
> Subject: Re: SOLR
al Message-
From: Erick Erickson
To: solr-user
Sent: Tue, Jun 18, 2013 4:07 pm
Subject: Re: SOLR Cloud - Disable Transaction Logs
bq: the replica can take over and maintain a durable
state of my index
This is not true. On an update, all the nodes in a slice
have already written the data to th
> single leader with the current set up.
>
> Wouldn't this lessen the burden of the leader, as he does not have to
> maintain transaction logs or distribute to replicas?
>
>
>
>
>
>
>
> -Original Message-----
> From: Shalin Shekhar Mangar
> To:
have to maintain
transaction logs or distribute to replicas?
-Original Message-
From: Shalin Shekhar Mangar
To: solr-user
Sent: Tue, Jun 18, 2013 2:05 am
Subject: Re: SOLR Cloud - Disable Transaction Logs
Yes, but at what cost? You are thinking of replacing disk IO with even
s?
>
> Rishi.
>
>
>
>
>
>
>
> -Original Message-
> From: Shalin Shekhar Mangar
> To: solr-user
> Sent: Mon, Jun 17, 2013 3:43 pm
> Subject: Re: SOLR Cloud - Disable Transaction Logs
>
>
> It is also necessary for near real-time replic
13 3:43 pm
Subject: Re: SOLR Cloud - Disable Transaction Logs
It is also necessary for near real-time replication, peer sync and recovery.
On Tue, Jun 18, 2013 at 1:04 AM, Rishi Easwaran wrote:
> Hi,
>
> Is there a way to disable transaction logs in SOLR cloud. As far as I can
> tell
It is also necessary for near real-time replication, peer sync and recovery.
On Tue, Jun 18, 2013 at 1:04 AM, Rishi Easwaran wrote:
> Hi,
>
> Is there a way to disable transaction logs in SOLR cloud. As far as I can
> tell no.
> Just curious why do we need transaction logs, seems like an I/O int
Hi,
Is there a way to disable transaction logs in SOLR cloud. As far as I can tell
no.
Just curious why do we need transaction logs, seems like an I/O intensive
operation.
As long as I have replicatonFactor >1, if a node (leader) goes down, the
replica can take over and maintain a durable state