CorruptBlockException - recover?

2013-07-03 Thread ifjke
Hi together, I found that one of my cassandra nodes died recently (machine hangs). I restarted the node an run a nodetool repair, while running it has thrown a org.apache.cassandra.io.compress.CorruptBlockException. Is there any way to recover from this? Or would it be best to delete the nodes

Re: CorruptBlockException - recover?

2013-07-03 Thread Robert Coli
On Wed, Jul 3, 2013 at 7:04 AM, ifjke wrote: > I found that one of my cassandra nodes died recently (machine hangs). I > restarted the node an run a nodetool repair, while running it has thrown a > org.apache.cassandra.io.**compress.**CorruptBlockException. Is there any > way to recover from this

Re: CorruptBlockException - recover?

2013-07-03 Thread Glenn Thompson
For what its worth. I did this when I had this problem. It didn't work out for me. Perhaps I did something wrong. On Wed, Jul 3, 2013 at 11:06 AM, Robert Coli wrote: > On Wed, Jul 3, 2013 at 7:04 AM, ifjke wrote: > >> I found that one of my cassandra nodes died recently (machine hangs). I >

Re: CorruptBlockException - recover?

2013-07-05 Thread Jan Kesten
Hi, i tried to scrub the keyspace - but with no success either, the process threw an exception when hitting the corrupt block and stopped then. I will rebootstrap the node :-) Thanks anyways, Jan On 03.07.2013 19:10, Glenn Thompson wrote: For what its worth. I did this when I had this probl

Re: CorruptBlockException - recover?

2013-07-05 Thread MichaƂ Michalski
I think I'd try removing "broken" SSTables (when node is down) and running repair then. M. W dniu 05.07.2013 09:10, Jan Kesten pisze: Hi, i tried to scrub the keyspace - but with no success either, the process threw an exception when hitting the corrupt block and stopped then. I will rebootst

Re: CorruptBlockException - recover?

2013-07-05 Thread Robert Coli
On Fri, Jul 5, 2013 at 12:10 AM, Jan Kesten wrote: > i tried to scrub the keyspace - but with no success either, the process > threw an exception when hitting the corrupt block and stopped then. I will > rebootstrap the node :-) > http://www.datastax.com/docs/1.1/install/upgrading Did you try o