You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zo...@apache.org on 2022/10/20 02:43:29 UTC

[incubator-seatunnel] branch dev updated (dc6e85d06 -> 4a4ebf686)

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

zongwen pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from dc6e85d06 [Feature][Connector-V2][Jdbc] support gbase 8a  (#3026)
     add 4a4ebf686 [hotfix][engine] fix when clientJobProxy throw Exception can't shutdown client instance (#3142)

No new revisions were added by this update.

Summary of changes:
 .../core/starter/seatunnel/command/ClientExecuteCommand.java   | 10 +++++-----
 .../org/apache/seatunnel/engine/client/SeaTunnelClient.java    |  5 +++++
 .../seatunnel/engine/client/SeaTunnelClientInstance.java       |  2 ++
 .../org/apache/seatunnel/engine/client/job/ClientJobProxy.java |  5 -----
 .../main/java/org/apache/seatunnel/engine/core/job/Job.java    |  1 -
 .../seatunnel/engine/server/checkpoint/PendingCheckpoint.java  |  3 ++-
 6 files changed, 14 insertions(+), 12 deletions(-)