0.7.4 - Cassandra Nodes Do Not Start

2011-04-06 Thread B R
Hi guys, We are running a 2 node Cassandra cluster which has suddenly started giving errors and the nodes do not start. I am pasting the start-up logs below. Any help would be great. Thanks. Error Log 1 [root@idata1_34 bin]# ./cassandra [1] 16945 [root@idata1_34 bin]# INFO 20:33:16,550

Re: 0.7.4 - Cassandra Nodes Do Not Start

2011-04-06 Thread Jonathan Ellis
Nothing looks suspicious there. Try casandra -f, no On Wed, Apr 6, 2011 at 10:20 AM, B R software.research.w...@gmail.com wrote: Hi guys, We are running a 2 node Cassandra cluster which has suddenly started giving errors and the nodes do not start. I am pasting the start-up logs below. Any

Re: 0.7.4 - Cassandra Nodes Do Not Start

2011-04-06 Thread mcasandra
I see this error in the logs posted. Is this normal? java.io.IOError: java.io.EOFException at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:73) Caused by: java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:375) at

Re: 0.7.4 - Cassandra Nodes Do Not Start

2011-04-06 Thread Sasha Dolgy
apparently ... it occurs in mine too ... it doesn't appear to cause harm to anything ... On Wed, Apr 6, 2011 at 7:24 PM, mcasandra mohitanch...@gmail.com wrote: I see this error in the logs posted. Is this normal? java.io.IOError: java.io.EOFException        at