reference/performance: update replica selection policy of follower read#2311
Merged
Conversation
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
1 task
Contributor
Author
|
PTAL @lysu |
ran-huang
added a commit
to pingcap/docs
that referenced
this pull request
Feb 27, 2020
…ead (#1864) * reference/performance: correct replica selection policy of follower read * sync with docs-cn changes pingcap/docs-cn#2311 * Update reference/performance/follower-read.md Co-Authored-By: Keke Yi <40977455+yikeke@users.noreply.github.com> * deleted a trailing space Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
sre-bot
pushed a commit
to sre-bot/docs
that referenced
this pull request
Feb 27, 2020
Contributor
|
/run-all-tests |
1 task
Contributor
|
cherry pick to release-3.1 in PR #2335 |
Merged
1 task
lilin90
added a commit
to pingcap/docs
that referenced
this pull request
Mar 6, 2020
…ead (#1864) (#1880) * reference/performance: correct replica selection policy of follower read * sync with docs-cn changes pingcap/docs-cn#2311 * Update reference/performance/follower-read.md Co-Authored-By: Keke Yi <40977455+yikeke@users.noreply.github.com> * deleted a trailing space Co-authored-by: Ran <huangran@pingcap.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: Lilian Lee <lilin@pingcap.com>
sticnarf
pushed a commit
to sticnarf/docs
that referenced
this pull request
Mar 20, 2020
…ead (pingcap#1864) * reference/performance: correct replica selection policy of follower read * sync with docs-cn changes pingcap/docs-cn#2311 * Update reference/performance/follower-read.md Co-Authored-By: Keke Yi <40977455+yikeke@users.noreply.github.com> * deleted a trailing space Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: 5kbpers tangminghua@pingcap.com
What is changed, added or deleted?
Previously we updated replica selection policy of follower read, but seems that decription is not complete 😥. Now we can ensure it's correct for the current implement.
What is the related PR or file link(s)?