Bartlomiej Plotka

Results 324 issues of 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...

feature request/improvement
component: compact
stale

One user shared that our Rulers were having hiccups with finding the right Qurier endpoints resulting in gaps: ![image](https://user-images.githubusercontent.com/6950331/166213048-f6a719c4-9841-4c5e-888b-5e7eeb2d1f72.png) Apparently reverting to v0.24.0 resolved the issue. This seems to be...

bug
needs-more-info

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....

feature request/improvement
difficulty: medium
help wanted
stale

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...

feature request/improvement
difficulty: hard
help wanted
stale

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...

keepalive
component/query-frontend

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?