Skip to content
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

ErrMessageTooLarge lack of information to help users fix the problem #10439

Open
grovecai opened this issue Jan 10, 2024 · 1 comment
Open

ErrMessageTooLarge lack of information to help users fix the problem #10439

grovecai opened this issue Jan 10, 2024 · 1 comment
Assignees
Labels
type/feature Issues about a new feature

Comments

@grovecai
Copy link

Is your feature request related to a problem?

When CDC is failed by ErrMessageTooLarge, the message is not enough for user to fix the problem.
Example output:
bash-5.1# ./cdc cli changefeed list --ca=/var/lib/ticdc-tls/ca.crt --cert=/var/lib/ticdc-tls/tls.crt --key=/var/lib/ticdc-tls/tls.key --server=https://db-ticdc-peer:8301
[ {
"id": "changefeed-1410567",
"namespace": "default",
"summary": {
"state": "failed",
"tso": 446916614996099078,
"checkpoint": "2024-01-10 01:53:09.188",
"error": "[CDC:ErrMessageTooLarge]message is too large"
}
}
]

Describe the feature you'd like

As my understanding, the message should at least contain following information:

  1. Which message too large? table name? column name? row id?
  2. What is the size of the message?
  3. What is message size constraint of TiCDC?

Describe alternatives you've considered

NA

Teachability, Documentation, Adoption, Migration Strategy

No response

@grovecai grovecai added the type/feature Issues about a new feature label Jan 10, 2024
@lidezhu
Copy link
Collaborator

lidezhu commented Jan 10, 2024

/assign @lidezhu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Issues about a new feature
Projects
None yet
Development

No branches or pull requests

2 participants