Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed May 6, 2024
1 parent 1baf20a commit 840592c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unreleased_history/bug_fixes/2pc_wal_sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fixed a bug for databases using `DBOptions::allow_2pc == true` (all `TransactionDB`s except `OptimisticTransactionDB`) that have exactly one column family. Due to a missing WAL sync, attempting to open the DB could have returned a `Status::Corruption` with a message like "SST file is ahead of WALs".

0 comments on commit 840592c

Please sign in to comment.