Mimir 3.0.1 Upgrade issues #13821
Unanswered
jkrishnarao2003
asked this question in
Help and support
Replies: 3 comments
-
|
Converting to discussion, as it looks more like a request for help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
To me it looks like an issue from the top because the cluster was working fine in 2.15 version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The SAD part with Mimir 3.0.1 upgrade is, when I run the cluster in ingest storage architecture, this is the problem.
|
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.
-
I am upgrading Mimir cluster from 2.15.x to 3.0.1. I am deploying in microservices mode through ingester storage architecture.
I am getting this error. I am not setting ingest's ring instance_id. so it's set by Mimir only. Then why am I getting this error.
ts=2025-12-12T10:35:57.092491253Z caller=log.go:157 level=error msg="error running application" err="ingester ID omsdp11e9f.uprr.com doesn't match regular expression \"-([0-9]+)$\"\ncalculating ingester partition ID\ngithub.com/grafana/mimir/pkg/ingester.New\n\t/go/src/github.com/grafana/mimir/pkg/ingester/ingester.go:491\ngithub.com/grafana/mimir/pkg/mimir.(*Mimir).initIngesterService\n\t/go/src/github.com/grafana/mimir/pkg/mimir/modules.go:746\ngithub.com/grafana/dskit/modules.(*Manager).initModule\n\t/go/src/github.com/grafana/mimir/vendor/github.com/grafana/dskit/modules/modules.go:136\ngithub.com/grafana/dskit/modules.(*Manager).InitModuleServices\n\t/go/src/github.com/grafana/mimir/vendor/github.com/grafana/dskit/modules/modules.go:108\ngithub.com/grafana/mimir/pkg/mimir.(*Mimir).Run\n\t/go/src/github.com/grafana/mimir/pkg/mimir/mimir.go:1006\nmain.main\n\t/go/src/github.com/grafana/mimir/cmd/mimir/main.go:235\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:285\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1693\nerror initialising module: ingester-service\ngithub.com/grafana/dskit/modules.(*Manager).initModule\n\t/go/src/github.com/grafana/mimir/vendor/github.com/grafana/dskit/modules/modules.go:138\ngithub.com/grafana/dskit/modules.(*Manager).InitModuleServices\n\t/go/src/github.com/grafana/mimir/vendor/github.com/grafana/dskit/modules/modules.go:108\ngithub.com/grafana/mimir/pkg/mimir.(*Mimir).Run\n\t/go/src/github.com/grafana/mimir/pkg/mimir/mimir.go:1006\nmain.main\n\t/go/src/github.com/grafana/mimir/cmd/mimir/main.go:235\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:285\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1693"I tried to set the ingester.ring.instance_id to "omsdp11e9f.uprr.com-1" or "omsdp11e9f-1", I am getting error like network interfaces not found.
Beta Was this translation helpful? Give feedback.
All reactions