【 TiDB 使用环境】生产环境
【 TiDB 版本】5.4.0
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面
【附件:截图/日志/监控】
TiCDC 的checkpoint 一直不推进,也没看到报错。
怎么排查?
/ # ./cdc cli --pd=http://pd-ip:2379 changefeed query -c 79ec8f7e-a8f7-42b4-8bb9-2299e18a9993
{
"info": {
"sink-uri": "kafka://kafka:9008/topic?kafka-version=2.5.1\u0026max-message-bytes=1073741824\u0026partition-num=1",
"opts": {
"max-message-bytes": "1048588"
},
"create-time": "2024-12-05T05:39:27.047131056Z",
"start-ts": 454394423947558916,
"target-ts": 0,
"admin-job-type": 0,
"sort-engine": "unified",
"sort-dir": "",
"config": {
"case-sensitive": true,
"enable-old-value": true,
"force-replicate": false,
"check-gc-safe-point": true,
"filter": {
"rules": [
"db.table"
],
"ignore-txn-start-ts": null
},
"mounter": {
"worker-num": 16
},
"sink": {
"dispatchers": [
{
"matcher": [
"*.*"
],
"dispatcher": "default"
}
],
"protocol": "avro",
"column-selectors": null
},
"cyclic-replication": {
"enable": false,
"replica-id": 0,
"filter-replica-ids": null,
"id-buckets": 0,
"sync-ddl": false
},
"scheduler": {
"type": "table-number",
"polling-time": -1
},
"consistent": {
"level": "none",
"max-log-size": 64,
"flush-interval": 1000,
"storage": ""
}
},
"state": "normal",
"error": null,
"sync-point-enabled": false,
"sync-point-interval": 600000000000,
"creator-version": "v5.4.0-dirty"
},
"status": {
"resolved-ts": 454394423947558916,
"checkpoint-ts": 454394423947558916,
"admin-job-type": 0
},
"count": 0,
"task-status": [
{
"capture-id": "3bf53d0a-ca36-43ff-bf6f-27ea1e57e55f",
"status": {
"tables": {
"176": {
"start-ts": 454394423947558916,
"mark-table-id": 0
}
},
"operation": {},
"admin-job-type": 0
}
},
{
"capture-id": "c037319b-f3a6-4c1c-a63a-a840f902b9a0",
"status": {
"tables": null,
"operation": null,
"admin-job-type": 0
}
},
{
"capture-id": "f403a293-c7c6-47f5-990f-6c978380a6f5",
"status": {
"tables": null,
"operation": null,
"admin-job-type": 0
}
}
]
}