Giedrius Statkevičius

Results 64 issues of Giedrius Statkevičius

Thank you for this tool! I have a use case where I want to ban `time.Sleep` from test functions to avoid flaky tests. Instead of `time.Sleep` with a hard-coded timeout,...

Because of https://github.com/ncabatoff/process-exporter/blob/master/collector/process_collector.go#L206 it means that if multiple requests come in at the same time, the latency is additive e.g. the 2nd request waits until the 1st one completes. A...

### Is your proposal related to a problem? Our current Memcached & Redis implementations are good at reducing cost however they don't improve query durations as much because each time...

feature request/improvement
difficulty: medium
component: store

Use k-way merging for merging multiple responses coming from multiple StoreAPIs. This avoids having a bottleneck of a Go channel that can only hold 10 responses at once. So, now...

size/XXL

With vertical compaction (deduped) enabled here is how the blocks look like in the UI: ![Screenshot from 2022-02-23 12-31-23](https://user-images.githubusercontent.com/2377233/155302287-74d17128-1761-4dcb-95ca-33c1366f0b1e.png) I would expect these to be of roughly equal size like...

bug
component: compact
stale
needs-investigation

Builds on top of our previous work. I think we could merge this on green. Pros: * We are getting rid of a huge unmaintained dependency; * It unblocks enabling...

stale
size/XXL

Hello from the Thanos project :wave: We've been working on trying to migrate to protobuf v2 API from the unmaintained gogoprotobuf. See [this issue](https://github.com/thanos-io/thanos/issues/4557) for details. Since Thanos calls Cortex...

type/chore

Hello! Thank you for your work on this awesome library. Pardon me for a stupid question because I'm kind of new to Redis. I have noticed that MGet() doesn't support...

We've spotted that processing a batch of Kafka messages in fluentd sometimes takes a long time and because of that Kafka consumer groups go into a constant rebalancing state. Fluentd...

Hello! Thank you for your project. I was thinking about how much effort it would be to make this suitable for bare-metal setups as well. Essentially, it should perform all...