Commit Graph

  • af54c4092a fix SstFileWriter with dictionary compression (#7323) Andrew Kryczka 2020-09-03 15:48:29 -0700
  • 5b1ccdc191 Expose rocksdb_open_column_families_with_ttl C function (#7314) Eduardo Barreto Alexandre 2020-09-03 14:38:36 -0700
  • d0c1a01c1b Avoid converting MERGES to PUTS when allow_ingest_behind is true (#7166) Hiep 2020-09-03 14:34:58 -0700
  • 679a413f11 Close databases on benchmark error exits in db_bench (#7327) Hans Holmberg 2020-09-03 14:34:42 -0700
  • c4d8838a2b New bit manipulation functions and 128-bit value library (#7338) Peter Dillinger 2020-09-03 09:31:28 -0700
  • a09c3cf13e Add options for forcing AVX and AVX2 instructions (#7334) Daniel Smith 2020-09-03 08:02:39 -0700
  • 61d5a132c9 Fix typo: rename "bounary" to "boundary" in block.cc (#7328) Bingyi Sun 2020-09-02 20:45:32 -0700
  • 177f8bd063 Bound L0->Lbase fanout in dynamic leveled compaction (#7325) Andrew Kryczka 2020-09-01 19:32:59 -0700
  • 8d44d792c3 Make examples work on Windows (#7304) Tomasz Posłuszny 2020-09-01 18:02:25 -0700
  • 55bf42a80c Recompress blobs during GC if compression changed (#7331) Jay Zhuang 2020-09-01 17:56:29 -0700
  • 792d2f906e Log info about generated blob files in BlobFileBuilder (#7324) Levi Tamasi 2020-08-31 12:30:02 -0700
  • 963314ffd6 Add unit test for max_write_buffer_size_to_maintain (#7311) Akanksha Mahajan 2020-08-28 17:36:27 -0700
  • 1e59800718 Use standard variables for installing/uninstalling with make (#7187) Jonny Heggheim 2020-08-28 14:46:04 -0700
  • c2485f2d81 Add buffer prefetch support for non directIO usecase (#7312) Jay Zhuang 2020-08-27 18:15:11 -0700
  • 5043960623 Add a blob file builder class that can be used in background jobs (#7306) Levi Tamasi 2020-08-27 11:54:43 -0700
  • 8e0df9050c Store FSRandomAccessPtr object in RandomAccessFileReader (#7192) Akanksha Mahajan 2020-08-27 11:20:08 -0700
  • 9aad24da55 Real fix for race in backup custom checksum checking (#7309) Peter Dillinger 2020-08-26 10:37:59 -0700
  • 722814e357 Get() to fail with underlying failures in PartitionIndexReader::CacheDependencies() (#7297) sdong 2020-08-25 18:59:19 -0700
  • cecdd5d2ab Parameterize DBBasicTest.CompactBetweenSnapshots (#7301) sdong 2020-08-25 15:40:49 -0700
  • d51f88c9e4 Pass SST file checksum information through OnTableFileCreated (#7108) Zhichao Cao 2020-08-25 10:44:39 -0700
  • 416943bf28 Eliminates a no-op compaction upon snapshot release when disabling auto compactions (#7267) Connor1996 2020-08-24 22:05:10 -0700
  • b7e1c5213f Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305) mrambacher 2020-08-24 16:41:42 -0700
  • e653af7164 DBWithTTL::Open() param ttls: vector<int32_t> to const vector<int32_t>& (#7196) rockeet 2020-08-24 16:22:50 -0700
  • 5aacef9712 Disable fsync in SeqAdvanceConcurrentTest (#7302) sdong 2020-08-24 13:20:32 -0700
  • 21ce018a32 Disable fsync in some ExternalSSTFileTest tests (#7303) sdong 2020-08-24 11:24:22 -0700
  • ed7ea43dd9 Fix for Regression failure (#7300) Akanksha Mahajan 2020-08-24 09:10:10 -0700
  • e500c730cf Shutdown timer in destructor (#7292) Jay Zhuang 2020-08-21 15:47:09 -0700
  • 3844612625 Bug Fix for memtables not trimmed down. (#7296) Akanksha Mahajan 2020-08-21 13:27:29 -0700
  • 187964a039 Add test function MockTimeEnv.SleepForMicroseconds() (#7293) Jay Zhuang 2020-08-21 11:31:27 -0700
  • a1b5484811 Work around a backup bug with DB custom checksums (#7294) Peter Dillinger 2020-08-21 08:14:54 -0700
  • e9befdebbf Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283) mrambacher 2020-08-20 19:16:56 -0700
  • b288f0131b Add getters for the read options to the C API (#7289) Stanislav Tkach 2020-08-20 16:35:17 -0700
  • ce4192375d Track WAL in MANIFEST: minor udpates (#7282) Cheng Chang 2020-08-20 15:10:38 -0700
  • 327ddb7d47 Travis: fail fast on install failures (#7239) Peter Dillinger 2020-08-20 10:36:49 -0700
  • 3e422ce0ca Fix a timer_test deadlock (#7277) Jay Zhuang 2020-08-20 08:42:05 -0700
  • 2040bb545b Fixed missing space in DeleteScheduler::BackgroundEmptyTrash log message (#7286) Will Angenent 2020-08-20 01:58:54 -0700
  • ac7dcfda10 Add missing ComputeCompactionScore() for a new universal manual compaction (#7281) Jay Zhuang 2020-08-19 17:40:56 -0700
  • b9bb59d49d Add initial set of options for integrated blob write path (#7280) Levi Tamasi 2020-08-18 18:31:31 -0700
  • cc24ac14eb Store FSSequentialFilePtr object in SequenceFileReader (#7190) Akanksha Mahajan 2020-08-18 16:19:22 -0700
  • e6e2f3699c fix doc about kTolerateCorruptedTailRecords recovery (#7270) Andrew Kryczka 2020-08-18 09:51:23 -0700
  • 7d0ecab570 Fix some flaky tests in BackupableDBTest with intentional flushing (#7273) Peter Dillinger 2020-08-17 22:06:02 -0700
  • c073b7faef db_bench should be linked with thirdparty libs (#7264) Jay Zhuang 2020-08-17 18:52:39 -0700
  • b194c21bba Whole DBTest to skip fsync (#7274) sdong 2020-08-17 18:41:20 -0700
  • 5d5ff82408 Disable `recycle_log_file_num` with `kTolerateCorruptedTailRecords` (#7271) Andrew Kryczka 2020-08-17 18:19:45 -0700
  • 92593d511a Add a new EntryType for deletion with timestamp (#7195) Yanqin Jin 2020-08-17 16:24:35 -0700
  • 9b083cb11c Build blob file reader/writer classes in LITE mode as well (#7272) Levi Tamasi 2020-08-17 15:17:59 -0700
  • 1760637539 CompactRange() refit level should confirm destination level is not empty (#7261) sdong 2020-08-17 14:20:21 -0700
  • 500eeb6fd3 Re-enable param tests for backup engine (#7260) Zitan Chen 2020-08-17 13:56:51 -0700
  • 2ad88ceae9 Populate cf_id member of CompactionJobInfo for OnCompactionBegin (#6938) matthewvon 2020-08-17 11:52:23 -0700
  • 2a0d3c7054 Add a file system parameter: --fs_uri to db_stress and db_bench (#6878) Hans Holmberg 2020-08-17 11:51:45 -0700
  • 59ebab654e Generate and install a pkg-config file (#7244) John Goerzen 2020-08-17 11:51:35 -0700
  • 69760b4d05 Introduce a global StatsDumpScheduler for stats dumping (#7223) Jay Zhuang 2020-08-14 20:11:35 -0700
  • d758273ceb Get() with timestamp should respect snapshot (#7227) Yanqin Jin 2020-08-14 19:19:36 -0700
  • 510c66fb75 Typo: s/entires/entries/ (#7248) Daniel Smith 2020-08-14 13:33:30 -0700
  • 15245e9018 Fix flaky BackupableDBTest.CustomChecksumTransition (#7254) Zitan Chen 2020-08-14 13:31:56 -0700
  • a1aa3f8385 Disable manual compaction during `ReFitLevel()` (#7250) Andrew Kryczka 2020-08-14 11:28:12 -0700
  • e503f5e0a0 RocksJava should not limit valid format_version (#7242) Adam Retter 2020-08-13 20:42:06 -0700
  • 4b0a509a91 Still use platform007 for gcc (#7253) sdong 2020-08-13 14:48:08 -0700
  • e7358da9a2 Upgrade tool chain (#7251) sdong 2020-08-12 19:28:28 -0700
  • 9d6f48ec1d Clean up CompressBlock/CompressBlockInternal a bit (#7249) Levi Tamasi 2020-08-12 18:24:27 -0700
  • 1f9f630b27 Store FileSystemPtr object that contains FileSystem ptr (#7180) Akanksha Mahajan 2020-08-12 17:28:10 -0700
  • 2bc63e3aba Fix Java test for uint64add merge operator (#7243) Arkady Dyakonov 2020-08-12 14:34:43 -0700
  • b578ca2e4d BackupEngine supports custom file checksums (#7085) Zitan Chen 2020-08-12 13:28:43 -0700
  • 76609cd38a Fix potential memory leak (#7245) Yanqin Jin 2020-08-12 12:01:42 -0700
  • 378bc94d7e Update github-pages to v207 (#7235) Levi Tamasi 2020-08-12 09:25:01 -0700
  • f15414b656 Timer should run scheduled function without mutex (#7228) Yanqin Jin 2020-08-11 22:36:12 -0700
  • e9daedec84 Add CircleCI for tests on non-shm (#7229) Yanqin Jin 2020-08-11 18:29:15 -0700
  • 6ac1d25fd0 Fix+clean up handling of mock sleeps (#7101) Peter Dillinger 2020-08-11 12:39:49 -0700
  • a99fb67233 Remove redundant consistency check from VersionStorageInfo::AddFile (#7237) Levi Tamasi 2020-08-11 09:22:00 -0700
  • 7eebe6d38a Mark files for compaction in stress/crash tests (#7231) Andrew Kryczka 2020-08-10 16:16:19 -0700
  • f308da5273 Fix delete triggered compaction for single level universal (#7224) anand76 2020-08-10 12:17:46 -0700
  • 6e99de6d3c Allow optimization level to be set in Makefile (#7202) Andrew Kryczka 2020-08-10 11:23:48 -0700
  • cb26c8cc80 CircleCI: apt retries for downloads from unreliable llvm.org (#7234) Peter Dillinger 2020-08-10 11:08:00 -0700
  • 5444942f15 Fix cmake build on MacOS (#7205) Yuhong Guo 2020-08-10 10:46:14 -0700
  • 633bff2f19 Fixed typo on Value mismatch error in db_test (#6587) Remington Brasga 2020-08-10 10:04:57 -0700
  • 8a1da56b96 Include 6.12.fb branch in format compatibility check (#7226) Yanqin Jin 2020-08-07 14:18:56 -0700
  • 832b056a30 Enable IO timeouts for iterators (#7161) anand76 2020-08-07 11:59:19 -0700
  • b79f13b2aa Fix the potential deadlock in WriteImplWALOnly and UnorderedWriteMemtable (#7199) Zhichao Cao 2020-08-07 11:27:14 -0700
  • 56f468b356 Add more tests to ASSERT_STATUS_CHECKED (#7211) mrambacher 2020-08-06 17:18:25 -0700
  • 67bbac3621 Remove duplicate colon in Status message (#7041) Yingchun Lai 2020-08-06 15:16:50 -0700
  • 5e1808d515 fix typo: paraniod -> paranoid (#7163) jsteemann 2020-08-06 14:24:24 -0700
  • 3356187617 Automatically number the Maven artifacts (#7219) Adam Retter 2020-08-06 14:10:12 -0700
  • 71c7e4935e Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013) Cheng Chang 2020-08-06 12:36:48 -0700
  • cd48ecaa1a Define WAL related classes to be used in VersionEdit and VersionSet (#7164) Cheng Chang 2020-08-05 16:32:26 -0700
  • 124fbd96d8 Remove assertion from FaultInjectionTestFS::NewDirectory (#7220) Levi Tamasi 2020-08-05 16:24:06 -0700
  • 5c1a544122 Clean up InternalIterator upper bound logic a little bit (#7200) sdong 2020-08-05 10:42:56 -0700
  • 2735b0275d ReadOptions.iter_start_ts should support tombstones (#7178) Yanqin Jin 2020-08-04 18:50:05 -0700
  • 493f425e77 Add support to start and end IOTracing through DB APIs (#7203) Akanksha Mahajan 2020-08-04 18:40:19 -0700
  • 41c328fe57 Fix a perf regression that caused every key to go through upper bound check (#7209) sdong 2020-08-04 11:28:02 -0700
  • fea286d914 Fix Timer unable to schedule new added job (#7216) Jay Zhuang 2020-08-04 09:18:45 -0700
  • 8cb278d11a Move CompressionType to its own header file (#7162) Levi Tamasi 2020-08-03 15:47:07 -0700
  • a4a4a2dabd dedup ReadOptions in iterator hierarchy (#7210) Andrew Kryczka 2020-08-03 15:21:56 -0700
  • 18efd760c5 Add defaults to ReadOptions doc (#7215) Adam Retter 2020-08-03 14:33:34 -0700
  • d941b89ddd Fix hang timer tests on macos (#7208) Jay Zhuang 2020-08-03 10:15:41 -0700
  • 56ed601df3 Compaction Read/Write Stats by Compaction Type (#7165) Aaron Kabcenell 2020-07-29 13:38:07 -0700
  • 50f206ad84 feat: export SetBackgroundThreads(n, Env::BOTTOM); (#7191) codingsh 2020-07-29 12:22:48 -0700
  • a38f04ac26 Update HISTORY and version for 6.12 release (#7194) Yanqin Jin 2020-07-29 10:11:47 -0700
  • 692f6a3138 Implement NextAndGetResult() in memtable and level iterator (#7179) sdong 2020-07-29 09:43:56 -0700
  • d9d190742c Make env*_test work with ASSERT_STATUS_CHECKED (#7176) mrambacher 2020-07-28 22:58:28 -0700
  • c0c33a4854 Makefile support for link-time optimization (#7181) Andrew Kryczka 2020-07-28 13:09:12 -0700