We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tracked peers of each PeerSet grows in an unbounded manner:
PeerSet
polkadot-sdk/substrate/client/network/src/litep2p/shim/notification/peerset.rs
Line 354 in 1a701c9
Related to memory leak:
protocol=OnHeap("/b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe/block-announces/1"), peers=0 protocol=OnHeap("/b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe/block-announces/1"), peers=92 protocol=OnHeap("/b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe/block-announces/1"), peers=191
A similar solution to paritytech/litep2p#268 can be adopted as well
cc @paritytech/networking
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The tracked peers of each
PeerSet
grows in an unbounded manner:polkadot-sdk/substrate/client/network/src/litep2p/shim/notification/peerset.rs
Line 354 in 1a701c9
Related to memory leak:
A similar solution to paritytech/litep2p#268 can be adopted as well
cc @paritytech/networking
The text was updated successfully, but these errors were encountered: