This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch auto-pick-66998-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from aa135178aaf branch-4.1: [opt](compaction) support tablet-level 
compaction through SQL #66611 (#67203)
     add 89004fe78b7 [fix](streamingjob) Prevent MySQL CDC data loss on 
keepalive reconnect for non-GTID (#66998)

No new revisions were added by this update.

Summary of changes:
 .licenserc.yaml                                    |    1 +
 fs_brokers/cdc_client/pom.xml                      |    3 +-
 .../shyiko/mysql/binlog/BinaryLogClient.java       | 1477 ++++++++++++++++++++
 .../mysql/MySqlStreamingChangeEventSource.java     |   17 +-
 .../apache/doris/cdcclient/common/Constants.java   |    2 +-
 .../source/reader/mysql/MySqlSourceReader.java     |    5 +-
 .../BinaryLogClientTransactionReplayTest.java      |  135 ++
 .../MySqlBinaryLogClientKeepAliveITCase.java       |  208 +++
 8 files changed, 1836 insertions(+), 12 deletions(-)
 create mode 100644 
fs_brokers/cdc_client/src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java
 create mode 100644 
fs_brokers/cdc_client/src/test/java/com/github/shyiko/mysql/binlog/BinaryLogClientTransactionReplayTest.java
 create mode 100644 
fs_brokers/cdc_client/src/test/java/org/apache/doris/cdcclient/itcase/MySqlBinaryLogClientKeepAliveITCase.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to