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

Check rocksdb closed before operating #4243

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AnonHxy
Copy link
Contributor

@AnonHxy AnonHxy commented Mar 24, 2024

Descriptions of the changes in this PR:

Motivation

Fix #4238

From the issue above we can see that the core dump could happen when operate Rocksdb after it has been closed. So we should check if closed before operating rocksdb.

Changes

Checking if closed before operation RocksDB.

Copy link
Contributor

@dlg99 dlg99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bookie could coredump when it is shutting down
2 participants