Skip to content

Mimir kvstore inmemory - crashloops #3660

Discussion options

You must be logged in to vote

👋 Hi! The kvstore should be a child of ha_tracker, so:

  distributor:
    ha_tracker:
      enable_ha_tracker: true
      ha_tracker_update_timeout: 15s
      ha_tracker_update_timeout_jitter_max: 5s
      ha_tracker_failover_timeout: 30s
     # I moved this under ha_tracker 
     kvstore:
        store: inmemory
    ring:
      kvstore:
        store: inmemory

That being said, keep in mind inmemory is intended only for development and shouldn't be used in any real cluster. You should either use memberlist (recommended, except for ha_tracker which is currently unsupported) or consul / etcd.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by med502
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3657 on December 06, 2022 15:39.