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

invalid changefeed_id error of open api miss detail error information #3064

Closed
maxshuang opened this issue Oct 15, 2021 · 0 comments · Fixed by #2997
Closed

invalid changefeed_id error of open api miss detail error information #3064

maxshuang opened this issue Oct 15, 2021 · 0 comments · Fixed by #2997
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. bug-from-internal-test Bugs found by internal testing. component/status-server Status server component. type/bug The issue is confirmed as a bug.

Comments

@maxshuang
Copy link
Contributor

What did you do?

Create a change feed:
curl -X POST -H "'Content-type':'application/json'" http://127.0.0.1:8300/api/v1/changefeeds -d '{"changefeed_id":"test_resolveLock","sink_uri":"mysql://root:@127.0.0.1:3306/"}'

What did you expect to see?

create change feed successfully

What did you see instead?

Return error without detail reason or any suggestion to repair
{
"error_msg": "[CDC:ErrAPIInvalidParam]invalid changefeed_id: test_resolveLock",
"error_code": "CDC:ErrAPIInvalidParam"
}

Versions of the cluster

Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

v5.2.0

TiCDC version (execute cdc version):

v5.2.0
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. bug-from-internal-test Bugs found by internal testing. component/status-server Status server component. type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants