TICDC在执行 /cdc cli changefeed list的时候告警[error="owner not found"]

【TiDB 版本】
root@tidbprd1:/data/tidb-deploy/cdc-8300/bin>./cdc version
Release Version: v4.0.8
Git Commit Hash: 23deaf92fc9186fbfada5da8508293505d9edb13
Git Branch: heads/refs/tags/v4.0.8
UTC Build Time: 2020-10-30 08:14:57
Go Version: go version go1.13 linux/amd64

【问题描述】
root@tidbprd1:/data/tidb-deploy/cdc-8300/bin>./cdc cli changefeed list --pd=http://10.248.65.13:2379
[2021/03/31 13:43:55.828 +08:00] [WARN] [client_changefeed.go:143] [“query changefeed info failed”] [error=“owner not found”]
[2021/03/31 13:43:55.830 +08:00] [WARN] [client_changefeed.go:143] [“query changefeed info failed”] [error=“owner not found”]
[2021/03/31 13:43:55.833 +08:00] [WARN] [client_changefeed.go:143] [“query changefeed info failed”] [error=“owner not found”]
[2021/03/31 13:43:55.835 +08:00] [WARN] [client_changefeed.go:143] [“query changefeed info failed”] [error=“owner not found”]
[
{
“id”: “simple-replication-task”,
“summary”: null
},
{
“id”: “simple-replication-task1”,
“summary”: null
},
{
“id”: “sh-replication-task”,
“summary”: null
},
{
“id”: “sh-task”,
“summary”: null
}
]

查看状态显示
root@tidbprd1:/data/tidb-deploy/cdc-8300/bin> tiup cdc cli changefeed query --pd=http://10.248.65.10:2379 --changefeed-id=sh2-replication-task Starting component cdc: /root/.tiup/components/cdc/v4.0.11/cdc cli changefeed query --pd=http://10.248.65.10:2379 --changefeed-id=sh2-replication-task
[2021/03/31 13:56:36.577 +08:00] [WARN] [client_changefeed.go:213] [“this changefeed has been deleted, the residual meta data will be completely deleted within 24 hours.”]
{
“info”: null,
“status”: null,
“count”: 0,
“task-status”: []
}

这个是已经删掉了吧。重启下 cdc 看下呢。

新部署的,新建的task

新建的 task 应该是和你之前删掉的名字相同了。换一个 task name 看下