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
@devinsba noticed the error handling wasn't right when his account was missing permissions for elasticsearch. We should note in the readme (well create a readme first and note) the IAM permissions needed. Let's add a error nicer than NPE when it isn't there.
There was also a report of a hang on a newly provisioned cluster. This might be a smell of an infinite socket or otherwise timeout. Something to look into.
This fixes a thread-safety concern raised by @sethp-jive on AWS signing.
It also improves health check by not wrapping exceptions. This will
allow users to troubleshoot the system easier.
Finally, this throws on misconfigured credentials vs swallowing the
exception. This will help people use health checks also, as it makes
this configuration error visible without enabling debug logging.
See #1310
@devinsba noticed the error handling wasn't right when his account was missing permissions for elasticsearch. We should note in the readme (well create a readme first and note) the IAM permissions needed. Let's add a error nicer than NPE when it isn't there.
There was also a report of a hang on a newly provisioned cluster. This might be a smell of an infinite socket or otherwise timeout. Something to look into.
cc @sethp-jive
The text was updated successfully, but these errors were encountered: