pump突然几乎不写日志

  1. SQL>show config where type=‘tidb’ and name like ‘%ignore%’;
    binlog.ignore-error是否为 true。
  2. tidb 的日志内是否有 write binlog fail but error ignored 关键字,可能是消息过限导致的。

如果以上符合,参考 https://github.com/pingcap/tidb/blob/master/docs/tidb_http_api.md 的 “Resume the binlog writing when Pump is recovered.” 的一节描述。