Commit Graph

10489 Commits (afcd32533c6b2af65149f7b008a66c0db7fe985b)
 

Author SHA1 Message Date
Ikko Ashimine afcd32533c Fix typo in env_win.h (#9138) 3 years ago
slk 937fbcbddc Track per-SST user-defined timestamp information in MANIFEST (#9092) 3 years ago
Adam Retter 1a8eec461b Remove invalid RocksJava native entry (#9147) 3 years ago
Adam Retter fc93553e6d Fix an error on GCC 4.8.5 where -Werror=unused-parameter fails (#9144) 3 years ago
Yanqin Jin a113cecfc9 Fix a bug in timestamp-related GC (#9116) 3 years ago
Hui Xiao 2fbe32b0c1 RAII support for per cache reservation through handle (#9130) 3 years ago
Hui Xiao ffd6085e1f Add new API CacheReservationManager::GetTotalMemoryUsage() (#9071) 3 years ago
Zhichao Cao efaef9b40a cleanup error_handler related code (#9098) 3 years ago
jsteemann a7478070f3 Fix small issues (#5896) 3 years ago
anand76 dddb791c18 Enable a few unit tests to use custom Env objects (#9087) 3 years ago
anand76 78556c14dd Secondary cache error injection (#9002) 3 years ago
Alan Paxton e5b34f5867 Fb 5789 max total WAL size clarification (#9108) 3 years ago
Adam Retter be351f4754 Restore Java 7 Compatibility (#9103) 3 years ago
Yanqin Jin 8ef5b9ddfe Update MySQLStyleTransactionTest to use SingleDelete (#9062) 3 years ago
Dennis Maisenbacher 9e788be4b7 Source files dependencies detection for RocksDB plugins. (#9120) 3 years ago
Jay Zhuang 5aad38f262 Deflake DBBasicTestWithTimestampCompressionSettings.PutAndGetWithComp… (#9136) 3 years ago
Levi Tamasi 3fbddb1d27 Refactor and unify blob file saving and the logic that finds the oldest live blob file (#9122) 3 years ago
Hui Xiao 3018a3e27e Minor improvement to CacheReservationManager/WriteBufferManager/CompressionDictBuilding (#9139) 3 years ago
Yanqin Jin 5237b39d2e Fix assertion error during compaction with write-prepared txn enabled (#9105) 3 years ago
Jack Feng 7d74d3471c Fixing more loosely formatted issue (#9140) 3 years ago
Siying Dong 28bab0ef7e Improve comments on options.writable_file_max_buffer_size (#9131) 3 years ago
sdong caadf09d53 Add options.manual_wal_flush to db_bench (#9132) 3 years ago
Jack Feng 8be121bb80 Fixing loosely formatted child job specs, double quotes (#9125) 3 years ago
Peter Dillinger 2a3511a0df Fix -Werror=type-limits seen in Travis (#9128) 3 years ago
Hui Xiao 1ababeb76a Deallocate payload of BlockBasedTableBuilder::Rep::FilterBlockBuilder earlier for Full/PartitionedFilter (#9070) 3 years ago
Hui Xiao a64c8ca7a8 Sanitize negative request bytes in GenericRateLimiter::Request and clarify API (#9112) 3 years ago
Peter Dillinger dfedc74d82 Some checksum code refactoring (#9113) 3 years ago
Adam Retter 312d9c47b4 Re-enable 390x+cmake* Travis jobs (#9110) 3 years ago
Yanqin Jin 9b53f14a35 Fixed a bug in CompactionIterator when write-preared transaction is used (#9060) 3 years ago
Jack Feng 56810142a5 Fixing child jobs of rocksdb for duplo deprecation (#9117) 3 years ago
Jay Zhuang 29102641dd Skip directory fsync for filesystem btrfs (#8903) 3 years ago
Levi Tamasi 081722780b Refactor the detailed consistency checks and the SST saving logic in VersionBuilder (#9099) 3 years ago
Peter Dillinger 2b60621f16 Don't call OnTableFileCreated with OK for empty+deleted file (#9118) 3 years ago
Peter Dillinger 21f8a57f2a Fix TSAN report on MemPurge test (#9115) 3 years ago
Andrew Kryczka 67a7b74b7f Clarify setting `CompressionOptions::max_dict_bytes > 0` will charge block cache (#9119) 3 years ago
Peter Dillinger 82afa01815 Some API clarifications (#9080) 3 years ago
mrambacher f72c834eab Make FileSystem a Customizable Class (#8649) 3 years ago
Levi Tamasi cfc57f55b5 Mention PR 9100 in HISTORY.md (#9111) 3 years ago
Alan Paxton ec9082d698 Regression tests for tickets fixed by previous change. (#9019) 3 years ago
Hui Xiao 560fe70233 Add new API CacheReservationManager::GetDummyEntrySize() (#9072) 3 years ago
sdong a2b9be42b6 Try to start TTL earlier with kMinOverlappingRatio is used (#8749) 3 years ago
hx235 a5ec5e3ea0 Minor improvement to #8428 (Account for dictionary-building buffer in global memory limit) (#9032) 3 years ago
leipeng 230c98f3ce fix histogram NUM_FILES_IN_SINGLE_COMPACTION (#9026) 3 years ago
Levi Tamasi b1c27a52d2 Add a consistency check that prevents the overflow of garbage in blob files (#9100) 3 years ago
Alan Paxton 73e6b89fad Java wrapper for blob_gc_force_threshold as blobGarbageCollectionForceThreshold (#9109) 3 years ago
leipeng 2b70224f82 remove bad extra RecordTick(stats_, WRITE_WITH_WAL) (#9064) 3 years ago
Yanqin Jin 0e12b1d691 Update buckify scripts (#9104) 3 years ago
leipeng 01bd86ad35 InternalStats::DumpCFMapStat: fix sum.w_amp (#9065) 3 years ago
Yanqin Jin d263505417 Avoid div-by-zero error in db_stress (#9086) 3 years ago
Yanqin Jin 8e59a1dc9a Attempt to deflake ListenerTest.MultiCF (#9084) 3 years ago