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
Expected Behavior:
Display error from server rather than panicking.
Actual Behavior:
Panics.
Steps to Reproduce:
Get your HA cluster into a state where leader election is busted (e.g. my server logs are spamming [ERROR] core: failed to acquire lock: error=failed to create session: Unexpected response code: 500 (No known Consul servers))
Environment:
Expected Behavior:
Display error from server rather than panicking.
Actual Behavior:
Panics.
Steps to Reproduce:
Get your HA cluster into a state where leader election is busted (e.g. my server logs are spamming
[ERROR] core: failed to acquire lock: error=failed to create session: Unexpected response code: 500 (No known Consul servers)
)Try to check the Vault status.
Important Factoids:
I'm pretty sure the HA setup problem is user error. This issue is just about the client panic on
vault status
The text was updated successfully, but these errors were encountered: