Re: Cassandra crashes daily; nothing on the log

2015-06-08 Thread Bryan Holladay
It could be the linux kernel killing Cassandra b/c of memory usage. When this happens, nothing is logged in Cassandra. Check the system logs: /var/log/messages Look for a message saying "Out of Memory"... "kill process"... On Mon, Jun 8, 2015 at 1:37 PM, Paulo Motta wrote: > try checking your s

Re: Cassandra crashes daily; nothing on the log

2015-06-08 Thread Paulo Motta
try checking your system logs (generally /var/log/syslog) to check if the cassandra process was killed by the OS oom-killer 2015-06-06 15:39 GMT-03:00 Brian Sam-Bodden : > Berk, >1 GB is not enough to run C*, the minimum memory we use on Digital > Ocean is 4GB. > > Cheers, > Brian > http://in

Re: Cassandra crashes daily; nothing on the log

2015-06-06 Thread Brian Sam-Bodden
Berk, 1 GB is not enough to run C*, the minimum memory we use on Digital Ocean is 4GB. Cheers, Brian http://integrallis.com On Sat, Jun 6, 2015 at 10:50 AM, wrote: > Hi all, > > I've installed Cassandra on a test server hosted on Digital Ocean. The > server has 1GB RAM, and is running a sing

Cassandra crashes daily; nothing on the log

2015-06-06 Thread graffitici
Hi all, I've installed Cassandra on a test server hosted on Digital Ocean. The server has 1GB RAM, and is running a single docker container alongside C*. Somehow, every night, the Cassandra instance crashes. The annoying part is that I cannot see anything wrong with the log files, so I can't te