Michał Mazur
Michał Mazur
another workaround to start tests: add `-ldflags="-checklinkname=0"` to alertmanager, minio and prometheus builds in .bingo/Variables.mk
@fpetkovski In my case, I tried to build a version that already had #7796 merged. The build failed for alertmanager, minio and prometheus. If I'm not missing something then deps...
We also experience it for 0.37.2. It seems to be caused by deadline during the bootstrap here: ``` func (r *RemoteWriteClient) connect(ctx context.Context) error { r.mu.Lock() defer r.mu.Unlock() if r.conn...
@MichaHoffmann Wouldn't putting a configurable upper bound on the penalty solve this issue (or at least allow fixing it by configuration)?
Sorry, I missed the response. We've run into a similar issue. By checking the penalty algorithm I didn't find any special treatment for the second replica. However, the penalty for...
PR: https://github.com/thanos-io/thanos/pull/7808
hey @yeya24 , @MichaHoffmann Could you look at it? Sorry for tagging directly but I hope to get this fix into 0.38 and just yesterday found the issue on our...
> How does this work for downsampled counter aggr chunk? Counter aggr chunk needs to use ApplyCounterReset iterator. A good question, it does not work in all cases. Counter aggr...
> > If all chunks come from receivers then there are no problem. > > If chain deduplication is assumed to only work with receivers but not other types of...
@yeya24 You have been right on counters, adjusting is required even between aggregated chunks. The last commit contains a new approach - chain dedup on a chunk level. Here, the...