-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
REST client breaks on high load #6109
Comments
Thanks @faboweb, but this issue doesn't belong in the SDK from what I can tell:
It looks infrastructure-related or something in Tendermint's RPC? |
This looks related to #6105 |
I don't think I would say that we should comb through all the staking query endpoints, and verify endpoints that need to be paginated. @jgimeno is something you think you can take a look at? |
I am trying to understand the flow, to see if there is something I can do. @faboweb you mention you did around 150 calls, everytime with the same address? Or is a specific address the one that panics? |
No that was requesting the delegations of all validators so the requests would be different every time. |
Summary of Bug
Trying to query all delegators of the cosmos hub. We do about 150 requests to
/staking/validators/ADDRESS/delegations
. Doing this, the node panics and dies. The nodes are run by Figment a trusted infrastructure provider.Version
Current cosmos hub binary.
Steps to Reproduce
See above.
Logs:
For Admin Use
The text was updated successfully, but these errors were encountered: