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(discovery): discovery is unable to find all full nodes via dht lookup #3573

Open
walldiss opened this issue Jul 18, 2024 · 1 comment
Open
Assignees
Labels
area:p2p bug Something isn't working enhancement New feature or request

Comments

@walldiss
Copy link
Member

Implementation ideas

I've conducted multiple tests to gather detailed information on the number of full nodes (FN) currently active within the network. The results indicate that the actual number of active nodes is significantly lower than expected. Below are the details of the nodes observed during the tests on both the Mocha and Mainnet environments:

Mocha Network:

Full Nodes: 54
Archival Nodes: 12

Mainnet:

Full Nodes: 17
Archival Nodes: 1

This discrepancy suggests there may be an underlying issue related to querying or persisting DHT records. It's crucial to investigate whether this is an isolated incident or a widespread problem affecting the network's reliability and data accessibility.

@walldiss walldiss added enhancement New feature or request area:p2p labels Jul 18, 2024
@walldiss walldiss self-assigned this Jul 18, 2024
@walldiss
Copy link
Member Author

Additionally, we have shrexSub, that also monitors amount of full nodes within active connections. Mainnet metrics for 3 nodes suggests that there are 100+ FN connected for each reporting node.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:p2p bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants