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

[bug]: lntest hangs when attempting to create a 7th LND node #8579

Open
ffranr opened this issue Mar 25, 2024 · 3 comments
Open

[bug]: lntest hangs when attempting to create a 7th LND node #8579

ffranr opened this issue Mar 25, 2024 · 3 comments
Labels
bug Unintended code behaviour itests Issues related to integration tests. needs triage

Comments

@ffranr
Copy link
Collaborator

ffranr commented Mar 25, 2024

The method lntest.HarnessTest.NewNode facilitates the creation of up to six new LND nodes seamlessly. Yet, initiating a seventh node induces a system hang. Theoretical limits on node instantiation within an itest should be solely governed by available RAM constraints.

Steps to reproduce

Reproduced here: #8578

@ffranr ffranr added bug Unintended code behaviour itests Issues related to integration tests. needs triage labels Mar 25, 2024
@ffranr ffranr changed the title [bug]: lntest hangs when attempting to create a 7th LND node [bug]: lntest hangs when attempting to create a 7th LND node Mar 25, 2024
@yyforyongyu
Copy link
Collaborator

This is because the --rpcmaxwebsockets setting, more details here.

@ffranr
Copy link
Collaborator Author

ffranr commented Mar 25, 2024

This is because the --rpcmaxwebsockets setting, more details here.

Thanks @yyforyongyu . Is there any ongoing work to fix this issue (or allow greater flexibility)?

@Roasbeef
Copy link
Member

I think we can just increase the value in our deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unintended code behaviour itests Issues related to integration tests. needs triage
Projects
None yet
Development

No branches or pull requests

3 participants