-
Notifications
You must be signed in to change notification settings - Fork 289
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
encoding default "null" failed in avro protocol #11994
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
wk989898
added
area/ticdc
Issues or PRs related to TiCDC.
type/bug
The issue is confirmed as a bug.
labels
Jan 11, 2025
The root reason is tiflow/pkg/sink/codec/avro/avro.go Lines 451 to 457 in 725d938
goavro code: https://github.com/linkedin/goavro/blob/5ec5a5ee7ec82e16e6e2b438d610e1cab2588393/record.go#L109-L114 |
wk989898
added
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
labels
Jan 11, 2025
wk989898
added
needs-cherry-pick-release-6.1
Should cherry pick this PR to release-6.1 branch.
needs-cherry-pick-release-6.5
Should cherry pick this PR to release-6.5 branch.
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.
needs-cherry-pick-release-8.1
Should cherry pick this PR to release-8.1 branch.
needs-cherry-pick-release-8.5
Should cherry pick this PR to release-8.5 branch.
severity/moderate
severity/critical
and removed
needs-cherry-pick-release-6.1
Should cherry pick this PR to release-6.1 branch.
needs-cherry-pick-release-6.5
Should cherry pick this PR to release-6.5 branch.
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.
needs-cherry-pick-release-8.1
Should cherry pick this PR to release-8.1 branch.
needs-cherry-pick-release-8.5
Should cherry pick this PR to release-8.5 branch.
severity/moderate
labels
Jan 11, 2025
This was referenced Jan 15, 2025
This was referenced Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/critical
type/bug
The issue is confirmed as a bug.
What did you do?
What did you expect to see?
No response
What did you see instead?
Versions of the cluster
TiCDC version (execute
cdc version
):v7.1.3
The text was updated successfully, but these errors were encountered: