Commit Graph

  • 7a0dbdf3ac Add ZSTD (not final format) compression type sdong 2015-08-27 15:40:42 -0700
  • e2db15efde Merge pull request #701 from PraveenSinghRao/usewinapi_notcruntime Igor Canadi 2015-08-27 17:13:55 -0700
  • e853191c17 Fix DBTest.ApproximateMemoryUsage Andres Noetzli 2015-08-27 16:17:08 -0700
  • 7c916a5d38 Merge pull request #699 from OpenChannelSSD/to_fb_master Siying Dong 2015-08-27 10:06:48 -0700
  • 0886f4f66a Helper functions to support direct IO Javier González 2015-08-26 15:28:09 +0200
  • 7e327980a3 Remove usage of C runtime API that has file handle limitation Praveen Rao 2015-08-26 18:51:18 -0700
  • 8ef0144e2f Add argument --show_table_properties to db_bench Yueh-Hsuan Chiang 2015-08-26 18:27:23 -0700
  • 1fb2abae2d ColumnFamilyOptions serialization / deserialization. Yueh-Hsuan Chiang 2015-08-26 16:13:56 -0700
  • 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead Igor Canadi 2015-08-26 15:25:59 -0700
  • 16ebe3a2a9 Mmap reads should not return error if reading past file Igor Canadi 2015-08-26 14:51:38 -0700
  • d286b5df90 DBIter to out extra keys with higher sequence numbers when changing direction from forward to backward sdong 2015-08-25 13:40:52 -0700
  • 3795449c9d Fix DBTest.GetProperty Andres Noetzli 2015-08-26 10:10:26 -0700
  • a7834a1292 Merge pull request #698 from yuslepukhin/address_noexcept_windows Igor Canadi 2015-08-25 17:15:23 -0700
  • 9ccf1bd3e2 Correct the comment for GetProperty() API. Yueh-Hsuan Chiang 2015-08-25 16:45:23 -0700
  • fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT Dmitri Smirnov 2015-08-25 16:34:39 -0700
  • 6924d7582b Address noexcept and const integer lambda capture VS 2013 does not support noexcept. Complains about usage of ineteger constant within lambda requiring explicit capture. Dmitri Smirnov 2015-08-25 15:17:14 -0700
  • 2f8d71ec05 Moving sequence number compaction variables from SubCompactionState to CompactionJob Ari Ekmekji 2015-08-25 14:03:10 -0700
  • bab9934d9e Fix build failure caused by bad merge. Venkatesh Radhakrishnan 2015-08-25 14:02:03 -0700
  • 4d28a7d8ab Add a whitebox test for deleted file iterators. Venkatesh Radhakrishnan 2015-08-25 13:40:58 -0700
  • 249fb4f881 Fix use of deleted file iterators with incomplete iterators Venkatesh Radhakrishnan 2015-08-25 13:38:35 -0700
  • 53b88784df Add throttling to multi-threaded backups Igor Canadi 2015-08-25 13:32:46 -0700
  • 09d982f9e0 Fix compact_files_example Andres Notzli 2015-08-25 12:29:44 -0700
  • 6996de87af Expose per-level aggregated table properties via GetProperty() Yueh-Hsuan Chiang 2015-08-25 12:03:54 -0700
  • 86d6c3cdea Fix Windows build agiardullo 2015-08-25 10:50:27 -0700
  • 20d1e547d1 Common base class for transactions agiardullo 2015-08-21 15:47:21 -0700
  • 2050832974 Fixing race condition in DBTest.DynamicMemtableOptions Andres Noetzli 2015-08-24 17:04:18 -0700
  • e46bcc08b9 Remove an extra 's' from cur-size-all-mem-tabless Igor Canadi 2015-08-24 16:43:18 -0700
  • 4ab26c5ad1 Smarter purging during flush Igor Canadi 2015-08-24 11:11:12 -0700
  • 4c81ac0c59 Fix benchmark report script Mark Callaghan 2015-08-22 12:18:00 -0700
  • b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' Ari Ekmekji 2015-08-21 14:25:34 -0700
  • c852968465 db_iter_test: add more test cases for the data race bug sdong 2015-08-18 18:08:49 -0700
  • 9130873a13 Add options.new_table_reader_for_compaction_inputs sdong 2015-08-20 22:33:25 -0700
  • 07d2d34160 Add a counter about estimated pending compaction bytes sdong 2015-08-13 21:42:20 -0700
  • 41a0e2811d Improve defaults for benchmarks Mark Callaghan 2015-08-20 18:59:10 -0700
  • a203b913c1 Fixed a rare deadlock in DBTest.ThreadStatusFlush Yueh-Hsuan Chiang 2015-08-20 17:18:47 -0700
  • 962aa64292 Merge pull request #695 from yuslepukhin/address_windows_build Siying Dong 2015-08-20 17:04:48 -0700
  • 5bf8907622 More indent adjustment. Dmitri Smirnov 2015-08-20 14:14:02 -0700
  • e2a9f43d64 Adjust indent Dmitri Smirnov 2015-08-20 14:10:51 -0700
  • 6e9a260b04 Merge branch 'address_windows_build' of https://github.com/yuslepukhin/rocksdb into address_windows_build Dmitri Smirnov 2015-08-20 14:09:11 -0700
  • 1cac89c9b1 Address windows build issues Intro SubCompactionState move functionality =delete copy functionality #ifdef SyncPoint in tests for Windows Release builds Dmitri Smirnov 2015-08-20 14:08:24 -0700
  • f25f06ddd2 Address windows build issues Intro SubCompactionState move functionality =delete copy functionality #ifdef SyncPoint in tests for Windows Release builds Dmitri Smirnov 2015-08-20 13:43:07 -0700
  • 027ca5b2cd Total SST files size DB Property Islam AbdelRahman 2015-08-20 11:47:19 -0700
  • b604d2562f Removing unused variables to fix build Andres Noetzli 2015-08-19 16:57:40 -0700
  • 1b114eed4d Free file iterators for files which are above the iterate upper bound to Improve memory utilization Venkatesh Radhakrishnan 2015-08-19 16:05:51 -0700
  • 3fd70b05b8 Rate limit deletes issued by DestroyDB Islam AbdelRahman 2015-08-19 15:02:17 -0700
  • df79eafcb3 Introduce GetIntProperty("rocksdb.size-all-mem-tables") Yueh-Hsuan Chiang 2015-08-19 13:32:09 -0700
  • 888fbdc889 Remove the contstaint that iterator upper bound needs to be within a prefix sdong 2015-08-19 10:08:03 -0700
  • 137c376675 Removing variables used only in assertions to prevent build error Ari Ekmekji 2015-08-19 08:52:22 -0700
  • b47cc58516 Bounding Number of Subcompactions Ari Ekmekji 2015-08-18 14:56:31 -0700
  • e58e1b18e7 Make tailing iterator show new entries in memtable. Venkatesh Radhakrishnan 2015-08-18 14:40:06 -0700
  • 9ec9571593 DBOptions serialization and deserialization Yueh-Hsuan Chiang 2015-08-18 13:30:18 -0700
  • b2df20a890 Make HashCuckooRep::ApproximateMemoryUsage() return reasonable estimation. Yueh-Hsuan Chiang 2015-08-18 13:19:55 -0700
  • 601b1aaca0 Fixing Failed Assertion in Subcompaction State Diff Ari Ekmekji 2015-08-18 12:27:12 -0700
  • f0da6977a3 [Parallel L0-L1 Compaction Prep]: Giving Subcompactions Their Own State Ari Ekmekji 2015-08-18 11:06:23 -0700
  • f32a572099 Simplify querying of merge results Andres Notzli 2015-08-17 17:34:38 -0700
  • 72613657f0 Measure file read latency histogram per level sdong 2015-08-13 14:35:54 -0700
  • b7198c3afe reduce db mutex contention for write batch groups Nathan Bronson 2015-08-05 16:56:28 -0700
  • 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions sdong 2015-08-12 17:24:45 -0700
  • dc9d5634fd Change master to 3.14 Islam AbdelRahman 2015-08-13 11:17:10 -0700
  • b78c8e07de Merge pull request #689 from msb-at-yahoo/add-tools-target Igor Canadi 2015-08-13 10:49:10 -0700
  • 9f0dd22294 Add a 'tools' target. maurice barnum 2015-08-13 10:13:43 -0700
  • 4637207120 Add test case to repro the mispositional iterator in a low-chance data race case sdong 2015-08-06 13:23:02 -0700
  • 3bd9db420e [Cleanup] Remove RandomRWFile Islam AbdelRahman 2015-08-12 10:18:59 -0700
  • c3466eab07 Have Transactions use WriteBatch::RollbackToSavePoint agiardullo 2015-07-31 15:18:27 -0700
  • 0db807ec28 Transaction error statuses agiardullo 2015-07-30 20:31:36 -0700
  • c2f2cb0214 Pessimistic Transactions agiardullo 2015-05-25 17:37:33 -0700
  • c2868cbc52 Use manual_compaction for compaction_job_test Islam AbdelRahman 2015-08-11 14:47:14 -0700
  • 6b2d57039a Fix Windows build by adding snapshot_impl to CMakeLists agiardullo 2015-08-11 13:44:47 -0700
  • e61fafbe7a Fixed clang-build error in util/thread_local.cc Yueh-Hsuan Chiang 2015-08-11 13:30:49 -0700
  • cee1e8a080 Parallelize LoadTableHandlers Islam AbdelRahman 2015-08-11 12:19:56 -0700
  • 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos Andres Notzli 2015-08-11 11:46:15 -0700
  • a03085b556 Fix linters on non-fb machines Igor Canadi 2015-08-11 11:36:12 -0700
  • 1ae27113c7 reduce comparisons by skiplist Nathan Bronson 2015-08-11 11:08:02 -0700
  • b47d65b315 Fixed Segmentation Fault in db_stress on OSX. Yueh-Hsuan Chiang 2015-08-11 10:55:27 -0700
  • a1581eca87 Modernize RocksDB linters Igor Canadi 2015-08-10 13:58:55 -0700
  • a9dcc0a638 Fix clang build Islam AbdelRahman 2015-08-10 11:30:36 -0700
  • 2cf0f4f471 Adding wal_recovery_mode log message Yoshinori Matsunobu 2015-08-10 09:21:04 -0700
  • 68f934355a Better CompactionJob testing Andres Notzli 2015-08-07 21:59:51 -0700
  • 22dcaaff30 More accurate time measurement for delete_scheduler_test Islam AbdelRahman 2015-08-07 15:37:56 -0700
  • 0a7ea582cb Add auto-build manifest for appveyor sdong 2015-08-07 14:50:34 -0700
  • 0093271ee0 Merge pull request #685 from flandr/fix-tls-build Siying Dong 2015-08-07 11:50:45 -0700
  • ac04a6cfb8 Fix OSX + Windows build Nate Rosenblum 2015-08-07 10:47:05 -0700
  • 16ea1c7d1c simple ManagedSnapshot wrapper agiardullo 2015-08-06 17:59:05 -0700
  • 257ee895f9 Fixed memory leaks Alexey Maykov 2015-08-05 15:45:21 -0700
  • 254c4fb88f In HISTORY.md Switch unreleased notes to 3.13 sdong 2015-08-06 11:11:36 -0700
  • 40f893f4a9 Fix delete_scheduler_test valgrind error Islam AbdelRahman 2015-08-06 10:56:00 -0700
  • 6a4aaadcd7 Avoid type unique_ptr in LogWriterNumber::writer for Windows build break sdong 2015-08-05 20:51:27 -0700
  • d7314ba759 Fixing endless loop if seeking to end of key with seq num 0 Andres Noetzli 2015-08-06 10:43:28 -0700
  • 48e6e9aa82 Add util/delete_scheduler_impl.cc to CMakeLists.txt sdong 2015-08-05 20:44:27 -0700
  • c7742452eb Add Statistics.getHistogramString() to print more detailed outputs of a histogram sdong 2015-08-05 13:14:28 -0700
  • 29b028b0ed Make DeleteScheduler tests more reliable Islam AbdelRahman 2015-08-05 19:16:52 -0700
  • fca88f8e16 valgrind_check to exit on test failures sdong 2015-08-05 16:04:18 -0700
  • 7d364d0d94 Fix build failure Poornima Chozhiyath Raman 2015-08-05 16:38:12 -0700
  • 960d936e83 Add function 'GetInfoLogList()' Poornima Chozhiyath Raman 2015-08-05 16:16:46 -0700
  • 7ccd1c80a7 Add two unit tests for SyncWAL() sdong 2015-08-05 11:56:19 -0700
  • 3ae386eafe Add statistic histogram "rocksdb.sst.read.micros" sdong 2015-08-05 12:11:30 -0700
  • 8ecb51a7e9 "make commit-prereq" should clean up rocksjava properly sdong 2015-08-05 11:15:54 -0700
  • 9aec75fbb9 Enable DBTest.FlushSchedule under TSAN Islam AbdelRahman 2015-08-05 11:47:07 -0700
  • bd2fc5f5fb Fix TSAN for delete_scheduler_test Islam AbdelRahman 2015-08-05 11:45:31 -0700
  • 8e01bd1144 Fix misplaced position for reversing iterator direction while current key is a merge sdong 2015-08-04 16:50:40 -0700