-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: Cache tikv request in tidb client side (#1098)
* impl priority queue Signed-off-by: bufferflies <[email protected]> * replace priority queue Signed-off-by: bufferflies <[email protected]> * cache request in tidb side Signed-off-by: bufferflies <[email protected]> * fix gosimple Signed-off-by: bufferflies <[email protected]> * impl priority Signed-off-by: bufferflies <[email protected]> * pass ut Signed-off-by: bufferflies <[email protected]> * add Signed-off-by: bufferflies <[email protected]> * remove request if the request has been canceled Signed-off-by: bufferflies <[email protected]> * remove request if it has been canceled Signed-off-by: bufferflies <[email protected]> * add comment for cancel Signed-off-by: bufferflies <[email protected]> * not make the loop is busy Signed-off-by: bufferflies <[email protected]> * lint Signed-off-by: bufferflies <[email protected]> * revert busy loop Signed-off-by: bufferflies <[email protected]> * add unit test Signed-off-by: bufferflies <[email protected]> * not limit ehigh prioirty test Signed-off-by: bufferflies <[email protected]> * pass lint Signed-off-by: bufferflies <[email protected]> * support all Signed-off-by: bufferflies <[email protected]> * add comment Signed-off-by: bufferflies <[email protected]> * squash Signed-off-by: bufferflies <[email protected]> * revert all to All Signed-off-by: bufferflies <[email protected]> * remove index from entry Signed-off-by: bufferflies <[email protected]> * make fail reasons more clear Signed-off-by: bufferflies <[email protected]> --------- Signed-off-by: bufferflies <[email protected]>
- Loading branch information
1 parent
0f8c594
commit 824302a
Showing
7 changed files
with
306 additions
and
97 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
Oops, something went wrong.