-
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
upgrade from v4.0.15 to v4.0.16, ticdc stoped with CDC:ErrProcessorUnknown #3793
Closed
Tracked by
#4048
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
area/ticdc
Issues or PRs related to TiCDC.
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
cluster config and metrics, please found in "https://clinic.pingcap.com:4433/diag/files?uuid=fd259311fcd65999-f5b71e9c5d5129e-15c3a73217ffd944" |
Please provide the relevant DDLs and DMLs in the workload. |
This was referenced Dec 13, 2021
overvenus
added a commit
that referenced
this issue
Dec 13, 2021
* mounter(ticdc): fix mounter add default value type unsupported close #3793 * test(mounter(ticdc)): fix unit test panic for enum * comment(mounter(ticdc)): add some return value comment for mounter * test(mounter(ticdc)): fix default value size unmatch error in uts * mounter(ticdc): change comment Co-authored-by: Neil Shen <overvenus@gmail.com> * test(mounter(ticdc)): close size check temporary * chore(mounter(ticdc)): fix unused lint Co-authored-by: Neil Shen <overvenus@gmail.com>
This was referenced Dec 13, 2021
7 tasks
zhaoxinyu
pushed a commit
to zhaoxinyu/ticdc
that referenced
this issue
Dec 29, 2021
…ap#3846) * mounter(ticdc): fix mounter add default value type unsupported close pingcap#3793 * test(mounter(ticdc)): fix unit test panic for enum * comment(mounter(ticdc)): add some return value comment for mounter * test(mounter(ticdc)): fix default value size unmatch error in uts * mounter(ticdc): change comment Co-authored-by: Neil Shen <overvenus@gmail.com> * test(mounter(ticdc)): close size check temporary * chore(mounter(ticdc)): fix unused lint Co-authored-by: Neil Shen <overvenus@gmail.com>
14 tasks
overvenus
pushed a commit
that referenced
this issue
Feb 8, 2022
overvenus
pushed a commit
that referenced
this issue
Feb 22, 2022
update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
area/ticdc
Issues or PRs related to TiCDC.
severity/critical
type/bug
The issue is confirmed as a bug.
What did you do?
upstream: tidb
downstream: tidb
What did you expect to see?
task works normal
What did you see instead?
task stopped at "2021-12-08 14:08:26.157"
[
{
"id": "simple-cdc-task",
"summary": {
"state": "normal",
"tso": 429639258906820611,
"checkpoint": "2021-12-08 14:08:26.157",
"error": {
"addr": "cdc-peer:8300",
"code": "CDC:ErrProcessorUnknown",
"message": "[CDC:ErrReachMaxTry]reach maximum try: 8"
}
}
}
]
[root@cdc-0 bin]# date
Wed Dec 8 16:09:36 CST 2021
[root@cdc-0 bin]#
cdc.log.gz
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: