Eugene Lazin

Results 103 comments of Eugene Lazin

another instance: https://buildkite.com/redpanda/redpanda/builds/14648#0182d092-8a87-4793-98bd-a0f703f44972/6-6358

Looks like cache eviction removes files right after they're downloaded or generated. Or maybe the node is out of disk space.

k8s operator test is failing again

Maybe this is caused by the index encoder. SI index files are compressed and are below 1KiB most of the time but the encoder/decoder are both using iobuf to store...

Both `nvolumes` and `volume_size` have little effect on overall performance. You can't have `volume_size` greater than 4GB. WAL parameters can affect performance if `WAL.volume_size` is too small. Try set it...

Hi, You may be interested in this - https://github.com/akumuli/Akumuli/pull/262 This PR added the ability to send a dictionary with series names and user provided ids. This ids can be used...

Hi, I'm building deb packages only for Ubuntu 14.04 at the moment. If you want to use Akumuli on Debian you can build packages yourself or use Docker image (it...

It looks that grafana doesn't expect empty http response in case if there is no data. Not sure what should I do here since there is no results to send...

Hi, There is no replication support yet. I'm working on replication but it will be database-to-database replication. I never used apache flink but I think that it's possible to write...

Hi, I can't reproduce the issue. Can you attach akumuli log? It should be located at `/tmp/akumuli/logs`.