apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
874 stars 290 forks source link

[Feature]: Support to stop/restart the optimizers when stop/restart the ams server #3328

Open klion26 opened 1 week ago

klion26 commented 1 week ago

Description

Currently, the optimizers would not be stopped/restarted when the ams server stopped/restarted, but these are some scenarios which the optimizers need to be stopped/restarted such as we make an incompatible upgrade, or there are some critical bugs in the old version.

Use case/motivation

No response

Describe the solution

  1. stop the optimizers when the ams server stopped
  2. restart(stop + start with the new version) when restart the ams server

Subtasks

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

klion26 commented 1 week ago

If anyone else is interested, please feel free to contribute. I will contribute to this if I find time(it's a little busy currently).