Commit Graph

299 Commits (be219089ad280a8317086b428615c0a1c965eeff)

Author SHA1 Message Date
mrambacher be219089ad Add BlobMetaData retrieval methods (#8273) 3 years ago
Zhichao Cao a904c62d28 Using existing crc32c checksum in checksum handoff for Manifest and WAL (#8412) 3 years ago
Jay Zhuang 54d73d6429 Fix DeleteFilesInRange may cause inconsistent compaction error (#8434) 3 years ago
Zhichao Cao 82a70e1470 Trace MultiGet Keys and CF_IDs to the trace file (#8421) 3 years ago
anand76 575ea26ec9 Don't log a warning if file system doesn't support ReopenWritableFile() (#8414) 3 years ago
mrambacher d5bd0039b9 Rename ImmutableOptions variables (#8409) 3 years ago
Peter Dillinger b3dbeadc34 Fix double-dumping CF stats to log (#8380) 3 years ago
Zhichao Cao f44e69c64a Use DbSessionId as cache key prefix when secondary cache is enabled (#8360) 3 years ago
David Devecsery 80a59a03a7 Cancel compact range (#8351) 3 years ago
Peter (Stig) Edwards c75ef03e58 Do not truncate WAL if in read_only mode (#8313) 3 years ago
Jay Zhuang 3786181a90 Add remote compaction public API (#8300) 3 years ago
mrambacher 8948dc8524 Make ImmutableOptions struct that inherits from ImmutableCFOptions and ImmutableDBOptions (#8262) 3 years ago
Andrew Kryczka c70bae1b05 Fix ConcurrentTaskLimiter token release for shutdown (#8253) 3 years ago
Peter Dillinger d2ca04e3ed Add more LSM info to FilterBuildingContext (#8246) 3 years ago
Peter Dillinger 85becd94c1 Refactor: use TableBuilderOptions to reduce parameter lists (#8240) 3 years ago
mrambacher 01e460d538 Make types of Immutable/Mutable Options fields match that of the underlying Option (#8176) 3 years ago
Jay Zhuang f0fca2b1d5 Add internal compaction API for Secondary instance (#8171) 3 years ago
Zhichao Cao 09a9ec3ac0 Fix the false positive alert of CF consistency check in WAL recovery (#8207) 3 years ago
sdong 4985cea141 Add comment to DisableManualCompaction() (#8186) 3 years ago
Akanksha Mahajan 596e9008e4 Stall writes in WriteBufferManager when memory_usage exceeds buffer_size (#7898) 3 years ago
Yanqin Jin a376c22066 Handle rename() failure in non-local FS (#8192) 3 years ago
Yanqin Jin b1f62be10e Use the right level (L0) for files written during WAL recovery (#8187) 3 years ago
Giuseppe Ottaviano 48cd7a3aae Fix flush reason attribution (#8150) 3 years ago
Peter Dillinger a4e82a3cca Fix read-only DB writing to filesystem with write_dbid_to_manifest (#8164) 3 years ago
Peter Dillinger 879357fdb0 Make backups openable as read-only DBs (#8142) 3 years ago
Akanksha Mahajan 689b13e639 Add request_id in IODebugContext. (#8045) 3 years ago
sherriiiliu e6534900bd Fix possible hang issue in ~DBImpl() when flush is scheduled in LOW pool (#8125) 3 years ago
anand76 7d7f14480e Always truncate the latest WAL file on DB Open (#8122) 3 years ago
Zhichao Cao af80a78ba4 Fix flush no wal IO error bug (#8107) 3 years ago
Andrew Kryczka c20a7cd6c7 Apply `sample_for_compression` to all block-based tables (#8105) 3 years ago
Yanqin Jin 9f7c02dad5 Move compacted_db_impl.[c|h] to db/db_impl (#8082) 3 years ago
Yanqin Jin 7ee41a5d25 Fix a test failure when built with ASSERT_STATUS_CHECKED=1 (#8075) 3 years ago
Zhichao Cao c810947184 Separate handling of WAL Sync io error with SST flush io error (#8049) 3 years ago
Peter Dillinger e7a60d01b2 Revamp WriteController (#8064) 3 years ago
Akanksha Mahajan 27d57a035e Use SST file manager to track blob files as well (#8037) 3 years ago
Yanqin Jin 85d4f2c8b3 Move a test file to a better location (#8054) 3 years ago
mrambacher 3dff28cf9b Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 3 years ago
Yanqin Jin 64517d184a Make secondary instance use ManifestTailer (#7998) 3 years ago
fanrui03 67d72fb5dc Fix checkpoint stuck (#7921) 3 years ago
Levi Tamasi a46f080cce Break down the amount of data written during flushes/compactions per file type (#8013) 3 years ago
Yanqin Jin cef4a6c49f Compaction filter support for (new) BlobDB (#7974) 3 years ago
Akanksha Mahajan 46cf5fbfdd Extend VerifyFileChecksums API for blob files (#7979) 3 years ago
Zhichao Cao b0fd1cc45a Introduce a new trace file format (v 0.2) for better extension (#7977) 3 years ago
Jay Zhuang 59ba104e4a Fix txn `MultiGet()` return un-committed data with snapshot (#7963) 3 years ago
Akanksha Mahajan 6a85aea5b1 Bug fix for status overridden by Status::NotFound in db_impl_readonly (#7972) 3 years ago
Zhichao Cao d1c510baec Handoff checksum Implementation (#7523) 3 years ago
Jay Zhuang cf160b98e1 Add full_history_ts_low option to compaction (#7884) 3 years ago
mrambacher 0a9a05ae12 Make builds reproducible (#7866) 3 years ago
Levi Tamasi c696f27432 Accumulate blob file additions in VersionEdit during recovery (#7903) 3 years ago
Zhichao Cao 95013df278 Do not set bg error for compaction in retryable IO Error case (#7899) 3 years ago