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
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
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
: 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
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
: 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
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
Hi,
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 tried to achieve this by adding cassandra to supervisord. My supervisor
conf for cassandra looks like below:-
[program:cassandra]
command=/bin/bash