-
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
cdc: limit cdc event fetching speed to reduce RocksDB read load #15849
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. |
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.
rest LGTM
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.
Rest LGTM~
92c5f77
to
469d5d0
Compare
/test |
/merge |
@hicqu: 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: 541e512
|
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
…#15849) close tikv#11390 None Signed-off-by: qupeng <qupeng@pingcap.com>
* cdc: limit cdc event fetching speed to reduce RocksDB read load (#15849) close #11390 None Signed-off-by: qupeng <qupeng@pingcap.com> * cdc: incremental scans acquire snapshots before semaphores to avoid useless queue (#15865) close #15866 cdc: incremental scans acquire snapshots before semaphores to avoid useless queue Signed-off-by: qupeng <qupeng@pingcap.com> * cdc: notify pending tasks if associated regions change (#15947) close #15910 Signed-off-by: qupeng <qupeng@pingcap.com> Signed-off-by: qupeng <onlyqupeng@gmail.com> Co-authored-by: Ping Yu <shui.yu@126.com> Signed-off-by: qupeng <qupeng@pingcap.com> --------- Signed-off-by: qupeng <qupeng@pingcap.com> Co-authored-by: Ping Yu <shui.yu@126.com>
What is changed and how it works?
Issue Number: Close #11390
What's Changed:
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note