Skip to content
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

(ticdc) add cdc engineering and architecture roadmap #10498

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

zhangjinpeng87
Copy link
Contributor

What problem does this PR solve?

Issue Number: close #10497

What is changed and how it works?

Add an open roadmap from the engineering and architecture aspects, to express our intension on this open source project in next 1~2 years.

Check List

Tests

  • No code

Questions

Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?

Release note

`None`.

@ti-chi-bot ti-chi-bot bot added the release-note-none Denotes a PR that doesn't merit a release note. label Jan 17, 2024
Copy link
Contributor

ti-chi-bot bot commented Jan 17, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ehco1996 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@zhangjinpeng87 zhangjinpeng87 self-assigned this Jan 17, 2024
@ti-chi-bot ti-chi-bot bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 17, 2024
Signed-off-by: zhangjinpeng87 <[email protected]>
Signed-off-by: zhangjinpeng87 <[email protected]>
Signed-off-by: zhangjinpeng87 <[email protected]>
Copy link
Contributor

ti-chi-bot bot commented Jan 23, 2024

@zhangjinpeng87: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cdc-integration-storage-test 42d192f link true /test cdc-integration-storage-test
pull-cdc-integration-pulsar-test 42d192f link true /test cdc-integration-pulsar-test
jenkins-ticdc/verify 42d192f link true /test verify
pull-cdc-integration-kafka-test 42d192f link true /test cdc-integration-kafka-test

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@asddongmen asddongmen self-requested a review January 25, 2024 09:44
### Goals

- The replication lag is expected under planned operations like rolling restart, scale-in and scale-out TiCDC cluster, etc.
- TiCDC can recover quickly under unexpected sinle node failure, partial network failure, and other temporary partial infra failtures.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- TiCDC can recover quickly under unexpected sinle node failure, partial network failure, and other temporary partial infra failtures.
- TiCDC can quickly recover from unexpected single node failures, partial network failures, and other temporary partial infrastructure failures.


### Projects

- TiCDC HA capability assesment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- TiCDC HA capability assesment
- TiCDC HA capability assessment

### Projects

- Remove upstream PD denpendency, store changefeed metadata to meta store
- Throuput threshold for different upstream TiDB Cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throupt -> throughput


- Remove upstream PD denpendency, store changefeed metadata to meta store
- Throuput threshold for different upstream TiDB Cluster
- TiCDC fetch data change logs from the Unified Log Service to eliminate incremental scan issue and simplify network complexity on cloud enviornment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- TiCDC fetch data change logs from the Unified Log Service to eliminate incremental scan issue and simplify network complexity on cloud enviornment
- TiCDC fetches data change logs from the Unified Log Service to eliminate incremental scan issue and simplify network complexity on cloud environment.


- Remove upstream PD denpendency, store changefeed metadata to meta store
- Throuput threshold for different upstream TiDB Cluster
- TiCDC fetch data change logs from the Unified Log Service to eliminate incremental scan issue and simplify network complexity on cloud enviornment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can also make the memory consumption of TiCDC server predictable.

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.9444%. Comparing base (2b1ded2) to head (42d192f).
Report is 354 commits behind head on master.

Additional details and impacted files
Components Coverage Δ
cdc ∅ <ø> (∅)
dm 51.2275% <ø> (+0.0081%) ⬆️
engine 63.4211% <ø> (+0.0070%) ⬆️
Flag Coverage Δ
unit 53.9444% <ø> (-3.4539%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@@               Coverage Diff                @@
##             master     #10498        +/-   ##
================================================
- Coverage   57.3983%   53.9444%   -3.4539%     
================================================
  Files           849        403       -446     
  Lines        125866      63519     -62347     
================================================
- Hits          72245      34265     -37980     
+ Misses        48209      26556     -21653     
+ Partials       5412       2698      -2714     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TiCDC doesn't have a open roadmap from the aspects of engineering and architecture
2 participants