Skip to content

Commit

Permalink
placement rules: add a role "voter" (pingcap#11797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Dec 29, 2022
1 parent be7774c commit 1f82843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure-placement-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following table shows the meaning of each field in a rule:
| `Override` | `true`/`false` | Whether to overwrite rules with smaller index (in a group). |
| `StartKey` | `string`, in hexadecimal form | Applies to the starting key of a range. |
| `EndKey` | `string`, in hexadecimal form | Applies to the ending key of a range. |
| `Role` | `string` | Replica roles, including leader/follower/learner. |
| `Role` | `string` | Replica roles, including voter/leader/follower/learner. |
| `Count` | `int`, positive integer | The number of replicas. |
| `LabelConstraint` | `[]Constraint` | Filters nodes based on the label. |
| `LocationLabels` | `[]string` | Used for physical isolation. |
Expand Down

0 comments on commit 1f82843

Please sign in to comment.