On Fri, Sep 4, 2015 at 3:50 PM, Marcus Olsson
wrote:
> Hi,
>
> While checking the repair documentation at
> http://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsRepair.html
> I noticed the line *Use the **-hosts** option to list the good nodes to
> use for repairing
It was a typo in the first test, it should be
/repair -h 127.0.0.1 -p 7100 repair -pr -hosts 127.0.0.2 127.0.0.3
/and not
/repair -h 127.0.0.1 -p 7100 repair -pr 127.0.0.2 127.0.0.3/
/
/BR
Marcus Olsson
On 09/04/2015 02:50 PM, Marcus Olsson wrote:
Hi,
While checking the repair documentation
Hi,
While checking the repair documentation at
http://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsRepair.html
I noticed the line***Use the **-hosts**option to list the good nodes to
use for repairing the bad nodes. Use **-h**to name the bad nodes.* and
below there was an example