Commit Graph

  • 4fba83b4c2 Fix db_bench_tool_test (#7935) Levi Tamasi 2021-02-05 15:39:50 -0800
  • ee79a28963 Turn on memtable bloom filter by default. (#6584) sdong 2021-02-05 12:57:44 -0800
  • cbf38af705 Wal recovery failure with encryption due to zero bytes WAL size. (#7924) Deepak Ojha 2021-02-05 12:39:05 -0800
  • 3feee6db17 Add get/set deadline and io_timeout C functions (read options) (#7914) Stanislav Tkach 2021-02-04 16:59:18 -0800
  • a9f8f1fe38 Missed skip_format_check for lite build (#7927) Jay Zhuang 2021-02-03 10:37:17 -0800
  • 0288bdbc53 Add the integrated BlobDB to the stress/crash tests (#7900) Levi Tamasi 2021-02-02 11:39:20 -0800
  • 108e6b6354 Return Status::OK for unimplemented write batch handler in trace analyzer (#7910) Zhichao Cao 2021-02-02 10:50:28 -0800
  • 21218316da Fix build_version.cc generation error if GIT not found (#7916) mrambacher 2021-02-01 21:04:22 -0800
  • bf6795aea0 fix java sample typo and replace deprecated code with latest (#7906) Xiaopeng Zhang 2021-02-01 14:43:25 -0800
  • 87983d442c Skip format checks for sandcastle build (#7911) Jay Zhuang 2021-02-01 09:15:56 -0800
  • e5311a8ea4 Fix a SingleDelete related optimization for blob indexes (#7904) Levi Tamasi 2021-01-29 12:39:44 -0800
  • 78ee8564ad Integrity protection for live updates to WriteBatch (#7748) Andrew Kryczka 2021-01-29 12:17:17 -0800
  • 4a09d632c4 Remove Legacy and Custom FileWrapper classes from header files (#7851) mrambacher 2021-01-28 22:08:46 -0800
  • 0a9a05ae12 Make builds reproducible (#7866) mrambacher 2021-01-28 17:40:24 -0800
  • c696f27432 Accumulate blob file additions in VersionEdit during recovery (#7903) Levi Tamasi 2021-01-27 18:44:25 -0800
  • 95013df278 Do not set bg error for compaction in retryable IO Error case (#7899) Zhichao Cao 2021-01-27 17:56:17 -0800
  • 19210d5715 Accurate re-generate command in TARGETS file (#7902) Peter Dillinger 2021-01-27 16:19:43 -0800
  • 8944a3bf27 Add support for specifying working directory in lego-determinator (#7901) Jay Zhuang 2021-01-27 15:22:07 -0800
  • 36963dc2ca fix write option typo in java samples (#7894) Xiaopeng Zhang 2021-01-26 19:11:18 -0800
  • c6ff4c0b70 Fix deadlock in `fs_test.WALWriteRetryableErrorAutoRecover1` (#7897) Jay Zhuang 2021-01-26 17:00:17 -0800
  • 4ee991b1e6 Cleanup multiple DBs after running db_bench in multi-DB mode (#7891) anand76 2021-01-26 11:10:16 -0800
  • 9425acacce Fix flaky `error_handler_fs_test.MultiDBCompactionError` (#7896) Jay Zhuang 2021-01-26 10:58:31 -0800
  • f9a30e0a5a Add 6.16 and 6.17 to check_format_compatible.sh (#7895) Levi Tamasi 2021-01-26 09:37:20 -0800
  • 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) mrambacher 2021-01-25 22:07:26 -0800
  • 1d226018af In IOTracing, add filename with each operation in trace file. (#7885) Akanksha Mahajan 2021-01-25 14:35:45 -0800
  • 431e8afba7 Do not explicitly flush blob files when using the integrated BlobDB (#7892) Levi Tamasi 2021-01-25 13:30:17 -0800
  • 19076c95aa Update HISTORY.md for PR 7888 (#7890) Levi Tamasi 2021-01-21 14:18:25 -0800
  • 12a8be1d44 MergeHelper::FilterMerge() calling ElapsedNanosSafe() upon exit even … (#7867) Matthew Von-Maszewski 2021-01-21 13:10:37 -0800
  • e18a4df62a workaround race conditions during `PeriodicWorkScheduler` registration (#7888) Andrew Kryczka 2021-01-21 08:47:06 -0800
  • d5f5d6579a Fix compilation against musl lib C (#7875) Adam Retter 2021-01-21 08:33:55 -0800
  • 1a6438cff5 Add artifact suffix to shared library (#7755) Seeker 2021-01-21 08:33:13 -0800
  • 2d37830e44 Make blob related VersionEdit tags unignorable (#7886) Levi Tamasi 2021-01-20 20:27:19 -0800
  • b0c43e7081 Update HISTORY.md (#7887) Cheng Chang 2021-01-20 14:32:16 -0800
  • cdd8b09b9b Fix CMakeLists.txt for Apple Silicon (#7883) Seeker 2021-01-20 10:48:04 -0800
  • e44948295e Make it able to ignore WAL related VersionEdits in older versions (#7873) Cheng Chang 2021-01-19 19:26:05 -0800
  • 928dea0e32 Update HISTORY.md (#7874) Cheng Chang 2021-01-19 16:08:09 -0800
  • 4aa1a19db8 Add Apache Doris to USERS (#7865) Cheng Chang 2021-01-19 15:30:01 -0800
  • 4db58bcfb2 Fix write-ahead log file size overflow (#7870) Vladimir Maksimovski 2021-01-19 13:46:03 -0800
  • 5b748b9e68 Cover all status codes in `Status::ToString()` (#7872) Andrew Kryczka 2021-01-16 04:23:12 -0800
  • acc9679cda Fix various spelling errors still found in code (#7785) Otto Kekäläinen 2021-01-15 20:05:42 -0800
  • ffe4906192 Update version to 6.17 (#7871) Levi Tamasi 2021-01-15 18:51:12 -0800
  • d76a8eeef7 Fixing Windows build using CMake (#7854) Tomas Kolda 2021-01-15 17:51:20 -0800
  • 1001bc01c9 Read Options to support direct slice (#7132) Tomas Kolda 2021-01-15 17:03:11 -0800
  • 2fb6d9337f Using emplace_back replace push_back (#7568) darionyaphet 2021-01-15 16:54:57 -0800
  • ac956f2bea S390 Linux is failing tests ColumnFamilyOptionsTest.cfPaths (#7853) Tomas Kolda 2021-01-15 16:30:36 -0800
  • 7189ea8fb7 Make regression test load options from file for checkpoint (#7864) anand76 2021-01-15 11:15:15 -0800
  • 3e6ee9f82e Update the versions of the test dependencies used for RocksJava (#7805) Adam Retter 2021-01-13 15:59:36 -0800
  • 0426d4a4ee Fix Java hashCode implementation (#7860) Laurent Goujon 2021-01-13 10:03:27 -0800
  • 8e7b068ecc Make ldb load column family options from OPTIONS file (#7847) anand76 2021-01-11 20:54:58 -0800
  • 77b4bfe511 Disable PeriodicWorkScheduler during RateLimited test (#7810) Jay Zhuang 2021-01-11 15:00:55 -0800
  • fdbebdf484 Add note for PR 7789 in history (#7855) Cheng Chang 2021-01-11 13:33:08 -0800
  • e4bdf9e0cb Small improvements to CircleCI Windows jobs (#7852) Adam Retter 2021-01-11 13:31:03 -0800
  • edfcce39da Update github-pages and dependencies (#7850) Jay Zhuang 2021-01-11 12:46:42 -0800
  • 0a9f78d2c8 Cleanup Travis CI config (#7848) Adam Retter 2021-01-11 10:29:15 -0800
  • eccc47e81c Fix tsan options_test (#7845) Jay Zhuang 2021-01-11 10:15:59 -0800
  • a3066ee75c Fix checkpoint_test hang (#7849) Jay Zhuang 2021-01-09 13:22:01 -0800
  • 4926b33742 Improvements to Env::GetChildren (#7819) Adam Retter 2021-01-09 09:42:21 -0800
  • 8ed680bdb0 Add new API to report dummy entries size in cache in WriteBufferManager (#7837) Akanksha Mahajan 2021-01-08 13:24:11 -0800
  • b2e30bdb67 Get manifest size again after getting min_log_num during checkpoint (#7836) Cheng Chang 2021-01-07 23:00:12 -0800
  • c22e619f7e Store test logs as artifacts if the build fails in CircleCI (#7812) Adam Retter 2021-01-07 17:11:50 -0800
  • 48c0843e69 Treat File Scope Write IO Error the same as Retryable IO Error (#7840) Zhichao Cao 2021-01-07 16:30:06 -0800
  • cc2a180d00 Add more tests to the ASC pass list (#7834) mrambacher 2021-01-07 15:21:51 -0800
  • 8f7b6c8339 fix typo (#7832) DreaMer963 2021-01-06 19:27:26 -0800
  • 6e0f62f2b6 Add more tests to ASSERT_STATUS_CHECKED (3), API change (#7715) Adam Retter 2021-01-06 14:14:01 -0800
  • 5792b73fdc Fixed the swallowed IOStatus in Compaction Job introduced in PR 7718 (#7838) Zhichao Cao 2021-01-06 13:16:47 -0800
  • e628f59e87 Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper private (#7703) mrambacher 2021-01-06 10:48:24 -0800
  • c1a65a4de4 Make StringEnv, StringSink, StringSource use FS classes (#7786) mrambacher 2021-01-04 15:59:52 -0800
  • 58660bf21a Use mock time for histogram_test (#7799) Jay Zhuang 2021-01-04 13:11:31 -0800
  • 225abffd8f Verify file checksum generator name (#7824) Andrew Kryczka 2021-01-04 11:50:29 -0800
  • 159ea4702c Fix typos in comments (#7790) Dylan Wen 2021-01-04 11:38:04 -0800
  • b8c01ed38a Support --hex flag in `ldb file_checksum_dump` (#7820) Andrew Kryczka 2021-01-04 11:12:08 -0800
  • 0bad2b4308 Ignore the OnAddFile Status for SSTFileManager (#7826) mrambacher 2021-01-04 11:07:10 -0800
  • 61e324422e fix thread status synchronization in thread_list_test (#7825) Andrew Kryczka 2021-01-04 10:45:15 -0800
  • bb0f781da0 Update RocksJava static compression dependencies (#7804) Adam Retter 2021-01-04 09:13:36 -0800
  • 81367a4616 Eliminate the creation of ImmutableDBOptions in WBWI::GetFromBatch (#6851) mrambacher 2021-01-04 09:04:19 -0800
  • 30cd38c687 Increase the txn lock timeout in stress test (#7823) Cheng Chang 2020-12-30 20:29:56 -0800
  • edb0b1fb7f rocksdb_transaction_get_for_update now exports (#6293) jbosh 2020-12-30 15:41:49 -0800
  • fd2db79fa4 Attempt to fix build errors around missing compression library includes (#7803) Adam Retter 2020-12-30 13:38:43 -0800
  • 01298c8ff7 Return Status from FilePrefetchBuffer::TryReadFromCache() (#7816) anand76 2020-12-30 09:24:04 -0800
  • d7738666b0 Fix db_bench duration for multireadrandom benchmark (#7817) anand76 2020-12-28 13:37:07 -0800
  • 736c6dc59f Disable BasicLockEscalation if cannot determine whether TSAN is enabled (#7814) cheng-chang 2020-12-27 16:16:55 -0800
  • 44ebc24dca Add rate_limiter to GenerateOneFileChecksum (#7811) Zhichao Cao 2020-12-26 22:05:42 -0800
  • 601585bca4 fix memory leak in db_stress checkpoint test (#7813) Zhichao Cao 2020-12-25 13:14:38 -0800
  • 55e99688cc No elide constructors (#7798) mrambacher 2020-12-23 16:54:05 -0800
  • 30a5ed9c53 Update "num_data_read" stat in RetrieveMultipleBlocks (#7770) Akanksha Mahajan 2020-12-23 15:15:14 -0800
  • bdb7e544bd Skip WALs according to MinLogNumberToKeep when creating checkpoint (#7789) cheng-chang 2020-12-23 11:32:10 -0800
  • bd2645bc34 Update regression_test.sh to run multireadrandom benchmark (#7802) anand76 2020-12-23 11:24:50 -0800
  • a727efca99 Remove flaky, redundant, and dubious DBTest.SparseMerge (#7800) Peter Dillinger 2020-12-23 11:06:49 -0800
  • 02418194d7 Add more tests for assert status checked (#7524) mrambacher 2020-12-22 23:44:44 -0800
  • daab7603f6 Range Locking: Implementation of range locking (#7506) Sergei Petrunia 2020-12-22 19:10:56 -0800
  • f4db3e4119 Avoid to force PORTABLE mode in tools/regression_test.sh (#7806) sdong 2020-12-22 16:52:51 -0800
  • 81592d9ffa Add more tests to ASSERT_STATUS_CHECKED (4) (#7718) Adam Retter 2020-12-22 15:08:17 -0800
  • 41ff125a8a SyncWAL shouldn't be supported in compacted db (#7788) cheng-chang 2020-12-22 14:52:29 -0800
  • 1022090981 Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V2 (#7801) Sergei Petrunia 2020-12-22 14:46:20 -0800
  • 9057d0a079 Minimize Timing Issue in test WALTrashCleanupOnOpen (#7796) sdong 2020-12-22 14:42:06 -0800
  • fbac1b3f80 Add tests in ASSERT_STATUS_CHECKED (#7793) Akanksha Mahajan 2020-12-22 10:29:58 -0800
  • 4d897e51df Migrate away from Travis+Linux+amd64 (#7791) Peter Dillinger 2020-12-22 00:19:44 -0800
  • 861b0d1a49 Fix Windows build in block_cache_tracer_test (#7795) Jay Zhuang 2020-12-21 15:20:59 -0800
  • fd0d35d390 Fix block_cache_test failure (#7783) Jay Zhuang 2020-12-21 08:45:54 -0800
  • a8aeefd0fd Update release version to 6.16 (#7782) Jay Zhuang 2020-12-19 12:37:43 -0800