Giedrius Statkevičius
Giedrius Statkevičius
v0.23.2 contains the fix for https://github.com/thanos-io/thanos/pull/4795 so I'd suggest trying that out to see whether it helps (:
Ruler executes queries using the same /api/v1/query_range API and that API might not return any responses due to https://github.com/thanos-io/thanos/pull/4795. So, I think what happens in this case is that the...
It would be great to fix this issue. Is this ready for review?
The problem is a bit bigger - there are object storage operation "failures" coming from this, leading to false alerts. Need to think about how to solve this.
@rueian I have tried it out however I get a panic: ``` panic: multi key command with different key slots are not allowed goroutine 33284 [running]: github.com/rueian/rueidis/internal/cmds.check(...) /home/giedrius/go/pkg/mod/github.com/rueian/[email protected]/internal/cmds/cmds.go:224 github.com/rueian/rueidis/internal/cmds.Mget.Key({0xc0f8a96498?, 0xc228?,...
Yeah, I had to set up Redis Cluster because it handles distributing load according to hashes for the client if I understood correctly :/ I was under the initial impression...
Nice, it works fantastic! Thank you so much for your prompt responses and amazing library :beers: Maybe you have a donation link somewhere? (: FYI here's a graph showing network...
I have noticed a small dead-lock in rueidis from the new MGet helper. Uploading a goroutine dump from my Thanos Store. I think it only occurs during heavy loads. I'll...
Thank you so much! Will take a look. I only got bit by that problem twice, I think. A bit busy but I'm also about to submit a proposal to...
(1) is not always bad, we are trying hard (and it's a really hard problem) to not have many different options because then it becomes really confusing (: but if...