RE: Restart Cassandra automatically

2016-02-23 Thread SEAN_R_DURITY
What anti-pattern are you mocking me for exactly? Sean Durity From: daemeon reiydelle [mailto:daeme...@gmail.com] Sent: Tuesday, February 23, 2016 11:21 AM To: user@cassandra.apache.org Subject: RE: Restart Cassandra automatically Cassandra nodes do not go down "for no reason". Th

Re: Restart Cassandra automatically

2016-02-23 Thread Anuj Wadehra
Hi Subharaj, Cassandra is built to be a Fault tolerant distributed db and suitable for building HA systems. As Cassandra provides multiple replicas for the same data, if a single nide goes down in Production, it wont bring down the cluster. In my opinion, if you target to start one or more failed

RE: Restart Cassandra automatically

2016-02-23 Thread daemeon reiydelle
uesday, February 09, 2016 4:41 PM > *To:* user@cassandra.apache.org > *Subject:* Re: Restart Cassandra automatically > > > > On Tue, Feb 9, 2016 at 6:20 AM, wrote: > > Call me naïve, but we do use an in-house built program for keeping nodes > started (based on a

RE: Restart Cassandra automatically

2016-02-23 Thread SEAN_R_DURITY
: Restart Cassandra automatically On Tue, Feb 9, 2016 at 6:20 AM, mailto:sean_r_dur...@homedepot.com>> wrote: Call me naïve, but we do use an in-house built program for keeping nodes started (based on a flag-check). The program is something that was written for all kinds of daemon processe

Re: Restart Cassandra automatically

2016-02-09 Thread Robert Coli
On Tue, Feb 9, 2016 at 6:20 AM, wrote: > Call me naïve, but we do use an in-house built program for keeping nodes > started (based on a flag-check). The program is something that was written > for all kinds of daemon processes here, not Cassandra specifically. The > basic idea is that is runs a s

RE: Restart Cassandra automatically

2016-02-09 Thread SEAN_R_DURITY
: Restart Cassandra automatically On Thu, Feb 4, 2016 at 8:26 PM, Debraj Manna mailto:subharaj.ma...@gmail.com>> wrote: What is the best way to keep cassandra running? My requirement is if for some reason cassandra stops then it should get started automatically. I recommend against this m

Re: Restart Cassandra automatically

2016-02-05 Thread Robert Coli
On Thu, Feb 4, 2016 at 8:26 PM, Debraj Manna wrote: > What is the best way to keep cassandra running? My requirement is if for > some reason cassandra stops then it should get started automatically. > I recommend against this mode of operation. When automatically restarting, you have no idea how