Remove info logging in db mutex inside EnableFileDeletions() (#4604)
Summary: EnableFileDeletions() does info logging inside db mutex. This is not recommended in the code base, since there could be I/O involved. Move this outside the DB mutex. Pull Request resolved: https://github.com/facebook/rocksdb/pull/4604 Differential Revision: D12834432 Pulled By: siying fbshipit-source-id: ffe5c2626fcfdb4c54a661a3c3b0bc95054816cfmain
parent
cae540ebef
commit
9da88a8321
Loading…
Reference in new issue