Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tidb binlog compressor: “gzip” Unknown desc = cluster ID are mismatch, 0 vs 7105631528854974615"
[TiDB Usage Environment]
Production Environment
[TiDB Version]
v5.4.0
[Encountered Problem]
When enabling compression with tidb binlog drainer using compressor: “gzip”, drainer reports an error: Unknown desc = cluster ID are mismatch, 0 vs 7105631528854974615"
[Reproduction Path] Operations that led to the problem
- Added the following parameter to drainer, then the error occurred:
compressor: “gzip” - After scaling in and out the drainer, the error still persists
[Problem Phenomenon and Impact]
The drainer cannot continue to synchronize data. Removing the compression parameter resolves the issue. Can this bug be fixed as soon as possible?
[Attachments]
Please provide the version information of each component, such as cdc/tikv, which can be obtained by executing cdc version/tikv-server --version.