Kaviraj Kanagaraj
Kaviraj Kanagaraj
Damn naming is hard indeed :). My personal preference would be just calling it `embeded-cache` with flag `distributed: true|false`. Whether it's distributed or localized is still the implementation details IMO....
started with internal discussion [here](https://raintank-corp.slack.com/archives/C029V4SSS9L/p1658992685952169) Will update it here once we reach the consensus.
Related https://github.com/grafana/loki/issues/5659
Thanks @Abuelodelanada for the proposal. I have gone through it and looks like a great start :) I have few questions and clarifications 1. What is the rationale behind having...
Thanks for clarification @Abuelodelanada. > The "size-based retention" should be a well-behaved citizen. Are we considering multi-tenancy in the first iteration?. In that case what happens if Loki just run...
@liguozhong can you tell us what version of loki are you using?. And loki config would be nice.
Thanks for details @liguozhong. Can this be related to your PR changes? https://github.com/grafana/loki/pull/5455 (I understand your loki built on top of that PR). I see this is still un-merged. Can...
Did some quick study. `msg=skipping update of position for a file which does not currently exist` comes from [promtail file tailer](https://github.com/grafana/loki/blob/main/clients/pkg/promtail/targets/file/tailer.go#L173-L175) when the underlying file doesn't exist (which is weird)....
@alamb thanks for the suggestion 👍 . Quick follow up. That command you mentioned `sqllogictests --complete` only updates the `.slt` files that are part of `datafusion/sqllogictest` crate itself. I don't...