apache / seatunnel

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

[Fix][Zeta] Fix hybrid deployment can not get worker when init #7235

Closed Hisoka-X closed 1 month ago

Hisoka-X commented 1 month ago

Purpose of this pull request

Currently, in the hybrid deployment mode, when the ResourceManager is initing, it is not possible to obtain the worker information on the master node. Instead, it is necessary to wait for the heartbeat request of the SlotService component before obtaining the worker information. This bug causes the lag of worker information and some test cases cannot pass normally.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list