yilongrong
yilongrong
### What did you do? 1. cdc.log met error: `[changefeed.go:106] ["an error occurred in Owner"] [changefeedID=kafka-tc-yxt-prod] [error="[CDC:ErrTableListenReplicated]A table(12920) is being replicated by at least two processors(aefbf88f-eb9e-4d3e-b1bb-4b1e6a705b0f, 5af5719f-88ed-4711-837f-e64dbfd12e62), please report a...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Cluster TiDB1 1. create table test( id...
## Feature Request **Is your feature request related to a problem? Please describe:** when lightning importer failure,need use lightning ctl to swtich mode bin/tidb-lightning-ctl --switch-mode=normal **Describe the feature you'd like:**...
File: [/release-6.1/tidb-configuration-file.md](https://docs.pingcap.com/zh/tidb/stable/tidb-configuration-file) https://docs.pingcap.com/zh/tidb/stable/tidb-configuration-file#ignore-error 当前描述: ``` ignore-error 忽略写 binlog 发生的错误时处理开关,推荐不修改该值。 默认值:false 如果设置为 true,发生错误时,TiDB 会停止写入 binlog,并且在监控项 tidb_server_critical_error_total 上计数加 1;如果设置为 false,写入 binlog 失败,会停止整个 TiDB 的服务。 ``` 但是根据 https://github.com/pingcap/tidb/pull/15324 看,当参数 ignore-error 设置为 false 时,应该会停止...
When upgrading a TiDB cluster, PD changes the leader. PD:tso:ErrGenerateTimestamp error will appear on application side.In fact, the PD leader switchover only took 1-2 s. Retries should be added to...
File: [/release-1.4/zh/maintain-a-kubernetes-node.md](https://docs.pingcap.com/zh/tidb-in-kubernetes/stable/maintain-a-kubernetes-node)