On Tue, Jul 12, 2011 at 10:10 AM, Brandon Williams <dri...@gmail.com> wrote:

> On Mon, Jul 11, 2011 at 11:51 PM, Casey Deccio <ca...@deccio.net> wrote:
> > java.lang.RuntimeException: Cannot recover SSTable with version f
> (current
> > version g).
>
> You need to scrub before any streaming is performed.
>
>
Okay, turns out that my disk is full, so I'm "insufficient disk space"
errors when running compact or scrub.

So, while I'm working on a getting a more production system with better
capacity, what would I do to move x.x.x.3's load to x.x.x.2, given the
following distribution:

$ nodetool -h localhost ring
Address         DC          Rack        Status State   Load
Owns    Token

Token(bytes[de4075d0a474c4a773efa2891c020529])
x.x.x.1   datacenter1 rack1       Up     Leaving 150.63 GB       33.33%
Token(bytes[10956f12b46304bf70412ad0eac14344])
x.x.x.2   datacenter1 rack1       Up     Normal  79.21 GB        33.33%
Token(bytes[50af14df71eafac7bac60fbc836c6722])
x.x.x.3   datacenter1 rack1       Up     Normal  60.74 GB        33.33%
Token(bytes[de4075d0a474c4a773efa2891c020529])

Thanks,
Casey

Reply via email to