Commit Graph

  • 0155c73dee Fix parallel tests `make check -j` Islam AbdelRahman 2016-08-01 17:22:07 -0700
  • c49ea68c55 Fix to enable running CI jobs locally krad 2016-08-01 16:29:33 -0700
  • 726c2f7e5b Build break fix krad 2016-08-01 15:22:58 -0700
  • d51dc96a79 Experiments on column-aware encodings omegaga 2016-08-01 14:50:19 -0700
  • c116b47804 Persistent Read Cache (part 6) Block Cache Tier Implementation krad 2016-05-03 11:05:42 -0700
  • 64046e581c Write a benchmark to emulate time series data omegaga 2016-08-01 12:28:51 -0700
  • 9ae92f50b2 More granular steps in the Makefile, can help with running all or single Java tests (and with ASAN build - https://github.com/facebook/rocksdb/wiki/JNI-Debugging) (#1237) Adam Retter 2016-07-29 20:55:54 +0100
  • 7c01d65344 [Fix Java] Remove duplicate cases in LoggerJniCallback::Logv Islam AbdelRahman 2016-07-29 12:47:15 -0700
  • 8796934af7 Added missing Java ReadOptions settings (#1109) Adam Retter 2016-07-29 20:12:03 +0100
  • 5e2c796589 Make DBTest.CompressionStatsTest more deterministic Islam AbdelRahman 2016-07-29 11:42:28 -0700
  • 557748ff7b Fix db_stress failure (pass merge_operator even if not used) Islam AbdelRahman 2016-07-29 11:02:03 -0700
  • 811ee21112 Bugfix to ensure that logging can be achieved from threads that are not known to the JVM (#1106) Adam Retter 2016-07-29 00:54:06 +0100
  • afad5bd1c5 Simplify thread-local static initialization Andrew Kryczka 2016-07-28 14:55:22 -0700
  • 6920cde893 Remove an extra apostrophe Gunnar Kudrjavets 2016-07-27 21:14:02 -0700
  • e72ea485ed add InDomain regression test Aaron Gao 2016-07-27 18:45:53 -0700
  • 9c8ac144bd Avoid duplicate task creation for RocksDB contruns Gunnar Kudrjavets 2016-07-27 16:37:12 -0700
  • d4c45428af db_stress shouldn't assert file size 0 if file creation fails sdong 2016-07-25 12:27:06 -0700
  • d3bfd33972 Testing out parallel sandcastle changes Anirban Rahut 2016-07-27 11:58:57 -0700
  • 7efd9c25c4 Increse timeout in some tests sdong 2016-07-27 11:16:55 -0700
  • 50b8d29b9c fixes 1230: Error:string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command (#1231) Alexander Jipa 2016-07-26 23:29:02 -0400
  • 5c858ddd20 fix errata in libnuma test (#1244) woonhak.kang 2016-07-26 22:28:45 -0400
  • e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too sdong 2016-07-26 18:05:30 -0700
  • 0ce258f9b3 Compaction picker to expand output level files for keys cross files' boundary too. sdong 2016-07-25 18:08:49 -0700
  • ac0d93b08f fixes 1217: rocksdbjni javac and javah execute_processes fail on windows (#1218) Alexander Jipa 2016-07-26 19:18:49 -0400
  • 1ae46094de Appveyor badge to show master branch Islam AbdelRahman 2016-07-26 13:54:08 -0700
  • 8745f013ff [Fix java build] Stop using non standard std::make_unique Islam AbdelRahman 2016-07-26 13:18:31 -0700
  • e12270dfee fix previous typo Wanning Jiang 2016-07-26 11:15:14 -0700
  • bbd6a5a184 ldb restore subcommand Andrew Kryczka 2016-07-26 11:13:26 -0700
  • 9498069fc9 Run error-filtering script on diff-triggered tests Andrew Kryczka 2016-07-25 16:37:23 -0700
  • f8061a237e Fix Statistics TickersNameMap miss match with Tickers enum Islam AbdelRahman 2016-07-25 16:05:50 -0700
  • 16e225f70d Fix MergeContext::copied_operands_ strings moving Islam AbdelRahman 2016-07-25 15:31:41 -0700
  • a4955b39ac Run sandcastle tests in /dev/shm krad 2016-07-25 14:17:28 -0700
  • ae0ad719de Fix flaky DBSSTTEST::DeleteObsoleteFilesPendingOutputs Yi Wu 2016-07-25 15:09:34 -0700
  • b2a8016df1 Update db_bench_tool.cc (#1239) zhang-tong 2016-07-25 14:50:44 -0700
  • c6654588bd Disable two dynamic options tests under lite build Yi Wu 2016-07-25 11:48:17 -0700
  • 2a6d0cde72 Ignore stale logs while restarting DBs sdong 2016-07-19 11:48:00 -0700
  • ee8bf2e41f fixes 1228: rockdbjni loadLibraryFromJarToTemp fails when file is already present (#1232) Alexander Jipa 2016-07-24 06:19:00 -0400
  • f85df120f2 Re-enable tsan crash white-box test with reduced killing odds sdong 2016-07-22 11:46:13 -0700
  • 89e4c48820 Update README.md to include appveyor badge Islam AbdelRahman 2016-07-22 12:03:21 -0700
  • b06ca5f860 ldb load, prefer ifsteam(/dev/stdin) to std::cin (#1207) Peter (Stig) Edwards 2016-07-22 19:46:40 +0100
  • 4ea0ab3cc5 Revert "Remove bashism from `make check` (#1225)" sdong 2016-07-22 10:42:56 -0700
  • 12767b3130 fixes 1220: rocksjni build fails on Windows due to variable-size array declaration (#1223) Alexander Jipa 2016-07-22 13:17:10 -0400
  • a9d512a76b Update .gitignore for internal release Andrew Kryczka 2016-07-22 01:13:25 -0700
  • d5a51d4de3 Need to make sure log file synced before flushing memtable of one column family sdong 2016-07-19 15:12:46 -0700
  • 89f319c2df Fix unit test which breaks lite build Yi Wu 2016-07-21 14:32:12 -0700
  • b50632920d Add unit test not on /dev/shm as part of the pre-commit tests sdong 2016-07-21 12:53:02 -0700
  • b9a97181aa Bump next release version krad 2016-07-21 11:05:27 -0700
  • 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) ryneli 2016-07-21 11:16:34 -0700
  • 32604e6601 Fix flush not being commit while writing manifest Yi Wu 2016-07-21 10:10:41 -0700
  • 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) John Alexander 2016-07-20 15:28:04 -0700
  • 08ab1d83ac Remove bashism from `make check` (#1225) Volker Mische 2016-07-20 23:41:11 +0200
  • f9b14be495 Re-enable TSAN crash test but only with black box crash test sdong 2016-07-20 11:14:51 -0700
  • 68f3eb746c Run release build for CLANG and GCC 4.8.1 in pre-commit tests too sdong 2016-07-19 18:32:51 -0700
  • e70020e4f6 Only cache level 0 indexes and filter when opening table reader omegaga 2016-07-20 11:23:31 -0700
  • 7bedd94406 Build break fix krad 2016-07-19 16:36:25 -0700
  • 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) Islam AbdelRahman 2016-07-20 09:49:03 -0700
  • e70ba4e40e MemTable::PostProcess() can skip updating num_deletes if the delta is 0 sdong 2016-07-08 12:51:24 -0700
  • 2a282e5f54 DBTablePropertiesTest.GetPropertiesOfTablesInRange: Fix Flaky sdong 2016-07-15 10:51:59 -0700
  • d9cfaa2b16 Persistent Read Cache (6) Persistent cache tier implentation - File layout krad 2016-04-22 16:18:33 -0700
  • 9430333f84 New Statistics to track Compression/Decompression (#1197) John Alexander 2016-07-19 09:44:03 -0700
  • 515b11ffab fixes #1210: rocksdb/java/CMakeLists.txt lacks cmake_minimum_required (#1214) Alexander Jipa 2016-07-18 10:37:49 -0400
  • 876cb8bfb4 fixes #1212: rocksdbjni maven build does not escape slashes in groovy script (#1213) Alexander Jipa 2016-07-17 03:43:34 -0400
  • 21c55bdb6e DBTest.DynamicLevelCompressionPerLevel: Tune Threshold sdong 2016-07-15 10:18:16 -0700
  • 4b95253587 Refactor cache.cc Yi Wu 2016-07-15 10:41:36 -0700
  • c6a8665b37 Update LANGUAGE-BINDINGS.md Igor Canadi 2016-07-15 13:09:30 +0200
  • 880ee363eb ldb backup support Wanning Jiang 2016-07-14 14:09:31 -0700
  • 6797e6ffac Avoid updating memtable allocated bytes if write_buffer_size is not set sdong 2016-07-07 11:13:57 -0700
  • dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h Aaron Gao 2016-07-13 17:59:25 -0700
  • 56222f57df Avoid FileMetaData copy Andrew Kryczka 2016-07-13 15:36:22 -0700
  • 15b7a4ab88 Fixed output size and removed unneeded loop Jay Edgar 2016-07-08 10:52:25 -0700
  • 6ea41f8527 Fix deadlock when trying update options when write stalls Yi Wu 2016-07-12 15:30:38 -0700
  • efd013d6d8 Miscellaneous performance improvements Jay Edgar 2016-06-13 09:57:43 -0700
  • e6f68faf99 Update Makefile to fix dependency omegaga 2016-07-11 13:55:46 -0700
  • 816ae098ea fix test failure Aaron Gao 2016-07-11 13:33:52 -0700
  • e295da1266 Fix Log() doc for default level Andrew Kryczka 2016-07-11 11:16:53 -0700
  • 8e6b38d895 update DB::AddFile to ingest list of sst files Aaron Gao 2016-07-11 10:43:12 -0700
  • 296545a2c7 Fix clang analyzer errors Yi Wu 2016-07-08 17:50:51 -0700
  • 61dbfbb6ce Add release build to RocksDB per-diff/post-commit tests Gunnar Kudrjavets 2016-07-08 16:02:29 -0700
  • 907f24d0e1 Concurrent memtable inserter to update counters and flush state after all inserts sdong 2016-07-07 14:45:29 -0700
  • 0f691c4b5b CLI option & Rename() allow overwrite Wanning Jiang 2016-07-07 17:51:36 -0700
  • 7c190070b4 delete unnessary pointer cast in beginInternalTransaction() function Aaron Gao 2016-07-07 16:34:41 -0700
  • e1b3ee8a79 Cleanup auto-roll logger flush-while-rolling test Andrew Kryczka 2016-07-07 11:35:40 -0700
  • cd4178a015 Add a new feature to enforce a sync point only active on a thread omegaga 2016-07-07 11:29:14 -0700
  • b954847fca Fix release build for MyRocks by using debug-only code only in debug builds Gunnar Kudrjavets 2016-07-06 16:07:53 -0700
  • a00bf1b3cf Add More Logging to track total_log_size sdong 2016-06-27 17:42:14 -0700
  • 01f77cb192 Update USER.md to include more services at Facebook. sdong 2016-06-20 18:01:03 -0700
  • eb53c05a35 Add comment for GetBackupInfo about returned BackupInfos order Zun Wang 2016-07-06 12:54:01 -0700
  • 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances sdong 2016-06-20 18:01:03 -0700
  • 5aaef91d4a group multiple batch of flush into one manifest file (one call to LogAndApply) Aaron Gao 2016-07-05 18:09:59 -0700
  • a45ee83181 Fix a bug that accesses invalid address in iterator cleanup function omegaga 2016-07-05 11:57:14 -0700
  • 38fae9e65d fix typos in HISTORY.md (#1192) Lucas Qiu 2016-07-04 22:58:35 -0700
  • 1a11c934d2 Disable some persistent cache tests on linux/clang Andrew Kryczka 2016-07-04 15:42:33 -0700
  • 9b5adea97f Add More Logging to track total_log_size Islam AbdelRahman 2016-07-02 01:56:57 -0700
  • 95d96eeeb1 remove LockFile Wanning Jiang 2016-07-01 15:28:08 -0700
  • ff45d1b547 if read only backup engine can't find meta dirs, return NotFound() instead of IOError() Wanning Jiang 2016-07-01 11:36:33 -0700
  • cb2476a0ca fix rate limiter to avoid starvation Aaron Gao 2016-07-01 00:16:29 -0700
  • 6b7167651f Run env_basic_test on Env::Default Andrew Kryczka 2016-06-30 18:34:29 -0700
  • 9eb0b53954 Move env_basic_test cleanup to TearDown Andrew Kryczka 2016-06-30 18:33:49 -0700
  • 1fe3bf8298 Re-enable linux on travis Islam AbdelRahman 2016-06-30 14:34:50 -0700
  • 43692793e3 Fixed Minor Bug on Windows Build and db_bench_tool.cc (#1189) John Alexander 2016-06-29 18:44:22 -0700