Re: Overfull node

2010-05-17 Thread Anthony Molinaro
; $ nodetool -h 10.2.0.115 streams > Mode: Normal > Not sending any streams. > Not receiving any streams. > > > > On 5/11/10 6:30 AM, Jonathan Ellis wrote: > >s/keyspace/token/ and you've got it. > > > >On Mon, May 10, 2010 at 10:34 AM, David Koblas wr

Re: Overfull node

2010-05-14 Thread David Koblas
t, will give it a go. However, just to make sure I understand getting the keyspace correct. Lets say I've got: A -- Node before overfull node in keyspace order O -- Overfull node B -- Node after O in keyspace order N -- New empty node I'm going to assume that I should mak

Re: Overfull node

2010-05-11 Thread Jonathan Ellis
s/keyspace/token/ and you've got it. On Mon, May 10, 2010 at 10:34 AM, David Koblas wrote: > Sounds great, will give it a go.  However, just to make sure I understand > getting the keyspace correct. > > Lets say I've got: >    A -- Node before overfull node in keyspace

Re: Overfull node

2010-05-10 Thread David Koblas
Sounds great, will give it a go. However, just to make sure I understand getting the keyspace correct. Lets say I've got: A -- Node before overfull node in keyspace order O -- Overfull node B -- Node after O in keyspace order N -- New empty node I'm going to ass

Re: Overfull node

2010-05-07 Thread Jonathan Ellis
If you're using RackUnawareStrategy (the default replication strategy) then you can "bootstrap" manually fairly easily -- copy all the data (not system) sstables from an overfull machine to a new machine, assign the new one a token that gives it about half of the old node's range, then start it wit

Overfull node

2010-05-07 Thread David Koblas
I've got two (out of five) nodes on my cassandra ring that somehow got too full (e.g. over 60% disk space utilization). I've now gotten a few new machines added to the ring, but evertime one of the overfull nodes attempts to stream its data it runs out of diskspace... I've tried half a dozen