Digital Trust Services Loki is experiencing intermittent stability issues with some queries.
From briefly looking into it, it appears that the query cache and Loki querier require further tuning.
loki-queirer pods go into CrashLoopBackOff causing queries to fail, or return incomplete results.
Initially found that Memcached transactions failed with the error SERVER_ERROR object too large for cache
I believe I've resolved that issue by adding -I 32m to the Memcached arguments.
However there are still errors which should be investigated further.
Seeing the following errors from the memcachedchunks pod:
Failed to write, and not due to blocking: Connection reset by peer
Failed to write, and not due to blocking: Connection reset by peer
Failed to write, and not due to blocking: Connection reset by peer
Failed to write, and not due to blocking: Broken pipe
Digital Trust Services Loki is experiencing intermittent stability issues with some queries. From briefly looking into it, it appears that the query cache and Loki querier require further tuning.
loki-queirer
pods go intoCrashLoopBackOff
causing queries to fail, or return incomplete results.Initially found that Memcached transactions failed with the error
SERVER_ERROR object too large for cache
I believe I've resolved that issue by adding-I 32m
to the Memcached arguments.However there are still errors which should be investigated further.
Seeing the following errors from the
memcachedchunks
pod:And errors from the
loki-querier
pod: