您的位置: 首页 > 文章 > StreamSets Mysql Binlog DELETE KUDU row key not found ? StreamSets Mysql Binlog DELETE KUDU row key not found ? 分类: 文章 • 2023-04-02 21:59:16 一、StreamSets Mysql Binlog DELETE KUDU row key not found 二、解决 1.原因 mysql update/insert 的binlogmei有及时处理完,同一条记录的delete binlog过来了,导致删除失败!! 2.解决 streamSets提供了延迟处理过程组件,稍微延迟下del 的binlog然后再删除,完美解决