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
recently I deployed just the compactor with the "shuffle-sharding" tec from cortexproject/cortex#4433.
The compactor would not come up due to the memberlist not publishing non-ready endpoints
ts=2022-02-22T10:48:56.126638511Z caller=memberlist_logger.go:74 level=warn msg="Failed to resolve cortex-fast-compact-memberlist: lookup cortex-fast-compact-memberlist on 10.64.0.10:53: no such host"
Only after I set
publishNotReadyAddresses: true
in the memberlist headless service the compactor would come up and join the ring
recently I deployed just the compactor with the "shuffle-sharding" tec from cortexproject/cortex#4433.
The compactor would not come up due to the memberlist not publishing non-ready endpoints
Only after I set
in the memberlist headless service the compactor would come up and join the ring
I'm currently not sure on the best way to solve that, maybe we should just allow the service to publish NonReadyAddresses.
The text was updated successfully, but these errors were encountered: