Marco Pracucci

Results 427 comments of Marco Pracucci

The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase `main` and eventually move the CHANGELOG entry added / updated in this PR to the...

> Note: I did % 120 because we want the blocks to get compacted once every 2h. Once the TSDB head compaction threshold is reached, the longer you delay the...

> Could we move the timing of the head compaction as well by the same offset? Basically what I'm trying to say is: why not just move the timing of...

After some discussion internally at Grafana Labs, I think we could easily achieve something similar just setting `-blocks-storage.tsdb.head-compaction-concurrency=1` (default is 5). I would give it a try before working on...

I also run in similar issues. After few hours of work, I've been able to compile SJS `0.8.0` against Spark `2.3.0` and run it on EMR `5.13.0` (latest version available...

> you have enough RAM It's a complex topic. Generally speaking, "enough RAM" used for system daemons means "less RAM" for applications. It's just a tradeoff. > Why do you...

I don't think [my change](https://github.com/prometheus/prometheus/commit/f42ed03dc5be7290a913fe427cdf96f6d1bee792) to `bstreamReader` fixes the race condition you talk about in this PR. My change assumes the caller never tries to read the last byte if...

Enabling shuffle-sharding on store-gateway significantly improve this.

I'm not familiar with Istio or service meshes in general, so I'm just going to share some details about how Cortex works. Distributors, as well as queriers or rulers, need...

> I think it could work if you could tell the distributor or querier to use a DNS entry instead of an IP address. Cortex (as well as Loki) services...