Skip to content

Commit

Permalink
FAQ: update outdated info (#1016)
Browse files Browse the repository at this point in the history
* update outdated info

* Update FAQ.md
  • Loading branch information
dcalvin authored and lilin90 committed Apr 4, 2019
1 parent 0c89f5c commit b5b3ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ This is because the `--initial-cluster` in the PD startup parameter contains a m
#### What's the maximum tolerance for time synchronization error of PD?
Theoretically, the smaller the time synchronization error, the better. PD can tolerate any synchronization error, but a larger error value means a longer period of service stop during the leader change. If the clock goes back during a leader change, the change process will not proceed until it catches up with the previous leader.
PD can tolerate any synchronization error, but a larger error value means a larger gap between the timestamp allocated by the PD and the physical time, which will affect functions such as read of historical versions.
#### How does the client connection find PD?
Expand Down

0 comments on commit b5b3ae8

Please sign in to comment.