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

Fix crash #7084 - v1.7.x #7085

Merged
merged 1 commit into from Apr 9, 2019
Merged

Fix crash #7084 - v1.7.x #7085

merged 1 commit into from Apr 9, 2019

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Apr 8, 2019

Change Description

  • Resolves Crash during snapshot creation #7084
  • read_delay_timer runs on net_plugin thread pool so app().post() for execution of start_read_message
  • Before this change, the priority queue execution would run concurrently on the main application thread and the net_plugin thread pool when read_delay_timer fired.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@heifner heifner changed the title Fix crash #7084 Fix crash #7084 - v1.7.x Apr 8, 2019
@heifner heifner merged commit c0b542e into release/1.7.x Apr 9, 2019
@heifner heifner deleted the fix-gh#7084-v1.7.x branch April 9, 2019 16:23
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

2 participants