raftstore: add io throughput metrics for snapshot generation#18110
raftstore: add io throughput metrics for snapshot generation#18110ti-chi-bot[bot] merged 7 commits intotikv:masterfrom
Conversation
Signed-off-by: hhwyt <hhwyt1@gmail.com>
|
Hi @hhwyt. 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-sigs/prow repository. |
Signed-off-by: hhwyt <hhwyt1@gmail.com>
Signed-off-by: hhwyt <hhwyt1@gmail.com>
|
@glorv @LykxSassinator PTAL, thx~ |
| assert!(!file.exists()); | ||
| } | ||
|
|
||
| #[cfg(feature = "failpoints")] |
There was a problem hiding this comment.
This PR also refactors code related to failpoint tests.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: glorv, LykxSassinator The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
Signed-off-by: hhwyt <hhwyt1@gmail.com>
Signed-off-by: hhwyt <hhwyt1@gmail.com>
cebdb5b to
a38d1eb
Compare
Signed-off-by: hhwyt <hhwyt1@gmail.com>
|
@hhwyt: 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. 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 ti-community-infra/tichi repository. |
|
/retest |
|
@hhwyt: 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-sigs/prow repository. |
|
/retest |
|
In response to a cherrypick label: new pull request created to branch |
) close tikv#18140 Add io throughput metrics for snapshot generation. Signed-off-by: hhwyt <hhwyt1@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> (cherry picked from commit da63ac3)
) close tikv#18140 Add io throughput metrics for snapshot generation. Signed-off-by: hhwyt <hhwyt1@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Signed-off-by: xzhangxian1008 <xzhangxian@foxmail.com>
close tikv#18140 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
This PR adds an I/O throughput metric(generate-io) for snapshot generation. It measures the read disk I/O throughput for RocksDB scans during the snapshot generation process.

What is changed and how it works?
Issue Number: Close #18140
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note