Bartlomiej Plotka
Bartlomiej Plotka
E.g: ``` level=error ts=2021-04-12T16:17:48.424799023Z caller=compact.go:434 msg="critical error detected; halting" err="compaction: group 0@12006963556562526946: block with not healthy index found /var/thanos/compact/compact/0@12006963556562526946/01ED4E02W3REYT0206BN47MSRS; Compaction level 1; Labels: map[receive:true tenant_id:FB870BF3-9F3A-44FF-9BF7-D7A047A52F43]: found 337 chunks completely outside...
One user shared that our Rulers were having hiccups with finding the right Qurier endpoints resulting in gaps:  Apparently reverting to v0.24.0 resolved the issue. This seems to be...
Instead of downloading all bytes of chunks for blocks we want to process, we could easily just read and stream those through while using constant amount of mem / disk....
See: https://github.com/minio/mc/issues/3376#issuecomment-805994723 Currently to mitigate issue on our side from this https://github.com/thanos-io/thanos/issues/3917 we had to revert that particular commit and use tmp fork instead: https://github.com/bwplotka/minio-go/commit/f9927e5255a6ade9d3728e2651c6ae24f4367692 This issue is to figure...
AC: * Subqueries should be split & cached. I think that should not be that hard to implement, but we would need to finally parse the query and understand what...
Changes: * Template file is not needed anymore if you don't define anything. (https://github.com/free/jiralert/issues/11) * Clean up of not used structs & vars * Improved comments on doc which makes...
We got that because we put too much stuff on the JIRA issue while creating. The limit was around 32k chars. I feel like we could do better in Jiralert...
https://github.com/free/jiralert/pull/34#discussion_r289384657 > This just occurred to me now: what about updating the other fields? (In addition to the summary.) E.g. what if someone wants priority to be determined by the...
Ref: https://github.com/free/jiralert/pull/34#discussion_r289378384 > Maybe we should use continue here instead so that even if there's an issue with a single value, we still process the remaining ones?