-
Notifications
You must be signed in to change notification settings - Fork 286
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
puller,mounter,processor: always pull the old value internally #2271
Conversation
ref: https://github.com/pingcap/ticdc/pull/2268 /hold
|
/cc @overvenus cc: @SuperSupeng |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After TiCDC always pulls kv events with old-value enabled, unmarshalIndexKVEntry
will not be used anymore, we can add some comment about it.
Thanks for your review! Unused code deleted. All the tests passed. |
/unhold |
This PR needs to cherry-pick to all release branches, right? @hi-rustin |
[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. |
/run-all-tests /assign @amyangfei Could you help me trigger the merge process? |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6219bc1
|
/run-unit-tests |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #2304. |
In response to a cherrypick label: new pull request created: #2305. |
In response to a cherrypick label: new pull request created: #2306. |
What problem does this PR solve?
ref: https://github.com/pingcap/ticdc/issues/2301
What is changed and how it works?
ticdc always pull the old value internally.
Because our
new collation
feature needs theold value
to work properly. However, some users will not use old value, but may use new collation, so it needs to be configured by the user. (Users don't even know if they have new collation on)To simplify this configuration and to make it easier for the user, we decided to:
Check List
Tests
Code changes
None
Side effects
Related changes
Release note