-
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
Need a better way for changefeed retry on some errors such as CDC:ErrJSONCodecRowTooLarge
#3329
Labels
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
amyangfei
added
the
subject/new-feature
Denotes an issue or pull request adding a new feature.
label
Nov 8, 2021
Some discussion record and solution candidates
|
amyangfei
added
type/bug
The issue is confirmed as a bug.
area/ticdc
Issues or PRs related to TiCDC.
and removed
subject/new-feature
Denotes an issue or pull request adding a new feature.
labels
Nov 18, 2021
Solution-2 is a short term candidate. |
ti-chi-bot
pushed a commit
that referenced
this issue
Jan 14, 2022
This was referenced Jan 14, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jan 15, 2022
zhaoxinyu
added a commit
to zhaoxinyu/ticdc
that referenced
this issue
Jan 20, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jan 20, 2022
ti-chi-bot
added a commit
that referenced
this issue
Feb 21, 2022
ti-chi-bot
added a commit
that referenced
this issue
Apr 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
Is your feature request related to a problem?
cdc cli changefeed create -c test-cf --sink-uri="kafka://172.18.0.2:9092/cdc-test?kafka-version=2.7.0&max-batch-size=1&max-message-bytes=5000"
Then TiCDC will meet the following error
The changefeed will be resumed every several seconds and fail again (there exists a rate limit in cdc owner)
Note in production environment resume a changefeed frequently could add a lot of load to cluster
Describe the feature you'd like
TiCDC would meet error, pause the changefeed, and won't retry to resume the changefeed until the chanegfeed config is updated and changefeed is resumed.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: