apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.07k stars 1.83k forks source link

[Fix][Zeta] Remove duplicate `LIFECYCLE_WRITER_CLOSE` events #7984

Closed Hisoka-X closed 6 days ago

Hisoka-X commented 2 weeks ago

Purpose of this pull request

Remove duplicate LIFECYCLE_WRITER_CLOSE events, it already send by https://github.com/apache/seatunnel/blob/5089d8a2e4a9bbc5467071dbd911b8339e82b165/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/flow/SinkFlowLifeCycle.java#L178

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test

Check list

Hisoka-X commented 2 weeks ago

cc @zhangshenghang @hailin0

hailin0 commented 1 week ago

LGTM

waiting for ci passed