You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scale_down is triggered, the Opensearch service is stopped and checked for cluster status. But if the scaling_manager's Fetch Metrics is trying to access OS for pushing the data at that point, it might PANIC and cause an application failure.
Suggested solutions:
Add retry mechanism for opensearch connection
Do not PANIC in FetchMetrics. Just log an error and continue
The text was updated successfully, but these errors were encountered:
Description
When scale_down is triggered, the Opensearch service is stopped and checked for cluster status. But if the scaling_manager's Fetch Metrics is trying to access OS for pushing the data at that point, it might PANIC and cause an application failure.
Suggested solutions:
The text was updated successfully, but these errors were encountered: