On Thu, Feb 4, 2016 at 8:26 PM, Debraj Manna <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 mode of operation. When automatically restarting, you have no idea how long Cassandra has been stopped and for what reason. In some cases, you really do not want it to start up and attempt to participate in whatever cluster it was formerly participating in. I understand this creates a support overhead, especially with very large clusters, but it's difficult for me to accept the premise that net operational safety will be improved by naively restarting nodes. =Rob