Skip to content

Bug: Node that is left behind taking a long time in catching up #648

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

Closed
capt4ce opened this issue Mar 11, 2020 · 0 comments
Closed

Bug: Node that is left behind taking a long time in catching up #648

capt4ce opened this issue Mar 11, 2020 · 0 comments
Assignees
Labels
BUG Something isn't working

Comments

@capt4ce
Copy link
Contributor

capt4ce commented Mar 11, 2020

Description

The problem suspected from the download process which is not optimized yet for priority peers implementation. This suspected happens when the node that has been left behind trying to communicate to his peers to catch up to the latest state of blockchain but mostly got rejected because his state of priority peers is not synced with his peers.

Steps to reproduce

The problem happens really rarely, and need the above situation to be fulfilled.
The example case when it happens:
Screen Shot 2020-03-11 at 17 45 24

while the download activity mostly happens briefly (like it has caught up to the latest state of the block):
Screen Shot 2020-03-11 at 17 49 23

Expected behavior

The download process has to seamless regardless whether a node is left behind or not.

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

Successfully merging a pull request may close this issue.

1 participant