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

Fix db exhaustion - 1.7.x #7745

Merged
merged 8 commits into from Aug 9, 2019
Merged

Fix db exhaustion - 1.7.x #7745

merged 8 commits into from Aug 9, 2019

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Aug 9, 2019

Change Description

  • nodeos_under_min_avail_ram_lr_test periodically fails because we are not properly handling database_guard_exception in all places.
  • Add additional catch clauses for database_guard_exception via new catch macro in producer_plugin.
  • Also address std::bad_alloc in controller emit as mentioned in Several locations swallow std::bad_alloc #6979
  • fc exceptions still do not correctly handle std::bad_alloc. A different PR to fc repo needs to be created to address that.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@heifner heifner merged commit b326e39 into release/1.7.x Aug 9, 2019
@heifner heifner deleted the fix-db-exhaustion-1.7.x branch August 9, 2019 21:13
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