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

add guard track to database #4666

Merged

Commits on Jul 16, 2018

  1. add guard track to database

    In addition to setting the size you can now set a minimum guard on the chain state db.  If there is a db-growing operation called on controller while this guard is violated it will throw and the node should dhutdown gracefully.
    
    related to EOSIO#4555
    b1bart committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    5e65029 View commit details
    Browse the repository at this point in the history
  2. set default minimum so that MiB input makes sense, make sure the chai…

    …n database cleanly exits when exhaustion occurs in replay
    b1bart committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    82b85ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f585cf5 View commit details
    Browse the repository at this point in the history
  4. fix guards for testing library

    b1bart committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    8a6e00e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f494782 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    072045d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f723df View commit details
    Browse the repository at this point in the history