Re: SOLR Cloud - Disable Transaction Logs

2013-06-19 Thread Erick Erickson
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

Re: SOLR Cloud - Disable Transaction Logs

2013-06-18 Thread Rishi Easwaran
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

Re: SOLR Cloud - Disable Transaction Logs

2013-06-18 Thread Erick Erickson
> 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:

Re: SOLR Cloud - Disable Transaction Logs

2013-06-18 Thread Rishi Easwaran
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

Re: SOLR Cloud - Disable Transaction Logs

2013-06-17 Thread Shalin Shekhar Mangar
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

Re: SOLR Cloud - Disable Transaction Logs

2013-06-17 Thread Rishi Easwaran
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

Re: SOLR Cloud - Disable Transaction Logs

2013-06-17 Thread Shalin Shekhar Mangar
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

SOLR Cloud - Disable Transaction Logs

2013-06-17 Thread Rishi Easwaran
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