Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent rocksdb segfaults when accessing closed storage #5527

Merged
merged 7 commits into from
Jun 2, 2023

Commits on Jun 2, 2023

  1. add isClosed check to Transaction decorator to prevent segfaults on s…

    …hutdown
    
    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e340e86 View commit details
    Browse the repository at this point in the history
  2. adding isClosed and checks

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    b4c23ef View commit details
    Browse the repository at this point in the history
  3. a few more checks, and quieting ExecutionEngine logging unless we are…

    … in debug
    
    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a04360d View commit details
    Browse the repository at this point in the history
  4. add missing javadoc

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c4dc6f2 View commit details
    Browse the repository at this point in the history
  5. add changelog

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f844d55 View commit details
    Browse the repository at this point in the history
  6. picky linter

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9dd2888 View commit details
    Browse the repository at this point in the history
  7. review feedback from Sally

    Signed-off-by: garyschulte <garyschulte@gmail.com>
    garyschulte committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    96140be View commit details
    Browse the repository at this point in the history