facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
27.83k stars 6.2k forks source link

Fix race condition between event listener and error handler #12803

Closed jowlyzhang closed 1 week ago

jowlyzhang commented 1 week ago

Fix a race for accessing bg_error_ after mutex is released. We make some copies before releasing to avoid this.

facebook-github-bot commented 1 week ago

@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 week ago

@jowlyzhang merged this pull request in facebook/rocksdb@fa4ffc816c7801fd8e5dfdeafe29f29d2987f68d.