apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.32k stars 1.17k forks source link

Manager merge to master #5177

Closed aiceflower closed 1 month ago

aiceflower commented 1 month ago

What is the purpose of the change

  1. The users can specify fixed engine execution
  2. Add a new management console to modify the engine status to UnHealthy and automatically kill the engine after task execution
  3. Spring upgrade version to 5.3.27
  4. Optimize engine reuse logic, large resources cannot reuse small resource engines
  5. Optimize the flink log
  6. Linkis storage change java code to scala (The core process has some compatibility issues, and some of them have been reversed.) ...
peacewong commented 1 month ago

Duplicate with 5181