JNSimba commented on PR #3902: URL: https://github.com/apache/flink-cdc/pull/3902#issuecomment-2639990509
@lvyanquan Is the backfill phase not stopped because the `ts_sec` of `offsetContext` is always 0, which is less than the `ts_sec` of `highwatermark`(binlogSplit.getEndingOffset)? https://github.com/apache/flink-cdc/blob/7717779ebff3d5900c3adcd06bc860949d543f97/flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/debezium/task/MySqlBinlogSplitReadTask.java#L99-L102 -- 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]
