Commit Graph

  • e7899c6618 Fix build issue. (#1103) Dmitri Smirnov 2016-04-28 11:39:12 -0700
  • 0f428c5619 Fix compression dictionary clang osx error Andrew Kryczka 2016-04-28 10:42:10 -0700
  • 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo Li Peng 2016-04-28 17:30:44 +0800
  • af70f9ac6d Fix typo in build_tools/fbcode_config.sh Islam AbdelRahman 2016-04-27 21:00:22 -0700
  • 54de13abac Fix compression dictionary clang errors Andrew Kryczka 2016-04-27 18:30:04 -0700
  • 0850bc5147 Fix build on machines without jemalloc Islam AbdelRahman 2016-04-27 18:25:19 -0700
  • 4032145adc Configurable compression in db_bench Andrew Kryczka 2016-04-27 17:39:18 -0700
  • 843d2e3137 Shared dictionary compression using reference block Andrew Kryczka 2016-04-27 17:36:03 -0700
  • ad573b9027 Temporarily disable CompactFiles in db_stress in its default setting Yueh-Hsuan Chiang 2016-04-27 16:50:51 -0700
  • 1c80dfab24 Print memory allocation counters Sergey Makarenko 2016-04-27 16:23:33 -0700
  • eb73980853 Fix BackupableDBTest Islam AbdelRahman 2016-04-26 16:07:04 -0700
  • ac0e54b4c6 CompactedDB should not be used if there is outstanding WAL files sdong 2016-04-21 15:32:06 -0700
  • d719b095dc Introduce PinnedIteratorsManager (Reduce PinData() overhead / Refactor PinData) Islam AbdelRahman 2016-04-26 12:41:07 -0700
  • 1995e34d6a Retrieve file size from proper Env Andrew Kryczka 2016-04-26 12:33:30 -0700
  • 7c14abf2c7 Improve BytewiseComparatorImpl::FindShortestSeparator Islam AbdelRahman 2016-04-25 23:02:14 -0700
  • f3eb0b5b8c Make EventListenerTest.CompactionReasonLevel more deterministic Islam AbdelRahman 2016-04-25 18:18:35 -0700
  • 7b78d623f7 Shouldn't report default column family's compaction stats as DB compaction stats sdong 2016-04-21 16:58:38 -0700
  • 995353e46a Fix null-pointer-dereference detected by Infer (https://github.com/facebook/infer) Dhruba Borthakur 2016-04-25 14:27:27 +0100
  • 24110ce90c Correct Statistics FLUSH_WRITE_BYTES Yueh-Hsuan Chiang 2016-04-25 12:01:01 -0700
  • b71c4e613f Alpine Linux Build (#990) dx9 2016-04-22 19:49:12 -0400
  • 90ffed1f93 Update USERS.md with link to LinkedIn blog post (#1088) Igor Canadi 2016-04-22 15:53:32 -0700
  • 99a3bf8f62 Merge pull request #1068 from daaku/c-purge-old-backups Naitik Shah 2016-04-22 22:49:59 +0200
  • b54c347424 Use async file handle for better parallelism (#1049) PraveenSinghRao 2016-04-22 13:27:33 -0700
  • c146c9be18 rocksdb_create_mem_env to allow C libraries to create mem env (#1066) Naitik Shah 2016-04-22 22:25:05 +0200
  • 6da70c5815 expose more options in the c api (#1067) Naitik Shah 2016-04-22 22:24:09 +0200
  • 6f01687aae C rocksdb_create_iterators to expose NewIterators (#1069) Naitik Shah 2016-04-22 22:22:21 +0200
  • 644f978c18 Fix RocksDB Lite build in db_stress Yueh-Hsuan Chiang 2016-04-21 14:47:23 -0700
  • 5bd4022fec Add comparator, merge operator, property collectors to SST file properties (again) Islam AbdelRahman 2016-04-21 10:16:28 -0700
  • 7a6045a3c7 fix typo in HISTORY.md Andrew Kryczka 2016-04-20 18:53:37 -0700
  • 73a847ef89 Add per-level compression ratio property Andrew Kryczka 2016-04-20 18:46:54 -0700
  • ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) Dmitri Smirnov 2016-04-19 22:54:24 -0700
  • 874c96ac1d Merge pull request #1083 from flabby/master flabby 2016-04-20 05:51:24 +0800
  • 6cbffd50d0 Enable testing CompactFiles in db_stress Yueh-Hsuan Chiang 2016-04-19 14:36:09 -0700
  • b95510ddf4 Fix DBTest.RateLimitedDelete flakiness Islam AbdelRahman 2016-04-19 14:05:48 -0700
  • 6356b4d516 Fix nullptr dereference in adaptive_table Islam AbdelRahman 2016-04-19 13:57:05 -0700
  • 9385fd72c0 Delete deprecated backup classes in Java Andrew Kryczka 2016-04-19 10:32:31 -0700
  • a2466c8851 [db_stress] Make subcompaction random in crash_test Yueh-Hsuan Chiang 2016-04-18 14:43:33 -0700
  • c3c389d542 Fix column label for L0 write sum Andrew Kryczka 2016-04-18 14:34:45 -0700
  • ec84bef24a New legocastle output parsing Andrew Kryczka 2016-04-18 13:01:10 -0700
  • 725184b04e Fix db_block_cache_test in lite build Yi Wu 2016-04-18 11:34:11 -0700
  • 290883d94a Fix lite build Yi Wu 2016-04-18 10:47:10 -0700
  • 23089fd281 write_callback_test: clean test directory before running tests sdong 2016-04-15 17:13:12 -0700
  • 792762c42c Split db_test.cc Yi Wu 2016-04-18 09:42:50 -0700
  • 40b840f294 Delete deprecated *BackupableDB interface for backups Andrew Kryczka 2016-04-18 09:04:14 -0700
  • 6affd45d84 Make more tests run in parallel Yi Wu 2016-04-17 22:34:56 -0700
  • 47833e0ab9 Merge branch 'master' of github.com:facebook/rocksdb Victor Tyutyunov 2016-04-16 01:48:17 -0700
  • e5c614e1df Fixing snapshot 0 assertion Victor Tyutyunov 2016-04-12 10:35:15 -0700
  • 1b1adebe8f Fixing snapshot 0 assertion Victor Tyutyunov 2016-04-12 10:35:15 -0700
  • 6d436a3f85 DBTest.HardLimit made more deterministic sdong 2016-04-15 17:00:56 -0700
  • 994d9bc82b Make parallel valgrind watch-log more readable Islam AbdelRahman 2016-04-15 16:21:03 -0700
  • 9d35ae649e Make DBTestUniversalCompaction.IncreaseUniversalCompactionNumLevels more deterministic sdong 2016-04-15 15:44:42 -0700
  • cea8ed9702 Fix backupable_db_test test cases that can't run by itself sdong 2016-04-15 14:34:53 -0700
  • 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. sdong 2016-04-14 13:56:29 -0700
  • 3894603fef Allow valgrind_check to run in parallel sdong 2016-04-13 19:27:52 -0700
  • c9d668c584 Fix unit tests issues on Windows (#1078) Dmitri Smirnov 2016-04-14 17:33:53 -0700
  • 083cadc7e9 Minor fix to Java sandcastle job definition krad 2016-04-14 15:04:10 -0700
  • 80b74a6c64 Include ldb tool in the windows build (#914) Sherlock 2016-04-14 10:50:34 -0700
  • 7c14d11eb9 Minor fix to java build job krad 2016-04-14 10:44:15 -0700
  • 535af525d6 BlockBasedTable::PrefixMayMatch() to skip index checking if we can't find a filter block. sdong 2016-04-13 13:02:33 -0700
  • 09be5cad5b Minor fix to sandcastle java job definition krad 2016-04-13 15:56:46 -0700
  • 1aeca97337 Release RocksDB 4.7 Islam AbdelRahman 2016-04-13 15:03:08 -0700
  • dfc3de8b7d Split Travis unittests Job Islam AbdelRahman 2016-04-13 14:22:29 -0700
  • c2c8fe47f0 Add Java job for sandcastle krad 2016-04-13 11:38:47 -0700
  • 19ef3de57e Fix ManualCompactionPartial test flakiness Islam AbdelRahman 2016-04-13 10:38:45 -0700
  • b345b36620 Add a minimum value for the refill bytes per period value Jay Edgar 2016-04-12 15:09:28 -0700
  • dff4c48ede BlockBasedTable::PrefixMayMatch: no need to find data block after full bloom checking sdong 2016-04-12 13:56:24 -0700
  • 0353b853cb Propagate sandcastle run error to UI krad 2016-04-12 10:37:58 -0700
  • b885f33a56 Parallelize travis jobs Islam AbdelRahman 2016-04-12 15:05:56 -0700
  • 71303e04e7 Update db_bench_tool.cc (#1073) Hyunyoung Lee 2016-04-12 14:05:09 -0700
  • 63cf15bb9f Fix option settable tests sdong 2016-04-11 14:57:27 -0700
  • e208575b2d using java7 in runtime for hdfs env (#1072) Shu Zhang 2016-04-11 21:08:26 -0700
  • 13e6c8e97a Relax an assertion in Compaction::ShouldStopBefore Yueh-Hsuan Chiang 2016-04-11 20:15:52 -0700
  • ae21d71e94 Fixed a bug in RocksDB Statistics where flush is considered as compaction Yueh-Hsuan Chiang 2016-04-11 19:59:25 -0700
  • 8e0e22f76b Fix Windows build by replacing strings.h include Andrew Kryczka 2016-04-11 19:21:00 -0700
  • 5675d5037f Revert travis commit Islam AbdelRahman 2016-04-11 16:46:55 -0700
  • 91f0f1f5ef fix travis Islam AbdelRahman 2016-04-11 16:37:22 -0700
  • a23c6052c8 Don't run DBOptionsAllFieldsSettable under valgrind sdong 2016-04-11 11:39:51 -0700
  • 30d72ee43c PrefixTest.PrefixAndWholeKeyTest should run against a different directory from prefix_test sdong 2016-04-11 12:15:46 -0700
  • 0e3cc2cf1f Add column family info to TableProperties::ToString() Andrew Kryczka 2016-04-08 18:50:18 -0700
  • 2448f80375 Make sure that if use_mmap_reads is on use_os_buffer is also on Jay Edgar 2016-04-06 15:53:52 -0700
  • 114a1b8792 Fix build errors for windows Andrew Kryczka 2016-04-08 13:09:19 -0700
  • 0522990358 Improve sst_dump help message Islam AbdelRahman 2016-04-08 12:05:02 -0700
  • 0930e5e99f Update comments on include/rocksdb/perf_context.h sdong 2016-04-04 12:26:01 -0700
  • 3b977bcdc8 instructing people to use java7 for hdfs (#1063) Shu Zhang 2016-04-07 14:34:29 -0700
  • 1518b733eb Change default number of cache shard bit to be 6 and max_file_opening_threads to be 16. sdong 2016-04-07 13:51:47 -0700
  • ada88b63f5 fix wrong assignment of level0_stop_writes_trigger in spatialdb (#1061) flabby 2016-04-08 00:02:28 +0800
  • 2391ef7214 Embed column family name in SST file Andrew Kryczka 2016-04-06 23:10:32 -0700
  • ab4c62332e Don't use version in the error message Igor Canadi 2016-04-06 15:00:15 -0700
  • d02eb8d00b Fix unused variable warning Islam AbdelRahman 2016-04-04 11:10:46 -0700
  • 9278097f86 Merge pull request #1056 from facebook/igorcanadi-patch-1 Igor Canadi 2016-04-04 08:08:52 -0700
  • cc87075d63 No need to limit to 20 files in UpdateAccumulatedStats() if options.max_open_files=-1 Aaron Gao 2016-04-01 16:19:12 -0700
  • 8a1a603fdb Eliminate std::deque initialization while iterating over merge operands Islam AbdelRahman 2016-04-01 15:48:55 -0700
  • f38540b12a WriteBatchWithIndex micro optimization Islam AbdelRahman 2016-04-01 15:23:46 -0700
  • 200654067a Merge pull request #1053 from adamretter/benchmark-java-comparator Adam Retter 2016-04-01 13:53:15 -0700
  • f2c43a4a27 Stderr info logger Andrew Kryczka 2016-04-01 11:06:06 -0700
  • b55e2165be Rocksdb backup can store optional application specific metadata Uddipta Maity 2016-04-01 10:56:52 -0700
  • 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. Marton Trencseni 2016-04-01 10:42:39 -0700
  • 2feafa3db9 Change some RocksDB default options sdong 2016-03-24 12:45:50 -0700
  • a558830f8f Fixed compile warnings in posix_logger.h and coding.h Yueh-Hsuan Chiang 2016-03-31 16:01:47 -0700
  • 51c9464dfc Merge pull request #980 from adamretter/java-arm Yueh-Hsuan Chiang 2016-03-31 13:56:45 -0700