rpc error: code = Unimplemented desc = unknown service cortex.Ingester
#3351
-
I have multiple prometheus servers that remote write to centralized mimir. I updated my mimir-distributed helm chart deployment from 3.1.0 to 3.2.0 4 days ago. It was running okay as far as I can tell. Today though I'm seeing that mimir returns HTTP error 500 on POSTs to /api/v1/push endpoint and distributor logs filled with:
At the same time all ingester pods are healthy. Logs looks okay to me, except periodic
But this isn't a frequent as remote write POSTs come in. I also tried to rollback to chart version 3.1.0, but it didn't have any meaningful effect, pushes still return HTTP error 500 and distributor error logs are the same. I'm struggling to understand what is wrong with my installation, and need directions how to debug this further. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
Okay, I found something. I have tempo running in the same kubernetes cluster as mimir. And as far as I can tell they decided to join same ring, for some reason.
I tried to forget tempo ingesters here, but they come back.