arrow_backRetour aux issues
grafana/mimir
#13841
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Bug: Mimir creates thousands of TCP connections and DNS requests to/for S3 storage and does not use existing connections.
ecoDébutant
bug
help wanted
descriptionDescription
### What is the bug?
I am running am Mimir environment on prem. It contains 4 monolithic instances in a cluster sending metrics to our local s3 (Nutanix / MinIO). I configured mimir to only use 25 concurrent connections per host, 25 idle connections per host and 1h idle timeout. I set "dualstack" to false to only use IPv4.
The problem is that mimir opens in a ~40s tcpdump 5000 tcp connections to the s3 server. this results in 5000 DNS requests per 90s. In addition it send AAAA requests (IPv4) which I disabled via "dualstack = false".
### How to reproduce it?
Connect Grafana Mimir v 3.0.0 to an s3 storage. check the dns communication and the requests made to s3 storage.
Run some queries which need s3.
### What did you think would happen?
Open up to configured max value of concurrent connections per host (25) and keep these connections open for up to 1h (idle) and send all requests through these existing connections. Only on DNS request per each connection.
In addition no DNS IPv4 requests (AAAA) if dualstack is disabled.
### What was your environment?
Grafana Mimir 3.0.0 binary on RHEL8 in monolithic mode.
### Any additional context to share?
N/A
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue