ticdc 删除 changefeed 时,owner 节点变为 Processor 节点

麻烦下次如果再遇到不断打印 “etcd client outCh blocking too long, the etcdWorker may be stuck” 这个日志,帮忙用如下命令抓一下对应 cdc 的 goroutine 。

curl -X GET http://127.0.0.1:8300/debug/pprof/goroutine?debug=2 > cdc.goroutine 

因为这个问题一般是有某个线程卡死了才会打印,拿到线程的堆栈之后可以比较好确定问题。