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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
SiFi intercepts ES calls to get information about ES requests. This is used in generating the PA metrics for shard and bulk requests and also in handling cluster state change notifications. The problem is if the metric generation code throws an exception, it will be bubbled up all the way to ES and in some case fail the user request.
This issues address this problem. We should attempt to handle all exceptions in the Sifi calls
The text was updated successfully, but these errors were encountered:
SiFi intercepts ES calls to get information about ES requests. This is used in generating the PA metrics for shard and bulk requests and also in handling cluster state change notifications. The problem is if the metric generation code throws an exception, it will be bubbled up all the way to ES and in some case fail the user request.
This issues address this problem. We should attempt to handle all exceptions in the Sifi calls
The text was updated successfully, but these errors were encountered: