Skip to content

ticdc v4.0.11

Compare
Choose a tag to compare
@sre-bot sre-bot released this 26 Feb 05:45
52a6d9e

Improvements

  • Add the version information in the capture metadata and add the CLI version of a changefeed in the changefeed metadata #1342

Bug Fixes

  • Fix a bug that the TiCDC service might unexpectedly exit when ErrTaskStatusNotExists and the closing of capture session occur at the same time #1240
  • Fix the old value switch of a changefeed might be affected by another changefeed #1347
  • Fix a bug that the TiCDC service might hang when processing a new changefeed with invalid the sort-engine parameter #1309
  • Fix the issue of panic that occurs when getting the debugging information on none owner nodes #1349
  • Fix the issue that the ticdc_processor_num_of_tables and ticdc_processor_table_resolved_ts metrics are not properly updated when when adding or removing tables #1351
  • Fix the issue of potential data loss if a processor crashes when adding a table #1363
  • Fix a bug that the owner might lead to abnormal TiCDC server exits during table migrations #1352
  • Fix a bug that TiCDC does not exit in time after the service GC safepoint is lost #1367
  • Fix a bug that the KV client might skip creating the event feed #1336
  • Fix a bug that the atomicity of transactions is broken when the transactions are replicated to the downstream #1375