Chr0my
Chr0my
Thanks for your answer @MichaHoffmann. > I think the memcached thing is only cosmetic because the remote index cache is situated in a file called memcached.go Yes that was my...
Hi, I did another set of tests increasing the log level (debug) and focused on a specific block. ``` Dec 04 10:08:08 thns-store-domain thanos[309001]: ts=2023-12-04T10:08:08.597954706Z caller=bucket.go:672 level=debug msg="loading new block"...
Thanks to [the issue](https://github.com/thanos-io/thanos/issues/2922) mentioned above ☝️ I realized that the failing blocks comes from another stores. After ensuring only 1 store use the redis cluster, it restarted without any...
Yes it looks that only bucket_cache is concerned, I didn't notice any trouble using only index cache, but my tests didn't last long because of the issue mentioned. A potential...