tiflow icon indicating copy to clipboard operation
tiflow copied to clipboard

schemaStorage(ticdc): remove `schemaVersion` in `schemaStorage` (#11869)

Open ti-chi-bot opened this issue 1 year ago • 5 comments

This is an automated cherry-pick of #11869

What problem does this PR solve?

Issue Number: close #11868

What is changed and how it works?

This PR removes the SchemaVersion field and its associated logic from the schemaStorage component in TiCDC. The change is part of an effort to remove schema change checking and reduce redundant logic.

Related to #11733.

Check List

Tests

  • Unit test
  • Integration test

Questions

Will it cause performance regression or break compatibility?

No.

Do you need to update user documentation, design documentation or monitoring documentation?

No.

Release note

None

ti-chi-bot avatar Dec 20 '24 14:12 ti-chi-bot

/retest

wlwilliamx avatar Apr 14 '25 04:04 wlwilliamx

/approve

wlwilliamx avatar Apr 14 '25 04:04 wlwilliamx

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wlwilliamx

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:

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

ti-chi-bot[bot] avatar Apr 14 '25 04:04 ti-chi-bot[bot]

@ti-chi-bot: 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
jenkins-ticdc/verify be2e006a16f3643a6c427e4901fd1832dc50336f link true /test verify
pull-verify be2e006a16f3643a6c427e4901fd1832dc50336f link true /test pull-verify

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

ti-chi-bot[bot] avatar Apr 14 '25 04:04 ti-chi-bot[bot]