Replies: 1 comment
-
@begemotik I am facing the same situation, did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
General question, any help would be much appreciated.
We've got Clickhouse deployed as part of Sentry chart with default values, nothing changed there. As I understand from the debug it spins up 3 clickhouse nodes with replication enabled. With that.
I expect that if any of the clickhouse replicas is not available for some time - it shouldn't impact sentry itself because data distributed and replicated across nodes, if host is not available data should be handled by snuba using other replica. Though when I stop one of the nodes I observe snuba components restarts and broken UI (logs from sentry-snuba-api):
Can someone point me out how to setup Clickhouse for Sentry in HA mode?
Beta Was this translation helpful? Give feedback.
All reactions