Re: bugs report for 2.0.7

2014-04-29 Thread Yatong Zhang
I am using CQL 3 to create a table to store images and very image was about 200K ~ 500K. I have 6 harddisks per node and cassandra was configured with 6 data directories: data_file_directories: > - /data1/cass > - /data2/cass > - /data3/cass > - /data4/cass > - /data5/cass >

Re: bugs report for 2.0.7

2014-04-29 Thread Yatong Zhang
Thanks for the response. I've checked the system logs and harddisk smartd info, and no errors found. Any hints to locate the problem? On Wed, Apr 30, 2014 at 9:26 AM, Michael Shuler wrote: > Then you likely need to fix your I/O problem. The most recent error you > posted is an EOFException - the

Re: bugs report for 2.0.7

2014-04-29 Thread Michael Shuler
Then you likely need to fix your I/O problem. The most recent error you posted is an EOFException - the file being read ended unexpectedly. Probably when you ran out of disk space. -- Michael On 04/29/2014 07:48 PM, Yatong Zhang wrote: Here is another type of exception, seems all are I/O rela

Re: bugs report for 2.0.7

2014-04-29 Thread Yatong Zhang
Here is another type of exception, seems all are I/O related: INFO [SSTableBatchOpen:1] 2014-04-29 14:44:35,548 SSTableReader.java (line > 223) Opening > /data2/cass/system/compaction_history/system-compaction_history-jb-6956 > (447252 bytes) > INFO [SSTableBatchOpen:2] 2014-04-29 14:44:35,553 S

Re: bugs report for 2.0.7

2014-04-29 Thread Yatong Zhang
I am pretty sure the disk has plenty of space, I am sure of that. I restarted cassandra and everything went fine again. It's really wired On Tue, Apr 29, 2014 at 5:58 PM, Sylvain Lebresne wrote: > The important part of that stack trace is "java.io.IOException: No space > left on device", your d

Re: bugs report for 2.0.7

2014-04-29 Thread Sylvain Lebresne
The important part of that stack trace is "java.io.IOException: No space left on device", your disks are full (and it's not really a bug that Cassandra error out in that case). -- Sylvain On Tue, Apr 29, 2014 at 11:09 AM, Yatong Zhang wrote: > Hi there, > > Sorry if this is not the right place

bugs report for 2.0.7

2014-04-29 Thread Yatong Zhang
Hi there, Sorry if this is not the right place to report bugs. I am using 2.0.7 and I have a 10 boxes clusters with about 200TB capacity. I just found I had 3 boxes with error exceptions. With datastax opscenter I can see these three nodes lost connections (no reponse), but after I sshed to these