## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. TiDB -> Pump -> Drainer -> MySQL 1. On upstream, DELETE many rows only in every transaction, repeat for many times 2. On drainer, use the `binlog-filter-rule` to filter out all DELETE events, so nothing will be replicated. 3. What did you expect to see? * Synchronize normally. 4. What did you see instead? * The memory usage of drainer grows exponentially and eventually triggered kernel OOM. 5. Please provide the relate downstream type and version of drainer. (run `drainer -V` in terminal to get drainer's version) * Both Drainer v5.4.1 and Drainer v6.5.3.