Hisoka-X opened a new pull request, #4286:
URL: https://github.com/apache/flink-cdc/pull/4286

   This close https://issues.apache.org/jira/browse/FLINK-39149
   
   This pull request addresses a critical bug in GTID merging logic for MySQL 
CDC connectors, specifically in "LATEST" new-channel-position mode. The changes 
ensure that, when recovering from a checkpoint with non-contiguous GTID ranges, 
MySQL does not replay pre-checkpoint transactions. The fix is implemented by 
introducing a new method, `computeLatestModeGtidSet`, and updating the merging 
logic to use it. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to