-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
row level checksum calculation failed on timestamp value #50851
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
needs-cherry-pick-release-7.1
Should cherry pick this PR to release-7.1 branch.
needs-cherry-pick-release-7.5
Should cherry pick this PR to release-7.5 branch.
severity/moderate
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
Comments
13 tasks
3AceShowHand
added
needs-cherry-pick-release-7.1
Should cherry pick this PR to release-7.1 branch.
needs-cherry-pick-release-7.5
Should cherry pick this PR to release-7.5 branch.
labels
Feb 1, 2024
13 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Feb 2, 2024
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Feb 2, 2024
13 tasks
3AceShowHand
added
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
labels
Feb 2, 2024
Merged
13 tasks
3AceShowHand
added a commit
to ti-chi-bot/tidb
that referenced
this issue
Feb 2, 2024
…al time zone not utc (pingcap#50935) ref pingcap#50851
3AceShowHand
added a commit
to ti-chi-bot/tidb
that referenced
this issue
Feb 2, 2024
…al time zone not utc (pingcap#50935) ref pingcap#50851
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
needs-cherry-pick-release-7.1
Should cherry pick this PR to release-7.1 branch.
needs-cherry-pick-release-7.5
Should cherry pick this PR to release-7.5 branch.
severity/moderate
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
ref pingcap/tiflow#10573
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
When calculating checksum for timestamp value, should convert it to UTC, and then perform the calculation, to make the checksum value irrelevant to the time zone.
3. What did you see instead (Required)
Calculate checksum for the timestamp value based on time zone, this makes the downstream TiCDC changefeed verify changefeed failed, if the TiCDC server time zone is not the same as the TiDB.
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: