This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Description
Currently, the ManagerStatusHandler will be stopped when a row with start time is inserted in ENGINE_PROPERTIES and a new instance will be started. This can cause the EfficiencyScore to be NaN if a row with the manager info is not inserted in MANAGER_TRACKING before stopping ManagerStatusHandler. The solution could be to stop the manager when a row is inserted in MANAGER_TRACKING but still start the manager when a start time row is inserted into ENGINE_PROPERTIES.