* [Bug] Fix bug that the image cannot be pulled after the new fe node is added This is because httpv2 modified the response body of the "/info" api, causing FE to fail to obtain info from this api. And the system did not exit correctly. This will also cause issues in issue #5292
# fe-common This module is used to store some common classes of other modules. # spark-dpp This module is Spark DPP program, used for Spark Load function. Depends: fe-common # fe-core This module is the main process module of FE. Depends: fe-common, spark-dpp