Lines Matching refs:WAL

22 …thout missing table file. Cross-column-family consistency is not guaranteed even if WAL is enabled.
31 … crash with TransactionDB, where the first crash recovers from a corrupted WAL with kPointInTimeRe…
37 …ing overwritten during recovery if options.write_dbid_to_manifest = true and there are WAL file(s).
163 …ure maximum limit on number of bytes that are written in a single batch of WAL or memtable write. …
170 * Added a lightweight API GetCurrentWalFile() to get last live WAL filename and size. Meant to be u…
239 * Allow DBImplSecondary to remove memtables with obsolete data after replaying MANIFEST and WAL.
255 * Fix a bug in WAL replay of secondary instance by skipping write batches with older sequence numbe…
257 * Fix/improve memtable earliest sequence assignment and WAL replay so that WAL entries of unflushed…
259 * On DB open, delete WAL trash files left behind in wal_dir
280 * Close a WAL file before another thread deletes it.
358 …iple column families and atomically committing the result to MANIFEST. Useful when WAL is disabled.
472 * Fix WAL corruption caused by race condition between user write thread and FlushWAL when two_write…
496 * Fix WAL corruption caused by race condition between user write thread and backup/checkpoint threa…
515 * Fix `DisableFileDeletions()` followed by `GetSortedWalFiles()` to not return obsolete WAL files t…
516 * Fix Handle error return from WriteBuffer() during WAL file close and DB close.
547 * Fix IOError on WAL write doesn't propagate to write group follower
561 …true to warn user of inconsistent options. Previously we will not write to WAL and not respecting …
566 …dynamically, `DBOptions::wal_bytes_per_sync` will flush all memtables and switch to a new WAL file.
643 …ned_write which may improve write throughput in case writing from multiple threads and WAL enabled.
732 …ushes all memtables for databases containing writes that have bypassed the WAL (writes issued with…
759 …ata with non-default column families using information embedded in the SST/WAL files (4.7 or later…
817 …r --path to ldb tool. --path accepts the name of either MANIFEST, SST or a WAL file. Either --db o…
901 * If CancelAllBackgroundWork is called without doing a flush after doing loads with WAL disabled, t…
912 * Add DB::SyncWAL() that does a WAL sync without blocking writers.
923 … used to apply to both WAL and table files. As of 3.11 it applies only to table files. If you want…
1110 * If we find one truncated record at the end of the MANIFEST or WAL files,