Commit Graph

8280 Commits (44eca41addbfb5c158756cc96b135381536dd9a2)
 

Author SHA1 Message Date
Yanqin Jin 44eca41add Fix a bug in file ingestion (#5760) 5 years ago
Yanqin Jin 672befea2a Fix assertion failure in FIFO compaction with TTL (#5754) 5 years ago
Paul O'Shannessy 9a449865e3 Adopt Contributor Covenant 5 years ago
Pratik Dhandharia a281822331 Lower the risk for users to run options.force_consistency_checks = true (#5744) 5 years ago
anand76 1729779b85 Disable MultiGet row cache test in LITE mode (#5756) 5 years ago
Jeremy Taylor c5e12ebfd2 Add Crux to USERS.md 5 years ago
Shafreeck Sea ab0645a596 Fix comment of function NotifyCollectTableCollectorsOnFinish (#5738) 5 years ago
anand76 e10570331d Support row cache with batched MultiGet (#5706) 5 years ago
sdong 1daff8f85a crash_test to skip compaction TTL for FIFO compaction. (#5749) 5 years ago
Pratik Dhandharia 1b4c104a67 replace some reinterpret_cast with static_cast_with_check (#5740) 5 years ago
sdong 1d6a10f52d Extend stress test to cover periodic compaction and compaction TTL (#5741) 5 years ago
Andrew Kryczka ba0967b567 Reduce severity of too many levels log message (#5742) 5 years ago
jsteemann 62829ff751 reuse scratch buffer in transaction_log_reader (#5702) 5 years ago
Zhongyi Xie 2f41ecfe75 Refactor trimming logic for immutable memtables (#5022) 5 years ago
DaiZhiwei 26293c89a6 crc32c_arm64 performance optimization (#5675) 5 years ago
Levi Tamasi df8c307d63 Revert to storing UncompressionDicts in the cache (#5645) 5 years ago
sdong d8a27d9331 Atomic Flush Crash Test also covers the case that WAL is enabled. (#5729) 5 years ago
Patrick Pei 202942b20c Fix local includes 5 years ago
Maysam Yabandeh 244e6f2002 Refactor MultiGet names in BlockBasedTable (#5726) 5 years ago
anand76 9046bdc5d3 Fix MultiGet() bug when whole_key_filtering is disabled (#5665) 5 years ago
Maysam Yabandeh 7bc18e2727 Disable snapshot refresh feature when snap_refresh_nanos is 0 (#5724) 5 years ago
sdong 3552473668 Introduce IngestExternalFileOptions.verify_checksums_readahead_size (#5721) 5 years ago
sdong 4c74dba5fa Bump up memory order of ref counting of ColumnFamilyData (#5723) 5 years ago
sdong 8e12638f3d Slightly adjust atomic white box test's kill odd (#5717) 5 years ago
sdong e1c468d16f Do readahead in VerifyChecksum() (#5713) 5 years ago
Zhongyi Xie e89b1c9c6e add missing check for hash index when calling BlockBasedTableIterator (#5712) 5 years ago
Adam Retter f2bf0b2d1e Fixes for building RocksJava releases on arm64v8 5 years ago
Kefu Chai 35fe685402 cmake: s/SNAPPY_LIBRARIES/snappy_LIBRARIES/ (#5687) 5 years ago
sdong e0515607bc Blacklist TransactionTest.GetWithoutSnapshot from valgrind_test (#5715) 5 years ago
Yanqin Jin 353a68d550 Update HISTORY.md for 6.4.0 (#5714) 5 years ago
jsteemann a2e46eae46 fix compiling with `-DNPERF_CONTEXT` (#5704) 5 years ago
Eli Pozniansky c2404d9928 Optimizing ApproximateSize to create index iterator just once (#5693) 5 years ago
sheng qiu c762efc4a9 fix compile error: ‘FALLOC_FL_KEEP_SIZE’ undeclared (#5708) 5 years ago
Kefu Chai 40712df9ab ThreadPoolImpl::Impl::BGThreadWrapper() returns void (#5709) 5 years ago
Levi Tamasi 3a3dc29437 Update HISTORY.md for 6.3.2/6.4.0 and add a not-yet-released change 5 years ago
sdong bd2c753dd0 Add command "list_file_range_deletes" in ldb (#5615) 5 years ago
Maysam Yabandeh 6ec2bf3fce Blog post for write_unprepared (#5711) 5 years ago
Jeffrey Xiao d61d4507c0 Fix IngestExternalFile overlapping check (#5649) 5 years ago
Levi Tamasi d92a59b6f2 Fix regression affecting partitioned indexes/filters when cache_index_and_filter_blocks is false (#5705) 5 years ago
Aaryaman Sagar 77273d4137 Fix TSAN failures in DistributedMutex tests (#5684) 5 years ago
Manuel Ung 7785f61132 WriteUnPrepared: Fix bug in savepoints (#5703) 5 years ago
Levi Tamasi 0a97125ec0 Fix data races in BlobDB (#5698) 5 years ago
Manuel Ung 4c70cb7306 WriteUnPrepared: support iterating while writing to transaction (#5699) 5 years ago
Zhongyi Xie 90cd6c2bb1 Fix double deletion in transaction_test (#5700) 5 years ago
Manuel Ung 8a678a50ba WriteUnPrepared: Relax restriction on iterators and writes with no snapshot (#5697) 5 years ago
Yi Zhang 04a849b7b4 Fix compiler error by deleting GetContext default ctor (#5685) 5 years ago
Maysam Yabandeh 64855979ae WriteUnPrepared: Pass snap_released to the callback (#5691) 5 years ago
Manuel Ung 6f0f82de87 WriteUnPrepared: increase test coverage in transaction_test (#5658) 5 years ago
Zhongyi Xie de3fb9a6ff exclude TEST_ENV_URI from rocksdb lite (#5686) 5 years ago
Maysam Yabandeh 12eaacb71d WritePrepared: Fix SmallestUnCommittedSeq bug (#5683) 5 years ago