[pick-to-7.5] resource_control: add ru details in ExecDetails (#1070)#1151
Merged
glorv merged 2 commits intotikv:tidb-7.5from Feb 18, 2024
Merged
[pick-to-7.5] resource_control: add ru details in ExecDetails (#1070)#1151glorv merged 2 commits intotikv:tidb-7.5from
glorv merged 2 commits intotikv:tidb-7.5from
Conversation
* collecting the RU information by pasing point through context.Value (tikv#1032) Signed-off-by: zzm <zhouzemin@pingcap.com> * add ruWaitDuration to RUDetails and update pd-client Signed-off-by: glorv <glorvs@163.com> --------- Signed-off-by: zzm <zhouzemin@pingcap.com> Signed-off-by: glorv <glorvs@163.com> Co-authored-by: zzm <zhouzemin@pingcap.com>
Signed-off-by: nolouch <nolouch@gmail.com>
Contributor
Author
|
PTAL @glorv @bufferflies |
cfzjywxk
approved these changes
Feb 7, 2024
glorv
approved these changes
Feb 18, 2024
zeminzhou
added a commit
to zeminzhou/client-go
that referenced
this pull request
Feb 28, 2024
) (tikv#1151) * resource_control: add ru details in ExecDetails (tikv#1070) * collecting the RU information by pasing point through context.Value (tikv#1032) Signed-off-by: zzm <zhouzemin@pingcap.com> * add ruWaitDuration to RUDetails and update pd-client Signed-off-by: glorv <glorvs@163.com> --------- Signed-off-by: zzm <zhouzemin@pingcap.com> Signed-off-by: glorv <glorvs@163.com> Co-authored-by: zzm <zhouzemin@pingcap.com> * use latest pd-client of release-7.5 Signed-off-by: nolouch <nolouch@gmail.com> --------- Signed-off-by: zzm <zhouzemin@pingcap.com> Signed-off-by: glorv <glorvs@163.com> Signed-off-by: nolouch <nolouch@gmail.com> Co-authored-by: glorv <glorvs@163.com> Co-authored-by: zzm <zhouzemin@pingcap.com> Signed-off-by: zzm <zhouzemin@pingcap.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
collecting the RU information by pasing point through context.Value (collecting the RU information by pasing point through context.Value #1032)
add ruWaitDuration to RUDetails and update pd-client