-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance issue after writing 5k records? #23814
Comments
weird, is the vault running on |
@kokizzu Apologies for the noise. That was my bad - I had multiple Vault servers running in the background and your tools were connecting to those instead. I've re-run your tools again, making sure your Vault server from the docker-compose file was the only one running. This time I received a different error, like so: I started to wonder if the problem was in the benchmarking tool, so I ran a 5 minute benchmark using https://github.com/hashicorp/vault-benchmark. It processed 429K requests and didn't experience any errors. Here's the output: Based on this, I'm wondering if the problem might be in your benchmarking tool, rather than in Vault itself. |
i think not, because when i'm using my own secret engine plugin it works fine without issue, but with default kv plugin it has those issue the one with my plugin is |
Describe the bug
Everytime writing 5k records, always get
connection reset by peer
To Reproduce
Steps to reproduce the behavior:
docker compose up --build
./fetch-tokens.sh
go run main.go benchmark
Expected behavior
No error
Environment:
vault status
): latest dockervault version
): latest dockerVault server configuration file(s):
The text was updated successfully, but these errors were encountered: