; $ 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
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
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
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
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
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