Make import.num_threads be able to config online#17665
Make import.num_threads be able to config online#17665ti-chi-bot[bot] merged 32 commits intotikv:masterfrom
Conversation
|
Hi @RidRisR. Thanks for your PR. I'm waiting for a tikv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
8f1d2a4 to
ea65110
Compare
|
/test pull-unit-test |
|
@RidRisR: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
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. |
|
/unhold |
|
/ok-to-test |
This reverts commit 218c5af. Signed-off-by: RidRisR <79858083+RidRisR@users.noreply.github.com>
Signed-off-by: RidRisR <79858083+RidRisR@users.noreply.github.com>
Signed-off-by: RidRisR <79858083+RidRisR@users.noreply.github.com>
Signed-off-by: RidRisR <79858083+RidRisR@users.noreply.github.com>
|
/test pull-unit-test |
|
/retest |
Signed-off-by: RidRisR <79858083+RidRisR@users.noreply.github.com>
|
/test pull-unit-test |
What is changed and how it works?
Issue Number: Close #17572
What's Changed:
We add a new thread pool in utils named
ResizableRuntimewhich is able to resize itself without killing the running tasks.With this new thread pool,
import.num_threadsis able to change online without restart the tikv server.Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note