We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I am trying to run thanosbench stress-test against thanos-query in kubernetes. Thanos services are otherwise working perfectly. I have tried:
In either case I have run into the same error:
level=info ts=2021-03-15T10:51:24.079523257Z caller=stress.go:118 msg="stress test encountered an error" err="rpc error: code = Unavailable desc = connection closed" level=error ts=2021-03-15T10:51:24.079695729Z caller=main.go:114 msg="running command failed" err="rpc error: code = Unavailable desc = connection closed"
The text was updated successfully, but these errors were encountered:
It sounds like the TCP connection gets closed. Does it work if you telnet (or netcat) the same IP/port?
telnet
netcat
Sorry, something went wrong.
Just tried, and yes I can actually connect to the service successfully with both netcat and telnet.
No branches or pull requests
Hello!
I am trying to run thanosbench stress-test against thanos-query in kubernetes. Thanos services are otherwise working perfectly. I have tried:
In either case I have run into the same error:
The text was updated successfully, but these errors were encountered: