forked from tikv/tikv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolved_ts: fix high tail latency cause by time-consuming operation …
…in raftstore (tikv#10354) * using a fine grained mutex for region_read_progress Signed-off-by: linning <[email protected]> * rename register to registry Signed-off-by: linning <[email protected]> * dispatch read_state to update safe_ts Signed-off-by: linning <[email protected]> * fix add peer optimization Signed-off-by: linning <[email protected]> * send read_state to learner Signed-off-by: linning <[email protected]> * check leader in backgroud worker Signed-off-by: linning <[email protected]> * refactor Signed-off-by: linning <[email protected]> * make clippy happy Signed-off-by: linning <[email protected]> * fix test Signed-off-by: linning <[email protected]> * redirect requerst at KvService Signed-off-by: linning <[email protected]> * address comment Signed-off-by: linning <[email protected]> * remove comment Signed-off-by: linning <[email protected]> * address comment Signed-off-by: linning <[email protected]> * address comment Signed-off-by: linning <[email protected]> * add test case for learner Signed-off-by: linning <[email protected]> * address comment Signed-off-by: linning <[email protected]> * address comment Signed-off-by: linning <[email protected]>
- Loading branch information
Showing
18 changed files
with
501 additions
and
280 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.