Skip to content

RocksDB 7.4.5

Compare
Choose a tag to compare
@pdillinger pdillinger released this 02 Aug 23:17
· 1521 commits to main since this release

7.4.5 (2022-09-02)

Bug Fixes

  • Fix a bug starting in 7.4.0 in which some fsync operations might be skipped in a DB after any DropColumnFamily on that DB, until it is re-opened. This can lead to data loss on power loss. (For custom FileSystem implementations, this could lead to FSDirectory::Fsync or FSDirectory::Close after the first FSDirectory::Close; Also, valgrind could report call to close() with fd=-1.)