Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Increased latency when loosing an ingester since 2.15.0 #10764

Open
raspbeguy opened this issue Feb 28, 2025 · 0 comments
Open

Bug: Increased latency when loosing an ingester since 2.15.0 #10764

raspbeguy opened this issue Feb 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@raspbeguy
Copy link

What is the bug?

Since we upgraded to 2.15.0, loosing an ingester causes a lot of latency from the distributors. Removing the ingester from the ring brings latency back to normal.

How to reproduce it?

On a distributed Mimir cluster with:
- multiple instances of ingesters
- distributors with a consequent traffic
- ingester.ring.zone_awareness_enable=true
- ingester.ring.replication_factor=3
- ingester.ring.unregister_on_shudown=false

shut down an ingester

What did you think would happen?

Shutting down an ingester shouldn't make latency go up (like that was the case on previous releases)

What was your environment?

Debian VMs with Mimir 2.15.0 deployed as APT package. 6 distributors, 12 ingesters, spread over 3 geographical zones.

Any additional context to share?

We noticed no config difference between a cluster in 2.15 version and a cluster in 2.14.3 version on ingester, distributor or ingester_client section.
When the problem is occuring, trace shows that a distributor requests takes a lot more time than usual.

Some metrics when shutting down an ingester
Image
Image

Trace of a distributor request to ingesters when latency is healthy
Image

Trace of a distributor request to ingesters when latency is degraded
Image

@raspbeguy raspbeguy added the bug Something isn't working label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant