RocksDB 6.14.6
6.14.6 (2020-12-01)
Bug Fixes
- Truncated WALs ending in incomplete records can no longer produce gaps in the recovered data when
WALRecoveryMode::kPointInTimeRecovery
is used. Gaps are still possible when WALs are truncated exactly on record boundaries.