-
Notifications
You must be signed in to change notification settings - Fork 822
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
async backing: potential memory leak #1425
Labels
I2-bug
The node fails to follow expected behavior.
Comments
@rphmeier the new logs you pushed to #1410 show that we are tracking an ever increasing number of leaves. https://grafana.teleport.parity.io/goto/Et7Z5lzIR?orgId=1 This explains both unbounded memory and CPU usage growth. |
This seems to be an oversight, fix is part of #1436 which was not merged 🤦🏼 |
stale fixed issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been observed during a load test on Versi @ 300 validators and 60 parachains with async backing enabled.
Configuration:
I suspect
statement-distribution
orprospective-parachains
to be the culprit.At the same time some nodes seem to stop running with last message:
2023-09-06 12:13:34.377 ERROR tokio-runtime-worker polkadot_overseer: subsystem exited with error subsystem="statement-distribution-subsystem" err=FromOrigin { origin: "statement-distribution", source: SubsystemReceive(Generated(Context("Signal channel is terminated and empty."))) }
Possibly killed due to OOM, but still investigating.
The text was updated successfully, but these errors were encountered: