-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Revert "*: make unified-pool use FuturePool (#15925)" #16050
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/hold |
/release |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
55fa2a5
to
a614eb6
Compare
/unhold |
This reverts commit 7be1b17. Signed-off-by: nolouch <[email protected]>
Benchmark with sysbench
TiKV: 3* 16c 48GB Memory Command:
Basehash result:
Bad PR :hash:
This PR:result
|
PTAL @glorv @bufferflies |
@@ -754,6 +791,12 @@ mod metrics { | |||
&["name"] | |||
) | |||
.unwrap(); | |||
pub static ref UNIFIED_READ_POOL_RUNNING_THREADS: IntGaugeVec = register_int_gauge_vec!( | |||
"tikv_unified_read_pool_thread_count", | |||
"The number of running threads in the unified read pool", |
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.
"The number of running threads in the unified read pool", | |
"The number of running tasks in the unified read pool", |
maybe pending task is more readable.
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.
Its threads
in here.
/merge |
@bufferflies: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: 1642e33
|
@nolouch: Your PR was out of date, I have automatically updated it for you. If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
close tikv#16015 Revert "*: make unified-pool use FuturePool (tikv#15925)" - revert due to performance regression Signed-off-by: nolouch <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
close tikv#16015 Revert "*: make unified-pool use FuturePool (tikv#15925)" - revert due to performance regression Signed-off-by: nolouch <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Signed-off-by: nolouch <[email protected]>
This reverts commit 7be1b17.
What is changed and how it works?
Issue Number: Close #16015
What's Changed:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note