apache / amoro

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

[AMORO-3110] Do not throw exception when retry task in optimizer keeper #3223

Closed XBaith closed 2 months ago

XBaith commented 2 months ago

Why are the changes needed?

If OptimizerKeeper reset task status illegally(SUCCESS -> PLAN), optimizer may not be released or touched. In the meantime, the optimizer is restart, then the remaning task will never be executed. Close #3110 .

Brief change log

How was this patch tested?

Documentation