Skip to content

Commit

Permalink
Update pd-control.md (#4639)
Browse files Browse the repository at this point in the history
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
Joyinqin and TomShawn authored Jan 18, 2021
1 parent 8e0b398 commit 84e2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Usage:
- `patrol-region-interval` controls the execution frequency that `replicaChecker` checks the health status of Regions. A shorter interval indicates a higher execution frequency. Generally, you do not need to adjust it.
```bash
>> config set patrol-region-interval 10ms // Set the execution frequency of replicaChecker to 10ms
>> config set patrol-region-interval 50ms // Set the execution frequency of replicaChecker to 50ms
```
- `max-store-down-time` controls the time that PD decides the disconnected store cannot be restored if exceeded. If PD does not receive heartbeats from a store within the specified period of time, PD adds replicas in other nodes.
Expand Down

0 comments on commit 84e2b67

Please sign in to comment.