pingcap / tiflow

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
Apache License 2.0
417 stars 272 forks source link

filter(ticdc): Add `lightning_task_info` as the system table schema that should not be replicated by TiCDC (#11359) #11362

Closed ti-chi-bot closed 5 days ago

ti-chi-bot commented 6 days ago

This is an automated cherry-pick of #11359

What problem does this PR solve?

Issue Number: close #11356

What is changed and how it works?

Add lightning_task_info as the system table schema that should not be replicated by TiCDC

Check List

Tests

Questions

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

Release note

Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note.

If you don't think this PR needs a release note then fill it with `None`.
codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.6330%. Comparing base (a2e6219) to head (394be17).

Additional details and impacted files | [Components](https://app.codecov.io/gh/pingcap/tiflow/pull/11362/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | Coverage Δ | | |---|---|---| | [cdc](https://app.codecov.io/gh/pingcap/tiflow/pull/11362/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `61.4687% <100.0000%> (+0.0397%)` | :arrow_up: | | [dm](https://app.codecov.io/gh/pingcap/tiflow/pull/11362/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `51.1748% <ø> (-0.0524%)` | :arrow_down: | | [engine](https://app.codecov.io/gh/pingcap/tiflow/pull/11362/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `63.3667% <ø> (-0.0071%)` | :arrow_down: | | [Flag](https://app.codecov.io/gh/pingcap/tiflow/pull/11362/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/pingcap/tiflow/pull/11362/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap) | `57.6330% <100.0000%> (-0.0018%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pingcap#carryforward-flags-in-the-pull-request-comment) to find out more. ```diff @@ Coverage Diff @@ ## release-8.2 #11362 +/- ## =================================================== - Coverage 57.6347% 57.6330% -0.0018% =================================================== Files 849 849 Lines 126160 126162 +2 =================================================== - Hits 72712 72711 -1 - Misses 48048 48054 +6 + Partials 5400 5397 -3 ```
ti-chi-bot[bot] commented 5 days ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hongyunyan

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/pingcap/tiflow/blob/release-8.2/OWNERS)~~ [hongyunyan] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment