Alexey Kamenskiy

Results 113 comments of Alexey Kamenskiy

> are you sure that you are facing OOM due to this database behavior on your setup? This looks like standard OS behavior in terms of caching. As a Linux...

I got rid of the UPDATE statements and it only running INSERT and SELECT now. There is still RSS usage increase over time happening, but at much slower rate. It...

@RafiaSabih I went over the script -- it won't see any memory increase. Because it open a new connection each time. Try using a persistent connection (like most real life...

Seeing the same on latest vault/hvac versions. Does anyone bother to fix this? This is obviously not how it should work. `kv.read_secret(path='mp/secret')` gets me `permission denied`, but `kv.v2.read_secret(path='secret', mount_point='mp')` works?

And I am interested in compression feature. 116 commits since last release and over a year of time.

Thanks for the info. We use UDP. So order is not guaranteed. Good to know there may be issues if use compression.

> it would be great to see what Go Currently I am using image from Docker Hub, but I've built the tip using 1.17 and in both cases the behavior...

> so if you have 2 copies of data No, we don't have copies of data, it is all separate across different servers (using carbon-relay-ng and consistent hashing), as the...

It is still missing, do you need help migrating to Github Actions?

UDP is a must I believe, otherwise right now carbon-relay-ng only covers a small subset of possible configurations where it could be useful