Skip to content
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

RPC seems to be keeping db connections open and getting stuck #3628

Closed
tclemos opened this issue May 10, 2024 · 2 comments · Fixed by #3648
Closed

RPC seems to be keeping db connections open and getting stuck #3628

tclemos opened this issue May 10, 2024 · 2 comments · Fixed by #3648

Comments

@tclemos
Copy link
Contributor

tclemos commented May 10, 2024

We faced some issues with some RPC nodes not being able to handle requests that required a db connection to state-db, and it looks like some of the connections are not getting closed properly; we need to investigate and understand better what's happening.

We suspect this happened to the first RPCs that started and received the most requests. We have increased the number of connections to the DB, which helped avoid the problem, but we must find the source of it.

@tclemos tclemos added this to the v0.7.0 milestone May 10, 2024
@tclemos tclemos self-assigned this May 10, 2024
@0xyjk
Copy link

0xyjk commented May 21, 2024

#3516
i also met this issue, not sure if it's caused by this

@giskook
Copy link

giskook commented Jul 3, 2024

met the same situation, seems because the executor takes too long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants