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: Syncing from scratch not working #2370

Closed
mibuono opened this issue Nov 19, 2024 · 2 comments
Closed

Bug: Syncing from scratch not working #2370

mibuono opened this issue Nov 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mibuono
Copy link

mibuono commented Nov 19, 2024

There is a max of 32 streams, and we are sampling hundred of peers to open streams. This is causing us to not be able to sync from scratch and we need to be able to do so without having to touch the nodes.

Solution:

Go look at the rank of peers and open streams to them first, and perform this async.

@mibuono mibuono added the bug Something isn't working label Nov 19, 2024
@mibuono mibuono changed the title Bug: Syncing/streams Bug: Syncing from scratch not working Nov 19, 2024
@gameofpointers
Copy link
Contributor

this has been fixed with the recent PR #2371, there is def more room for improvement and make it more robust

@gameofpointers
Copy link
Contributor

#2372

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

No branches or pull requests

2 participants