Commit Graph

  • c465071029 Removing duplicate code Andres Notzli 2015-08-05 07:33:27 -0700
  • e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers Mike Kolupaev 2015-08-05 06:06:39 -0700
  • 5dc3e6881a Update Tests To Enable Subcompactions Ari Ekmekji 2015-08-04 22:19:07 -0700
  • c45a57b41e Support delete rate limiting Islam AbdelRahman 2015-08-04 20:45:27 -0700
  • 102ac118b2 Update JAVA-HISTORY.md for v3.13 Yueh-Hsuan Chiang 2015-08-04 18:12:58 -0700
  • 3a1d4e6c9f Merge pull request #670 from skunkwerks/fix_osx_shared_library_names Yueh-Hsuan Chiang 2015-08-04 17:33:35 -0700
  • f5d072ae6c Fixed RocksJava test failure of shouldSetTestCappedPrefixExtractor Yueh-Hsuan Chiang 2015-08-04 17:01:08 -0700
  • f39cbcb0a5 Merge pull request #654 from adamretter/remove-emptyvalue-compactionfilter Yueh-Hsuan Chiang 2015-08-04 16:54:14 -0700
  • f0b5bcc7b5 add support for capped prefix extractor in java ashishn 2015-07-28 22:15:15 -0700
  • 18ba58a943 Upgrading jemalloc from 3.6.0 to the latest for fbcode+gcc 4.8.1 Yoshinori Matsunobu 2015-08-04 08:05:06 -0700
  • ce21afd205 Expose the BackupEngine from the Java API Yueh-Hsuan Chiang 2015-08-04 16:07:17 -0700
  • b0d12a135f Merge pull request #569 from adamretter/travis-java-api Yueh-Hsuan Chiang 2015-08-04 15:51:45 -0700
  • 241bb2aef3 Make DBCompactionTest.SkipStatsUpdateTest more stable. Yueh-Hsuan Chiang 2015-08-04 15:47:05 -0700
  • 3424eeb1ed Polish HISTORY.md Yueh-Hsuan Chiang 2015-08-04 15:04:19 -0700
  • cf3e05304f crash_test cleans up directory before testing if TEST_TMPDIR is set sdong 2015-08-04 12:20:38 -0700
  • 24daff6d7a Fix a typo and update HISTORY.md for NewCompactOnDeletionCollectorFactory(). Yueh-Hsuan Chiang 2015-08-04 13:51:05 -0700
  • 14d0bfa429 Add DBOptions::skip_sats_update_on_db_open Yueh-Hsuan Chiang 2015-08-04 13:48:16 -0700
  • e2a3bfe74b First half of whitebox_crash_test to keep crashing the same DB sdong 2015-08-03 18:11:14 -0700
  • 2e73bd4ff2 crash_test to put DB under TEST_TMPDIR sdong 2015-08-04 11:35:44 -0700
  • 1205bdbcee crash_test to cover simply cases sdong 2015-08-03 17:23:34 -0700
  • d5c0a6da6c Merge branch 'master' of github.com:facebook/rocksdb Boyang Zhang 2015-08-04 10:56:49 -0700
  • 2d41403f45 Made change to fix the memory leak Boyang Zhang 2015-08-04 08:42:34 -0700
  • 92f7039eec fix memory corruption issue in sst_dump --show_compression_sizes sdong 2015-08-04 10:36:08 -0700
  • be8621ffaf Fix compile warning in compact_on_deletion_collector in some environment Yueh-Hsuan Chiang 2015-08-03 20:51:34 -0700
  • 26894303c1 Add CompactOnDeletionCollector in utilities/table_properties_collectors. Yueh-Hsuan Chiang 2015-08-03 20:42:55 -0700
  • 20b244fcca Fix CompactFiles by adding all necessary files Venkatesh Radhakrishnan 2015-08-03 15:53:22 -0700
  • 87df6295dd Make SuggestCompactRangeNoTwoLevel0Compactions deterministic Venkatesh Radhakrishnan 2015-08-03 15:52:52 -0700
  • 40c64434d4 Parallelize L0-L1 Compaction: Restructure Compaction Job Ari Ekmekji 2015-08-03 11:32:14 -0700
  • 47316c2d08 dump_manifest supports DB with more number of levels sdong 2015-08-03 11:01:24 -0700
  • bd852bf118 Fixed typos in db_stress Andres Noetzli 2015-07-31 14:11:43 -0700
  • 544be638ab Fixing fprintf of non string literal Andres Noetzli 2015-07-30 17:46:47 -0700
  • 193dc977e7 Fixing dead code in table_properties_collector_test Andres Notzli 2015-07-30 16:59:03 -0700
  • 05d4265a28 Merge branch 'master' of github.com:facebook/rocksdb Boyang Zhang 2015-07-29 17:48:52 -0700
  • 4be6d44167 Compression sizes option for sst_dump_tool Boyang Zhang 2015-07-23 17:05:33 -0700
  • 8161bdb5a0 WriteBatch Save Points agiardullo 2015-07-10 20:15:45 -0700
  • 7bfae3a723 tools/db_crashtest2.py should run on the same DB sdong 2015-07-28 18:31:58 -0700
  • d06c82e477 Further cleanup of CompactionJob and MergeHelper Andres Notzli 2015-07-28 19:21:55 -0700
  • e95c59cd2f Count number of corrupt keys during compaction Andres Notzli 2015-07-28 16:41:40 -0700
  • 221a94a5fd Another attempt at adding the Java API and tests to the travis build Adam Retter 2015-04-07 12:30:45 +0100
  • 1bdfcef7bf Fix when output level is 0 of universal compaction with trivial move Poornima Chozhiyath Raman 2015-07-27 14:25:57 -0700
  • 6a82fba75f Add missing hashCode() implementation Andres Noetzli 2015-07-24 17:07:19 -0700
  • f73c801432 Fixing Java tests. Andres Noetzli 2015-07-24 16:56:26 -0700
  • 14f4137602 Correct the comment of DB::GetApproximateSizes Yueh-Hsuan Chiang 2015-07-24 16:29:05 -0700
  • 8279d41972 Merge pull request #667 from yuslepukhin/fix_now_microsec_win Siying Dong 2015-07-23 11:00:43 -0700
  • eb8e3b4c7a Fix shared library names on OSX Dave Cottlehuber 2015-07-23 15:08:24 +0200
  • 555ca3e7b7 Fix WinEnv::NowMicrosec * std::chrono does not provide enough granularity for microsecs and periodically emits duplicates * the bug is manifested in log rotation logic where we get duplicate log file names and loose previous log content * msvc does not imlement COW on std::strings adjusted the test to use refs in the loops as auto does not retain ref info * adjust auto_log rotation test with Windows specific command to remove a folder. The test previously worked because we have unix utils installed in house but this may not be the case for everyone. Dmitri Smirnov 2015-07-22 14:36:43 -0700
  • 82f148ef97 Fix test DBCompactionTest.PartialCompactionFailure undeterministic failure sdong 2015-07-22 13:45:08 -0700
  • 6002801e09 Abandon ROCKSDB_WARNING agiardullo 2015-07-22 12:56:56 -0700
  • 4922af6f8d fixed DBTest.GetPropertiesOfAllTablesTest and DBTest.GetUserDefinedTablaProperties flakiness Mike Kolupaev 2015-07-22 12:37:49 -0700
  • 3bf9f9a832 cleaned up PosixMmapFile a little Mike Kolupaev 2015-07-22 12:27:39 -0700
  • fe09a6dae3 [wal changes 2/3] write with sync=true syncs previous unsynced wals to prevent illegal data loss Mike Kolupaev 2015-07-22 03:28:08 -0700
  • 06aebca592 Report live data size estimate Andres Notzli 2015-07-21 21:33:20 -0700
  • 85ac65536b Tests to avoid to use TMPDIR directly sdong 2015-07-21 17:22:49 -0700
  • f09d45690b Merge pull request #664 from yuslepukhin/add_tests_fix_sanity Siying Dong 2015-07-21 19:03:44 -0700
  • 31b35c902e Add missing tests, fix db_sanity Add heap_test, merge_helper_test Fix uninitialized pointers in db_sanity_test that cause SIGSEV when DB::Open fails in case compression is not linked. Dmitri Smirnov 2015-07-21 18:04:28 -0700
  • 66a3cbc549 Merge pull request #663 from yuslepukhin/fix_windows_build_refactor Siying Dong 2015-07-21 17:29:02 -0700
  • ac5e441ad8 Fix windows build after refactoring Missing and duplicate files in CMake Missing definition of port::Crash Dmitri Smirnov 2015-07-21 17:20:57 -0700
  • 02b635fa38 Fix undeterministic failure of DBTest.GetPropertiesOfAllTablesTest sdong 2015-07-21 17:04:00 -0700
  • 3dbf4ba220 RangeSync not to sync last 1MB of the file Siying Dong 2015-07-20 14:46:15 -0700
  • 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc Yueh-Hsuan Chiang 2015-07-21 03:05:57 -0700
  • 0adecd9f4f Add db_inplace_update_test back to Makefile Yueh-Hsuan Chiang 2015-07-20 17:19:37 -0700
  • 064294081b Improved FileExists API agiardullo 2015-07-20 17:20:40 -0700
  • 9f1de95187 Revert Makefile Yueh-Hsuan Chiang 2015-07-20 16:40:41 -0700
  • 6867fb19c7 Revert "Add missing db_log_iter_test in the test list" Yueh-Hsuan Chiang 2015-07-20 16:18:35 -0700
  • 443c6646bc Move remaining universal compaction tests from db_test.cc to db_universal_compaction_test.cc Yueh-Hsuan Chiang 2015-07-20 16:07:54 -0700
  • 7462286d33 Move in-place-update related tests from db_test.cc to db_inplace_update_test.cc Yueh-Hsuan Chiang 2015-07-20 16:05:28 -0700
  • 03467bdd4d Add missing db_log_iter_test in the test list Yueh-Hsuan Chiang 2015-07-20 15:51:33 -0700
  • 331954ab83 Fixed DBTestUniversalManualCompactionOutputPathId test Yueh-Hsuan Chiang 2015-07-20 13:53:41 -0700
  • a75f23eb87 Relax assertions in unit DropWrites to be more permissible krad 2015-07-20 12:37:54 -0700
  • ee80432ff8 db_bench add an option of --universal_allow_trivial_move sdong 2015-07-20 11:52:39 -0700
  • 58b4209e05 Trigger non-trivial compaction in fault_injection_test sdong 2015-07-16 12:18:32 -0700
  • 59eca2cc99 Make memenv_test runnable in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:35:10 -0700
  • aa8ac6445b Skip unsupported tests in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:24:54 -0700
  • ce9712d340 Make mock_env_test runnable in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:19:51 -0700
  • c06d1d8393 Make merge_test runnable in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:17:52 -0700
  • 144d2910db Block backupable_db_test_lite in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:15:16 -0700
  • 0d1d9aeebe Block plain_table_db_test in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:12:02 -0700
  • 4853e228ef Make table_test runnable in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 11:09:14 -0700
  • f0fe9126f2 Fix compile for write_callback_test in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 10:54:15 -0700
  • cf6a7bebc8 Block cuckoo table tests in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 10:50:46 -0700
  • 20922c4a5a Make compaction_picker_test runnable in ROCKSDB_LITE Islam AbdelRahman 2015-07-20 10:46:09 -0700
  • 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env sdong 2015-07-17 16:16:11 -0700
  • 5ec829bc4f Cleaning up CYGWIN define of fread_unlocked to port sdong 2015-07-17 10:21:01 -0700
  • 26ca893198 Block document_db_test in ROCKSDB_LITE Islam AbdelRahman 2015-07-17 12:54:30 -0700
  • 35ca59364c Don't let flushes preempt compactions Igor Canadi 2015-07-17 12:02:52 -0700
  • 79373c372d Fix ROCKSDB_WARNING agiardullo 2015-07-17 11:04:55 -0700
  • 74c755c552 Added JSON manifest dump option to ldb command Ari Ekmekji 2015-07-17 10:07:40 -0700
  • a96fcd09b7 Deprecate CompactionFilterV2 Igor Canadi 2015-07-17 18:59:11 +0200
  • 1d20fa9d0f Fixed and simplified merge_helper Andres Notzli 2015-07-17 09:27:24 -0700
  • aede5cd8e6 Merge pull request #656 from qinzuoyan/fb-master Siying Dong 2015-07-16 18:06:11 -0700
  • d730c36777 Merge pull request #657 from yuslepukhin/ensure_clean_public_headers Siying Dong 2015-07-16 17:47:30 -0700
  • ac2b9367fe Fix a typo in variable sdong 2015-07-16 12:17:16 -0700
  • 415c473239 Merge after rebasing Dmitri Smirnov 2015-07-16 12:12:18 -0700
  • d1a457181d Ensure Windows build w/o port/port.h in public headers Dmitri Smirnov 2015-07-16 12:10:16 -0700
  • 6c0c8dee7b Fix data loss after DB recovery by not allowing flush/compaction to be scheduled until DB opened sdong 2015-07-15 19:58:28 -0700
  • e4af3bfb27 Test for compaction of corrupted keys Andres Notzli 2015-07-16 09:18:35 -0700
  • 91bf1b80ef Java facility to use the RemoveEmptyValueCompactionFilter Adam Retter 2015-07-14 17:48:16 +0100
  • 3d00271e40 The ability to specify a compaction filter via the Java API Adam Retter 2015-07-14 17:44:51 +0100
  • 62dec0e2b7 RemoveEmptyValueCompactionFilter - A compaction filter which removes entries which have an empty value Adam Retter 2015-07-14 17:41:20 +0100
  • c5bca53198 Fix compile on Mac Igor Canadi 2015-07-16 11:22:21 +0200