On Thu, Jun 11, 2015 at 3:59 PM, Kevin Burton <bur...@spinn3r.com> wrote:

> but we can’t figure out what command to run to repair our data
>
> We *think* we have to run “nodetool repair -pr” on each node.. is that
> right?  or do we have to run nodetool -h hostname repair ?
>

The simple heuristic is this :

"If you are repairing a single node, use nodetool repair"
"If you are repairing all nodes, use nodetool -pr"

You are repairing all nodes, so use nodetool -pr, one node at a time.

You may also wish, in this particular case, to do -pr -par (not confusingly
named at all!) so that repair is more parallelized.

=Rob

Reply via email to