herunkang2018 commented on code in PR #3656: URL: https://github.com/apache/flink-cdc/pull/3656#discussion_r1822545375
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/source/reader/MySqlSourceReader.java: ########## @@ -530,7 +530,11 @@ private void logCurrentBinlogOffsets(List<MySqlSplit> splits, long checkpointId) return; } BinlogOffset offset = split.asBinlogSplit().getStartingOffset(); - LOG.info("Binlog offset on checkpoint {}: {}", checkpointId, offset); + LOG.info( + "Binlog offset for tables {} on checkpoint {}: {}", + split.asBinlogSplit().getTables(), Review Comment: This issue is resolved. Thanks for the review. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org