Commit Graph

  • cdc7ba3a32 DBTablePropertiesTest often times out in internal test infra (#7639) Cheng Chang 2020-11-06 14:21:59 -0800
  • da42eceabc Skip fsync in txn tests (#7641) Cheng Chang 2020-11-06 14:16:07 -0800
  • 4c2aef04bd ColumnFamilyTest often times out in internal test infra (#7638) Cheng Chang 2020-11-06 09:57:09 -0800
  • 81543369e5 Disable fsync in db_range_del_test (#7637) Cheng Chang 2020-11-06 09:38:02 -0800
  • 1f627210ca Simplify a test case in Java ReadOnlyTest (#7608) cheng-chang 2020-11-04 16:47:42 -0800
  • c9c9709a1a Update clang-format-diff.py (#7609) Xie Yanbo 2020-11-04 16:07:39 -0800
  • b6d8e36741 Compute NeedCompact() after table builder Finish() (#7627) Yanqin Jin 2020-11-04 10:43:17 -0800
  • fde0cd7ced Add API to verify whole sst file checksum (#7578) Yanqin Jin 2020-11-03 20:33:45 -0800
  • 06a92fcf5c Add "max_write_buffer_size_to_maintain" to crash test (#7634) Akanksha Mahajan 2020-11-03 13:54:01 -0800
  • 746909ceda Ribbon: InterleavedSolutionStorage (#7598) Peter Dillinger 2020-11-03 12:45:18 -0800
  • 0b94468bba Avoid skipping a test in db_wal_test (#7628) Yanqin Jin 2020-11-03 09:47:06 -0800
  • 881e0dcc09 Fix MultiGet unable to query timestamp data issue (#7589) Jay Zhuang 2020-11-03 09:44:21 -0800
  • c992eb118b Avoid skipping a test in db_test2 (#7629) Yanqin Jin 2020-11-02 19:47:00 -0800
  • 1adbceb581 Expand effect of dictionary settings in `ColumnFamilyOptions::compression_opts` (#7619) Andrew Kryczka 2020-11-02 19:20:15 -0800
  • a388c8cc6b Add recent fixes to HISTORY.md (#7617) Andrew Kryczka 2020-10-30 14:01:52 -0700
  • 30beecef8c Return NotFound from TableFactory configuration errors during options loading (#7615) mrambacher 2020-10-29 18:43:03 -0700
  • 6773901f76 Add 6.14 branch to check_format_compatible.sh (#7613) Akanksha Mahajan 2020-10-29 15:50:27 -0700
  • 7eb2824e3f Revert LoadLatestOptions handling of ignore_unknown_options if versions differ (#7612) mrambacher 2020-10-29 13:45:17 -0700
  • 394210f280 Remove unused includes (#7604) Yanqin Jin 2020-10-28 23:20:23 -0700
  • 99a0305bb8 java: correct method name RocksDB.GetColumnFamilyMetaData() (#7606) Jermy Li 2020-10-28 18:11:52 -0700
  • ea347d80df Updated GenerateOneFileChecksum to use requested_checksum_func_name (#7586) Zhichao Cao 2020-10-28 16:46:04 -0700
  • 2404f8b9ec slightly improve jemalloc allocator API header (#7592) jsteemann 2020-10-28 13:45:21 -0700
  • 248d10fb96 Fix typo in arena.cc (#7593) vdimir 2020-10-28 11:09:52 -0700
  • 793e9b7f5b Remove duplicate close (#7594) darionyaphet 2020-10-28 10:47:18 -0700
  • 9a690a74e1 In ParseInternalKey(), include corrupt key info in Status (#7515) Ramkumar Vadivelu 2020-10-28 10:11:13 -0700
  • 6c2c0635c9 Require only one `Logger::Logv()` implementation (#7605) Andrew Kryczka 2020-10-28 09:59:12 -0700
  • 0e2e67562f Give instructions instead of broken 2to3 for clang-format-diff.py (#7603) Peter Dillinger 2020-10-27 11:56:51 -0700
  • f35f7f2704 Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileSystem class (#7566) mrambacher 2020-10-27 10:31:34 -0700
  • 6134ce6444 Perform post-flush updates of memtable list in a callback (#6069) Yanqin Jin 2020-10-26 18:20:43 -0700
  • a7a04b6898 Integrate BlobFileBuilder into the compaction process (#7573) Levi Tamasi 2020-10-26 13:50:03 -0700
  • 25d54c799c Ribbon: initial (general) algorithms and basic unit test (#7491) Peter Dillinger 2020-10-25 20:43:04 -0700
  • 6595267980 Allow compaction iterator to perform garbage collection (#7556) Yanqin Jin 2020-10-23 22:58:05 -0700
  • 1b224324b5 Track WAL in MANIFEST: persist WALs to and recover WALs from MANIFEST (#7256) Cheng Chang 2020-10-23 22:48:00 -0700
  • a16d1b2fd3 Add Encode/DecodeFixedGeneric, coding_lean.h (#7587) Peter Dillinger 2020-10-23 14:08:52 -0700
  • b1cdb8cc86 add StartTrace and EndTrace to stackable_db (#7585) jmn 2020-10-22 17:30:11 -0700
  • d8ec0a760a Make FileType Public and Replace kLogFile with kWalFile (#7580) Zhichao Cao 2020-10-22 17:04:39 -0700
  • 1c78e4b235 Make parallel compression optimization code tidier (#6888) Ziyue Yang 2020-10-22 11:03:10 -0700
  • eef27d0048 Bug fix to remove function calling in assert statement (#7581) Akanksha Mahajan 2020-10-21 20:16:30 -0700
  • 5227b315ec Fix unchecked statuses for transaction_test (#7572) Cheng Chang 2020-10-21 14:02:00 -0700
  • 73dbe10bbf Fix write_batch_test when ASSERT_STATUS_CHECKED=1 (#7575) Cheng Chang 2020-10-20 13:17:17 -0700
  • 1eda625eab Revert `Status`es returned from pre-`Configurable` options functions (#7563) mrambacher 2020-10-20 11:51:51 -0700
  • fc9b416013 Fix typo in db_wal_test (#7571) Cheng Chang 2020-10-20 11:48:48 -0700
  • b4cd51d847 Fix for stress test failure (#7574) Akanksha Mahajan 2020-10-20 09:11:50 -0700
  • 00751e4292 Add a host location property to TableProperties (#7479) anand76 2020-10-19 11:37:05 -0700
  • 0ea7db768e Abstract out LockManager interface (#7532) Cheng Chang 2020-10-19 10:12:53 -0700
  • ed90e2a450 Add getters to the C API for env, universal compaction options and fifo compaction options (#7501) Stanislav Tkach 2020-10-16 11:01:50 -0700
  • f4ade82ad2 Fix the CI badge for ppc64le Jenkins (#7561) Adam Retter 2020-10-16 08:59:18 -0700
  • e8cb32ed67 Introduce BlobFileCache and add support for blob files to Get() (#7540) Levi Tamasi 2020-10-15 13:02:44 -0700
  • fa2a8cda7b Update zstd dependency to 1.4.5 (#7560) Adam Retter 2020-10-15 01:11:39 -0700
  • a8c89cc969 Test for LoadLatestOptions (#7554) mrambacher 2020-10-14 22:27:12 -0700
  • ccbf468cb1 Small JNI improvements (#7371) Adam Retter 2020-10-14 22:22:01 -0700
  • 1a83f5a8ac Expose BackupableDBOptions in the C API (#7550) Stanislav Tkach 2020-10-14 17:50:06 -0700
  • 05fba96927 Make RocksDB instance responsible for closing associated ColumnFamilyHandle instances (#7428) Tomasz Posluszny 2020-10-14 14:37:55 -0700
  • 850cc0dbed Fix for clang_analyzer build failure in table_test (#7553) Akanksha Mahajan 2020-10-14 12:43:14 -0700
  • 6528ecc800 Add event listeners to RocksJava (#7425) Tomasz Posluszny 2020-10-14 11:32:10 -0700
  • b99fe1ab74 Remove the status.PermitUncheckedError() from WriteGroup Destructor (#7555) Zhichao Cao 2020-10-14 10:44:09 -0700
  • db87afbcb3 Return error if Get/Multi() fails in Prefetching Filter blocks (#7543) Akanksha Mahajan 2020-10-14 10:43:37 -0700
  • 7b65666cf1 Update IOTrace operations in stackable_db.h (#7514) Akanksha Mahajan 2020-10-14 10:14:12 -0700
  • c87c3a48af Add a missing bug fix in HISTORY.md (#7549) Jay Zhuang 2020-10-13 17:58:48 -0700
  • 4a6840bd00 db_stress prints key in Hex (#7533) Jay Zhuang 2020-10-13 12:37:07 -0700
  • 3dc823212d add missing release notes to HISTORY.md (#7545) Andrew Kryczka 2020-10-13 12:12:08 -0700
  • 16bff5370d Add plain_table_db_test to ASSERT_STATUS_CHECKED list (#7482) Zhichao Cao 2020-10-13 11:58:12 -0700
  • bf342394b6 Add tests for paranoid checks with range deletion (#7521) mrambacher 2020-10-13 10:19:07 -0700
  • 861e544335 Add db_flush_test to ASSERT_STATUS_CHECKED list (#7476) Zhichao Cao 2020-10-12 15:15:58 -0700
  • 9e03e4dd52 db_crashtest preserves expected values file for failed crash tests (#7534) Jay Zhuang 2020-10-12 14:08:35 -0700
  • f548a2a03c Fix a flaky tsan test for DBTest2 (#7526) Jay Zhuang 2020-10-12 11:20:45 -0700
  • cb2581031a Add macos tests to circleci (#7536) Cheng Chang 2020-10-12 10:45:21 -0700
  • 75d3b6fdf0 Redesign block cache pinning API (#7520) Andrew Kryczka 2020-10-11 14:52:49 -0700
  • 12b78e40bd Track WAL in MANIFEST: add option track_and_verify_wals_in_manifest (#7275) Cheng Chang 2020-10-09 16:40:25 -0700
  • 9dd25487cc Update release history 6.14 (#7525) Akanksha Mahajan 2020-10-09 16:03:42 -0700
  • 82d42606ad Enable paranoid_file_checks in crash test (#7489) sdong 2020-10-09 08:30:44 -0700
  • 24498ab1ec Add few unit test cases in ASSERT_STATUS_CHECKED (#7500) Akanksha Mahajan 2020-10-08 11:11:52 -0700
  • 810ab34ede Do not rely on the two-argument std::pair constructor being constexpr (#7519) Levi Tamasi 2020-10-08 10:47:47 -0700
  • 98c1333806 Disable a known flaky test: RandomAccessUniqueIDDeletes (#7511) Jay Zhuang 2020-10-08 09:39:22 -0700
  • 4146276885 Add ldb_cmd_test to ASSERT_STATUS_CHECKED list (#7499) Zhichao Cao 2020-10-07 23:59:15 -0700
  • 002b30c967 Fix clang analyzer (#7518) Yanqin Jin 2020-10-07 20:09:28 -0700
  • 1f84611e5d Clean up BlobLogReader and rename it to BlobLogSequentialReader (#7517) Levi Tamasi 2020-10-07 17:46:50 -0700
  • 22655a398b Introduce a blob file reader class (#7461) Levi Tamasi 2020-10-07 15:43:23 -0700
  • 38d0a365e3 Add Stats for MultiGet (#7366) Akanksha Mahajan 2020-10-07 13:27:03 -0700
  • 8891e9a0eb Disallow trivial move if BottommostLevelCompaction is kForce* (#7368) Jay Zhuang 2020-10-07 13:16:40 -0700
  • 60649aa01b Fix wrong comments about function TruncateToPageBoundary. (#6975) peterpaule 2020-10-07 12:33:03 -0700
  • a242a58301 Enable ASSERT_STATUS_CHECKED for db_universal_compaction_test (#7460) anand76 2020-10-06 14:40:37 -0700
  • 1bcef3d83c Make sure assert(false) handles failures too (#7483) Yanqin Jin 2020-10-06 13:51:22 -0700
  • 53089038de Fix StallWrite crash with mixed of slowdown/no_slowdown writes (#7508) Jay Zhuang 2020-10-06 12:42:57 -0700
  • 2496d3d4b8 Avoid to suppress status code in ~BlockBasedTableBuilder (#7507) sdong 2020-10-05 14:56:59 -0700
  • 5d16325ce3 Revert "Return error if Get() fails in Prefetching Filter blocks (#7463)" (#7505) Levi Tamasi 2020-10-03 18:36:16 -0700
  • 758ead5df7 Enforce status check for corruption_test (#7453) Yanqin Jin 2020-10-02 22:09:28 -0700
  • 7d503e66a9 Return error if Get() fails in Prefetching Filter blocks (#7463) Akanksha Mahajan 2020-10-02 19:39:03 -0700
  • 668ee08915 Fix prefix_test for status check (#7495) sdong 2020-10-02 16:59:48 -0700
  • b7062f0b2c Status check enforcement for error_handler_fs_test (#7342) Zhichao Cao 2020-10-02 16:39:17 -0700
  • 7cd760dfdf Add status check enforcement for column_family_test.cc (#7484) Akanksha Mahajan 2020-10-02 13:33:50 -0700
  • 48d5aa9bab Enable status check for db_secondary_test (#7487) Yanqin Jin 2020-10-02 11:22:20 -0700
  • 29ed766193 add Status check enforcement for stats_history_test (#7496) Andrew Kryczka 2020-10-02 08:22:06 -0700
  • 1e00909730 Periodically flush info log out of application buffer (#7488) Andrew Kryczka 2020-10-01 19:12:26 -0700
  • 94fc676d3f Fix db_properties_test for ASSERT_STATUS_CHECKED (#7490) sdong 2020-10-01 17:45:52 -0700
  • 685cabdafa Add trace_analyzer_test to ASSERT_STATUS_CHECKED list (#7480) Zhichao Cao 2020-10-01 15:57:28 -0700
  • f5e22ce607 fix dummy collector's name (#7442) darionyaphet 2020-10-01 15:21:17 -0700
  • 9082771b86 Add is_full_compaction to CompactionJobStats, cleanup (#7451) Peter Dillinger 2020-10-01 12:51:33 -0700
  • 786c1a2cc4 Reduce the number of iterations in DBTest.FileCreationRandomFailure (#7481) Levi Tamasi 2020-10-01 10:40:54 -0700
  • 7508175558 Introduce options.check_flush_compaction_key_order (#7467) sdong 2020-10-01 10:08:52 -0700