Matej Gera

Results 114 comments of Matej Gera

Thanks for the pointers @yeya24, I realized now that this actually happens in the downsampling phase and not in the compaction. Since we had the `debug.accept-malformed-index` flag enabled, compaction went...

We started hit a lot of flakes recently on this test case, but looks like the issue is with `thanos_blocks_meta_synced` as well, on line 848 with: ``` unexpected error: unable...

I want to try to improve this by making the back off in the method waiting on the metrics [to be configurable](https://github.com/efficientgo/e2e/pull/20) in the upstream and increase retry numbers and...

Fixed by https://github.com/thanos-io/thanos/pull/5246, let's finally close this :closed_book:

It's still haunting us :cry: See e.g. https://github.com/thanos-io/thanos/runs/6641229048?check_suite_focus=true but I've seen it multiple times again.

Are we seeing this flake after https://github.com/thanos-io/thanos/pull/5563?

As this is now popping up more often, I have suggested to disable the test again https://github.com/thanos-io/thanos/pull/5731.

Thank you @metonymic-smokey! I think this is going in the right direction, I provided some feedback which will hopefully unblock you (if not feel free to ask for more details)....

Thanks for the detailed explanation @ahayworth, yes to me it totally makes sense to use the `autoprop` package instead to support multiple formats :+1: