Skip to content

HA Monolithic configuration #2179

Jun 22, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

The Mimir default configuration is already suited for HA and requires to run at least 3 Mimir replicas. I checked your config and you're not changing HA settings, so from an HA perspective it should be good.

That being said, I would remove the following config overrides and use the default values:

ingester:
  ring:
    final_sleep: 0s
    num_tokens: 512
    unregister_on_shutdown: false

ingester_client:
  grpc_client_config:
    max_recv_msg_size: 104857600
    max_send_msg_size: 104857600

memberlist:
  compression_enabled: false

server:
  grpc_server_max_recv_msg_size: 104857600
  grpc_server_max_send_msg_size: 104857600
  grpc_server_max_concurrent_streams: 1000

Finally, you could …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@SunSparc
Comment options

Answer selected by TarekAS
Comment options

You must be logged in to vote
1 reply
@pracucci
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants