Re: Node hang on shutdown

2013-10-31 Thread Mikhail Mazursky
Looks like a bug. See https://issues.apache.org/jira/browse/CASSANDRA-6275for more details.

Re: Node hang on shutdown

2013-10-31 Thread Romain HARDOUIN
"Too many open files" are common if you haven't set limits properly (/etc/security/limits.conf). But it this case it might be a file descriptor leak. This link can help and is still relevant for C* 2.0: http://www.datastax.com/docs/1.1/troubleshooting/index#java-reports-an-error-saying-there-are-

Re: Node hang on shutdown

2013-10-31 Thread Mikhail Mazursky
Romain, yes, I had to kill -9 to stop it. INFO [RequestResponseStage:54] 2013-10-31 11:59:10,413 Gossiper.java (line 789) InetAddress /192.168.0.197 is now UP INFO [GossipStage:1] 2013-10-31 11:59:10,706 StorageService.java (line 1298) Node /192.168.0.197 state jump to normal INFO [GossipStage:

RE: Node hang on shutdown

2013-10-31 Thread Romain HARDOUIN
Hi, So you had to kill -9 the process? Is there something interesting in system.log? Can you restart the node or are there any errors on startup? Romain Mikhail Mazursky a écrit sur 31/10/2013 08:02:22 : > De : Mikhail Mazursky > A : user@cassandra.apache.org, > Date : 31/10/2013 08:04 > Obj