Improve nodetool scrub definition

fix #16505

Closes scylladb/scylladb#16518
This commit is contained in:
Tzach Livyatan
2023-12-22 10:52:04 +02:00
committed by Botond Dénes
parent 9c7e5f6277
commit 45ffa5221e

View File

@@ -4,7 +4,9 @@ Nodetool scrub
NAME
....
**scrub** - Scrub the SSTable files in the specified keyspace or table(s)
**scrub** - Help identify and fix corrupted SSTable.
Remove faulty data, eliminate tombstoned rows that have surpassed the table's gc_grace period, and fix out-of-order rows and partitions.
SYNOPSIS
........