Skip to content

node 3 reporting too many open files #15

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

Open
ashraffouda opened this issue Mar 26, 2025 · 3 comments
Open

node 3 reporting too many open files #15

ashraffouda opened this issue Mar 26, 2025 · 3 comments
Assignees
Labels
type_bug Something isn't working

Comments

@Eslam-Nawara
Copy link
Contributor

Work Completed

after investigation found out that environment.GetConfig doesn't close response body properly and after adding a new feature to use configurable RelaysURLs from zos-config repo the node kept opening files without closing them causing the node to no longer be able to register of update itself

now fixed that and will be monitoring devnet nodes to check if this solves the problem

@Eslam-Nawara
Copy link
Contributor

Eslam-Nawara commented May 26, 2025

WIP
I was investigating this issue and found out the node opens too much connections with devnet stacks, now investigating why it's opening all this connections

the problem is, the api-gateway module keeps trying to create new rmb peer and it keeps failing over and over again which cause a huge number of open connections to the chain that never get to be closed, so now I stopped trying to open that peer, rmb is not working for zos4 either ways, so until we start using new open rpc this part will be commented

@Eslam-Nawara
Copy link
Contributor

Work Completed

merged and updated devnet and will be updating the rest of the networks once we verify that the issue is fixed in devnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants