Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Handling Exception where ES calls are intercepted by SIfi #104

Closed
yojs opened this issue May 15, 2020 · 0 comments
Closed

Handling Exception where ES calls are intercepted by SIfi #104

yojs opened this issue May 15, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@yojs
Copy link
Contributor

yojs commented May 15, 2020

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

@yojs yojs added the bug Something isn't working label May 15, 2020
@yojs yojs closed this as completed Aug 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant