-
Notifications
You must be signed in to change notification settings - Fork 287
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
canal_json don't support nil value for uint64 #4736
Labels
affects-5.4
area/ticdc
Issues or PRs related to TiCDC.
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
maxshuang
added
type/bug
The issue is confirmed as a bug.
area/ticdc
Issues or PRs related to TiCDC.
labels
Mar 2, 2022
4 tasks
Flag = 193 = 128 + 64 + 1 == UnsignedFlag | NullableFlag | BinaryFlag |
3AceShowHand
added
needs-cherry-pick-release-5.4
Should cherry pick this PR to release-5.4 branch.
and removed
may-affects-5.4
labels
Mar 2, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 2, 2022
jebter
added
affects-5.4
and removed
needs-cherry-pick-release-5.4
Should cherry pick this PR to release-5.4 branch.
labels
Apr 10, 2022
3AceShowHand
added a commit
to 3AceShowHand/tiflow
that referenced
this issue
Apr 11, 2022
This was referenced Apr 11, 2022
ti-chi-bot
added a commit
that referenced
this issue
Apr 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.4
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?
kafka sink work normally
What did you see instead?
Error like:
[2022/03/01 18:27:11.489 +08:00] [PANIC] [canal.go:167] [“unsigned value not in type uint64”] [column="{“name”:“mch_id”,“type”:8,“flag”:193,“value”:null}"]
Detail:
trigger senarios:
column define default null at creating + insert without explicit column
tiflow/cdc/entry/mounter.go
Line 526 in 9fdebd6
tiflow/cdc/sink/codec/canal.go
Line 166 in 9fdebd6
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):v5.4.0
Upstream TiKV version (execute
tikv-server --version
):v5.4.0
TiCDC version (execute
cdc version
):v5.4.0
The text was updated successfully, but these errors were encountered: