summaryrefslogtreecommitdiff
path: root/unreleased_history/bug_fixes/wal-error-recovery.md
blob: 07d87473d60e68a359141b8d8dd98b71b5371b4b (plain)
1
* Fix a bug with manual_wal_flush and auto error recovery from WAL failure that may cause CFs to be inconsistent (#12995). The fix will set potential WAL write failure as fatal error when manual_wal_flush is true, and disables auto error recovery from these errors.