Commit Graph

59 Commits (f1302ebab8c39ba441a33e73b8e37d75d53efa22)

Author SHA1 Message Date
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Siying Dong 545d206040 Move some file related files outside util/ (#5375) 5 years ago
haoyuhuang 74a334a2eb Provide an option so that SST ingestion won't fall back to copy after hard linking fails (#5333) 5 years ago
Yanqin Jin de00f28132 Refactor ExternalSSTFileTest (#5129) 5 years ago
Zhongyi Xie ed995c6a69 add whole key bloom filter support in memtables (#4985) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Andrew Kryczka c8c8104d7e Dictionary compression for files written by SstFileWriter (#4978) 5 years ago
Yanqin Jin a69d4deefb Atomic ingest (#4895) 5 years ago
Yanqin Jin 158da7a6ee Verify checksum before ingestion (#4916) 6 years ago
Siying Dong c3105aa50d Try to fix ExternalSSTFileTest.IngestNonExistingFile flakines (#4625) 6 years ago
Yanqin Jin de18a2d82e Update test to cover a new case in file ingestion (#4614) 6 years ago
Siying Dong 995fcf7573 Pending output file number should be released after bulkload failure (#4145) 6 years ago
Nathan VanBenschoten ef7815b803 Support range deletion tombstones in IngestExternalFile SSTs (#3778) 6 years ago
Yanqin Jin 21171615c1 Reduce execution time of IngestFileWithGlobalSeqnoRandomized (#4131) 6 years ago
Anand Ananthabhotla e3eba52a5d Re-enable kUniversalSubcompactions option_config (#4125) 6 years ago
Yanqin Jin 90ebf1a257 Reduce execution time of a test. (#4127) 6 years ago
Yanqin Jin dbeaa0d397 Reduce #iterations to shorten execution time. (#4123) 6 years ago
Tomas Kolda c766887458 Fix ExternalSSTFileTest::OverlappingRanges test on Solaris Sparc (#4012) 6 years ago
Siying Dong d59549298f Skip deleted WALs during recovery 6 years ago
Siying Dong d5afa73789 Revert "Skip deleted WALs during recovery" 6 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 6 years ago
Yanqin Jin c81b0abedd Improve accuracy of I/O stats collection of external SST ingestion. 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Maysam Yabandeh 73f21a7b21 Skip deleted WALs during recovery 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Fosco Marotto ba8aa8fdc8 Upgrade Appveyor to VS2017 7 years ago
Islam AbdelRahman c615689bb5 Support skipping bloom filters for SstFileWriter 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Aaron Gao f7bb1a0060 support merge and delete in file ingestion 7 years ago
Mikhail Antonov ba685a472a Support ingest_behind for IngestExternalFile 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Aaron Gao 7eddecce12 support bulk loading with universal compaction 7 years ago
Sagar Vemuri 1ffbdfd9a7 Add a new SstFileWriter constructor without explicit comparator 7 years ago
Siying Dong ba4c77bd6b Divide external_sst_file_test 7 years ago
Aaron Gao e877afa08b Remove bulk loading and auto_roll_logger in rocksdb_lite 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Hyeonseok Oh f2b4939da4 fixed typo 8 years ago
Islam AbdelRahman 76711b6e77 Make ExternalSSTFileTest::CompactionDeadlock more deterministic 8 years ago
Islam AbdelRahman d58ef52ba6 Allow SstFileWriter to Fadvise the file away from page cache 8 years ago
Ding Ma 1a136c1f13 Expose file size 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Islam AbdelRahman 2ba59b5a1e Disallow ingesting files into dropped CFs 8 years ago
Islam AbdelRahman 20ce081fae Fix issue where IngestExternalFile insert blocks in block cache with g_seqno=0 8 years ago
Islam AbdelRahman ed8fbdb560 Add EventListener::OnExternalFileIngested() event 8 years ago
Islam AbdelRahman 67f37cf198 Allow user to specify a CF for SST files generated by SstFileWriter 8 years ago
Islam AbdelRahman 5ed650857d Fix SstFileWriter destructor 8 years ago