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

yiguolei pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from d7044811e2e branch-4.0: [chore](ci) collect dmesg #59938 (#59939)
     add 07cd88eaa5f branch-4.0: [Fix](Streamingjob) fix postgres incr consumer 
too slow #59919 (#59977)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/catalog/Type.java   |  4 +
 .../insert/streaming/StreamingMultiTblTask.java    |  2 +-
 .../apache/doris/job/util/StreamingJobUtils.java   |  8 ++
 .../apache/doris/cdcclient/common/Constants.java   |  7 +-
 .../cdcclient/service/PipelineCoordinator.java     | 28 +++++--
 .../source/reader/JdbcIncrementalSourceReader.java | 42 +++--------
 .../source/reader/mysql/MySqlSourceReader.java     | 86 ++++++----------------
 .../reader/postgres/PostgresSourceReader.java      | 28 +++----
 .../apache/doris/cdcclient/utils/ConfigUtil.java   | 12 +++
 .../cdc/test_streaming_mysql_job_all_type.out      |  2 +-
 .../cdc/test_streaming_postgres_job_all_type.out   |  2 +-
 .../cdc/test_streaming_mysql_job.groovy            |  4 +-
 .../cdc/test_streaming_mysql_job_all_type.groovy   |  2 +-
 .../test_streaming_postgres_job_all_type.groovy    |  2 +-
 14 files changed, 102 insertions(+), 127 deletions(-)


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

Reply via email to