-
Notifications
You must be signed in to change notification settings - Fork 288
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
config(ticdc): enable-old-value always false if using avro or csv as the encoding protocol #9079
config(ticdc): enable-old-value always false if using avro or csv as the encoding protocol #9079
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. |
/test verify |
Co-authored-by: CharlesCheung <[email protected]>
/test cdc-integration-mysql-test |
/test all |
/lgtm |
/test dm-integration-test |
4 similar comments
/test dm-integration-test |
/test dm-integration-test |
/test dm-integration-test |
/test dm-integration-test |
/test dm-integration-test |
1 similar comment
/test dm-integration-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 3AceShowHand, asddongmen, CharlesCheung96, nongfushanquan, sdojjy 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 |
[LGTM Timeline notifier]Timeline:
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
/cherry-pick release-7.1 |
@3AceShowHand: new pull request created to branch In response to this:
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. |
Signed-off-by: ti-chi-bot <[email protected]>
What problem does this PR solve?
Issue Number: close #9086
What is changed and how it works?
enableOldValue
by the sink scheme and encoding protocol. if using avro / csv, always false.enable-old-value
.enable-old-value
false, do not drop columns for the delete event at the mounter side.OnlyHandleKeyColumns
.Check List
Tests
Questions
Will it cause performance regression or break compatibility?
For changefeed using avro or csv, with
force-replicate
set to true, after upgrade, the changefeed cannot work normally.Do you need to update user documentation, design documentation or monitoring documentation?
Yes, update document to describe that
enable-old-value
is always false if usingavro
orcsv
as the encoding protocol.Release note