Alan Protasio

Results 138 comments of Alan Protasio

>I think the background mapping is to avoid a spike in IO, because it’s typical for every series to cut a new chunk at the same time. That makes sense....

I wonder if there is a fundamental design problem as the same locks are used to lock different data structures (`series` and `hashes`) and, because of this, they can be...

> Certainly it's important not to have two bits of code that can take the locks in different orders. I'm not sure I would call having one such bit of...

I created an alternative approach for this: https://github.com/prometheus/prometheus/pull/14752 Can we run prom bench there just to see the comparison?

Maybe we can open a issue for someone give a try to use the client_golang handler even before it get merged so we can give feedback on the open PR....

Im ok with this i guess

I tried to fix some flaky tests today.

Yeah.. lets hold this for now and try to make the tests more stable.

> @danielblando I think it should never extend to readonly on writes, even with extended writes. It's one step closer to #5977 Its the other way around, no? we should...