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

EPE-389 fix net_plugin stall during head_catchup - merge release/2.1.x #9986

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

rusty-block-one
Copy link
Contributor

This fix handles situations where a node is in head_catchup state and
recieves the sync_last_requested_num and then does a sync_update_expected
for the next block. And the next block has already been received by the
node. In this instance, the block will not receive the next block and
will be effectively hung.

Change Description

Change Type

Select ONE:

  • Documentation
  • Stability bug fix
  • Other
  • Other - special case

Testing Changes

Select ANY that apply:

  • New Tests
  • Existing Tests
  • Test Framework
  • CI System
  • Other

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

This fix handles situations where a node is in head_catchup state and
recieves the sync_last_requested_num and then does a sync_update_expected
for the next block. And the next block has already been received by the
node. In this instance, the block will not receive the next block and
will be effectively hung.
@rusty-block-one rusty-block-one changed the title EPE-389 fix net_plugin stall during head_catchup EPE-389 fix net_plugin stall during head_catchup - merge release/2.1.x Feb 2, 2021
@nksanthosh nksanthosh merged commit c0f7d12 into release/2.1.x Feb 2, 2021
@brianjohnson5972 brianjohnson5972 deleted the EPE-389-2.1.x branch February 2, 2021 18:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants