Skip to content

Commit

Permalink
doc: fix the description of repair parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Jul 27, 2023
1 parent 5315662 commit 0214c2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/sctool/partials/sctool_repair.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ options:
default_value: "0"
usage: |
The maximum number of Scylla repair jobs that can run at the same time (on different token ranges and replicas).
Each node can take part in at most one repair at any given moment.
By default the maximum possible parallelism is used.
The effective parallelism depends on a keyspace replication factor (RF) and the number of nodes.
The formula to calculate is is as follows: number of nodes / RF, ex. for 6 node cluster with RF=3 the maximum parallelism is 2.
The formula to calculate is is as follows: number of nodes / RF.
For example, the maximum parallelism for a 6 node cluster with RF=3 is 2.
- name: retry-wait
default_value: 10m
usage: |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/sctool/partials/sctool_repair_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ options:
default_value: "0"
usage: |
The maximum number of Scylla repair jobs that can run at the same time (on different token ranges and replicas).
Each node can take part in at most one repair at any given moment.
By default the maximum possible parallelism is used.
The effective parallelism depends on a keyspace replication factor (RF) and the number of nodes.
The formula to calculate is is as follows: number of nodes / RF, ex. for 6 node cluster with RF=3 the maximum parallelism is 2.
The formula to calculate is is as follows: number of nodes / RF.
For example, the maximum parallelism for a 6 node cluster with RF=3 is 2.
- name: retry-wait
default_value: 10m
usage: |
Expand Down
4 changes: 2 additions & 2 deletions pkg/command/repair/res.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ intensity: |
parallel: |
The maximum number of Scylla repair jobs that can run at the same time (on different token ranges and replicas).
Each node can take part in at most one repair at any given moment.
By default the maximum possible parallelism is used.
The effective parallelism depends on a keyspace replication factor (RF) and the number of nodes.
The formula to calculate is is as follows: number of nodes / RF, ex. for 6 node cluster with RF=3 the maximum parallelism is 2.
The formula to calculate is is as follows: number of nodes / RF.
For example, the maximum parallelism for a 6 node cluster with RF=3 is 2.
small-table-threshold: |
Enables small table optimization for tables of size lower than given threshold, supported units [B, M, G, T].
Expand Down

0 comments on commit 0214c2f

Please sign in to comment.