-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client: Cache tikv request in tidb client side #1098
Merged
Merged
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2d2427c
impl priority queue
bufferflies d249194
replace priority queue
bufferflies 9a0739e
cache request in tidb side
bufferflies c68dbeb
fix gosimple
bufferflies 7f3cc02
impl priority
bufferflies 4f42240
Merge branch 'master' into cache_request
bufferflies 8d1fca6
pass ut
bufferflies 9e7283f
Merge branch 'cache_request' of github.com:bufferflies/client-go into…
bufferflies 55e98de
Merge branch 'cache_request' of github.com:bufferflies/client-go into…
bufferflies e3a4cab
resolve conflict
bufferflies 8e939c9
add comment
bufferflies cabd454
add
bufferflies 709b464
remove request if the request has been canceled
bufferflies 38d9dfd
remove request if it has been canceled
bufferflies 5766a91
add comment for cancel
bufferflies 3602ee7
not make the loop is busy
bufferflies 2b9969c
Merge branch 'master' into cache_request
bufferflies 66a3525
lint
bufferflies 98824f1
revert busy loop
bufferflies 2d3bbf0
add unit test
bufferflies 1d876f1
not limit ehigh prioirty test
bufferflies c492f4e
pass lint
bufferflies e1cca1c
support all
bufferflies c85b218
Merge branch 'master' into cache_request
bufferflies d14af95
Merge branch 'master' into cache_request
bufferflies dbce3da
Merge branch 'master' into cache_request
bufferflies 1ee7caa
add comment
bufferflies bbe0543
squash
bufferflies 94a0d9c
revert all to All
bufferflies 27aca2a
remove index from entry
bufferflies a01352e
make fail reasons more clear
bufferflies f48967c
Merge branch 'master' into cache_request
bufferflies 85f81ab
resolve conflict
bufferflies File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a public tidb configuration, should it be approved by the PM member according to the current process requirements?