lvyanquan commented on PR #3902: URL: https://github.com/apache/flink-cdc/pull/3902#issuecomment-2642120018
> @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)? Yes. > and it will also get stuck? Make sense. So I would like to revert change of adding timestamp to highWaterMark and skip the record that is equal to the offset of highWaterMark. The test case of [BinlogSplitReaderTest](https://github.com/apache/flink-cdc/blob/c28431832cc0969cd40a60e082e05a53b887ef04/flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/debezium/reader/BinlogSplitReaderTest.java#L900) will be remained to verify this. -- 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]
