invalid changefeed_id error of open api miss detail error information #3064
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.
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
The text was updated successfully, but these errors were encountered: