You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2023/01/04 02:50:16 UTC

[incubator-seatunnel] branch dev updated (ca06ea173 -> dfceabf87)

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

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


    from ca06ea173 [Improve] [Engine] Fix Engine Metrics will lose when Job be canceled. (#3797)
     add dfceabf87 [Improve] [Seatunnel-Engine] remove `seatunnel-api` from engine storage. (#3834)

No new revisions were added by this update.

Summary of changes:
 .../seatunnel/engine/common/utils/FactoryUtil.java | 82 ++++++++++++++++++++++
 .../server/checkpoint/CheckpointManager.java       |  2 +-
 .../server/checkpoint/CheckpointManagerTest.java   |  2 +-
 .../checkpoint-storage-api/pom.xml                 |  7 +-
 .../storage/api/CheckpointStorageFactory.java      | 12 +++-
 .../storage/hdfs/HdfsStorageFactory.java           |  9 +--
 .../storage/localfile/LocalFileStorageFactory.java |  9 +--
 7 files changed, 97 insertions(+), 26 deletions(-)
 create mode 100644 seatunnel-engine/seatunnel-engine-common/src/main/java/org/apache/seatunnel/engine/common/utils/FactoryUtil.java