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

DAWN-276 ⁃ more eosd sync issues for hotfix 1 #916

Closed
blockone-syncclient opened this issue Dec 10, 2017 · 1 comment
Closed

DAWN-276 ⁃ more eosd sync issues for hotfix 1 #916

blockone-syncclient opened this issue Dec 10, 2017 · 1 comment
Assignees
Milestone

Comments

@blockone-syncclient
Copy link

blockone-syncclient commented Dec 10, 2017

Phil has been working on some sync issues for the december hotfix #1

On Dec. 7, testnet B node 4 went out of sync. several attempts to restart it proved problematic as the sync feature continually got out-of-order blocks, or in some cases simply stopped dead.
After log analysis, code review, and localized testing, It was determined that the sync manager object was still requesting concurrent sets of blocks from multiple peers, rather than the intended behavior of receiving one chunk at a time but varying the intended requester so as to avoid excessive burden to a single peer.

275 and this issue are aimed at preventing block producer nodes from hanging or crashing as a result of at least some user error, such as loading the wrong genesis.json file

pmesnier added a commit that referenced this issue Dec 11, 2017
spoonincode referenced this issue Dec 12, 2017
P2p stat 274 gh 916

(PARTIALLY reapplied on noon -- did not take the genesis file)
pmesnier added a commit that referenced this issue Dec 19, 2017
pmesnier added a commit that referenced this issue Dec 21, 2017
heifner added a commit that referenced this issue Dec 21, 2017
fix for failure to start producing blocks #916
spoonincode pushed a commit that referenced this issue Dec 22, 2017
fix for failure to start producing blocks #916

(reapplied on noon branch)
@blockone-syncclient
Copy link
Author

➤ Phil Mesnier commented:

Moved to finished, hotfix 1 has itself been hotfixed.

@blockone-syncclient blockone-syncclient changed the title STAT-276 ⁃ more eosd sync issues for hotfix 1 DAWN-276 ⁃ more eosd sync issues for hotfix 1 Jan 8, 2018
@coreylederer coreylederer added this to the Q1, 2018 milestone Mar 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants