As per the datastrax documentation (Latest version) for nodetool repair
All nodetool repair command options are optional. When optional command arguments are not specified, the defaults are:
- Full repair runs on all keyspaces and all tables.
- Repair runs in parallel on all nodes with the same replica data at the same time.
- The number of job threads is 1.
- No tracing. No validation.
But as per to online course on https://academy.datastax.com , in that they mentioned as we need to run nodetool repair command individually on each node.
Below is the link of video : Go To 3:44
I am getting confused weather "nodetool repair" command repairs all nodes in a cluster or repair only single node on which command is executed ?