-
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 should limit network bandwidth consumption #11390
Labels
affects-6.5
affects-7.1
affects-7.5
component/CDC
Component: Change Data Capture
severity/minor
type/enhancement
The issue or PR belongs to an enhancement.
Comments
overvenus
added
type/enhancement
The issue or PR belongs to an enhancement.
component/CDC
Component: Change Data Capture
labels
Nov 16, 2021
hicqu
added a commit
to hicqu/tikv
that referenced
this issue
Nov 26, 2021
Signed-off-by: qupeng <qupeng@pingcap.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 1, 2023
close #11390 None Signed-off-by: qupeng <qupeng@pingcap.com>
hicqu
added a commit
to hicqu/tikv
that referenced
this issue
Nov 15, 2023
…#15849) close tikv#11390 None Signed-off-by: qupeng <qupeng@pingcap.com>
hicqu
added a commit
that referenced
this issue
Nov 15, 2023
* 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>
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
affects-7.1
affects-7.5
component/CDC
Component: Change Data Capture
severity/minor
type/enhancement
The issue or PR belongs to an enhancement.
While #11152 corrects cdc incremental scan speed limit, TiKV may consume more network bandwidth than before. It could affect online service.
We should add a configuration that limit cdc network bandwidth consumption.
The text was updated successfully, but these errors were encountered: