Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

DAWN-266 ⁃ implement remaining "to do" sync-reassignment function #879

Closed
blockone-syncclient opened this issue Dec 6, 2017 · 2 comments
Assignees

Comments

@blockone-syncclient
Copy link

blockone-syncclient commented Dec 6, 2017

this has a performance impact.

The function is called when a sync-block provider times out or disconnects while providing a chunk of blocks. now that syncing no longer retrieves multiple chunks in parallel, this is a simpler problem to solve, but it has to be done.
now all the sync_manager object has to do is nominate another peer to continue the fetch from.

heifner added a commit that referenced this issue Dec 7, 2017
#879 implement sync_manager::reasign_chunk
@blockone-syncclient blockone-syncclient changed the title STAT-266 ⁃ implement remaining "to do" sync-reassignment function DAWN-266 ⁃ implement remaining "to do" sync-reassignment function Jan 16, 2018
@blockone-syncclient
Copy link
Author

➤ Phil Mesnier commented:

This issue is obsolete. the synchronization functionality of the p2p infrastructure is quite a bit simpler now, connections no longer try to cache chunks of blocks for later assembly.

@pmesnier
Copy link
Contributor

Overtaken By Events

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants