Commit Graph

  • e526b71402 Make PartialCompactionFailure Test more robust. Yueh-Hsuan Chiang 2014-11-06 13:53:02 -0800
  • 0c2be0de38 Turn on -Wshadow for travis Igor Canadi 2014-11-06 13:29:17 -0800
  • 5fd33d26f1 Turn off -Wshadow Igor Canadi 2014-11-06 12:01:02 -0800
  • 9f20395cd6 Turn -Wshadow back on Igor Canadi 2014-11-06 11:14:28 -0800
  • c02338a698 update HISOTRY.md for new release Lei Jin 2014-11-06 11:02:30 -0800
  • 367a3f9cb4 Improve DBTest.GroupCommitTest: artificially slowdown log writing to trigger group commit sdong 2014-11-06 10:14:47 -0800
  • b52b144c73 Merge pull request #386 from EugenePig/java8 Igor Canadi 2014-11-06 10:46:20 -0800
  • ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty sdong 2014-11-05 18:07:22 -0800
  • 59d5497989 suppress JDK8 errors for #385 Eugene Su 2014-11-06 16:25:53 +0800
  • ea18b944a7 Add db_bench option --report_file_operations Shi Feng 2014-10-29 14:24:34 -0700
  • 2ea1219eb6 Fix RecordIn and RecordDrop stats sdong 2014-10-31 18:36:07 -0700
  • e4211d10c1 Apply InfoLogLevel to the logs in util/env_hdfs.cc Yueh-Hsuan Chiang 2014-11-05 00:12:20 -0800
  • 76f6c7c7c4 CompactionFilterV2: eliminate an often unnecessary allocation. maurice barnum 2014-11-05 05:31:11 +0000
  • 29a9161f34 Note dynamic options in options.h Lei Jin 2014-11-04 16:23:45 -0800
  • fd24ae9d05 SetOptions() to return status and also add it to StackableDB Lei Jin 2014-11-04 16:23:05 -0800
  • b1267750fb fix the asan check Lei Jin 2014-11-04 15:58:14 -0800
  • 83bf09144b Bump verison number to 3.7 sdong 2014-11-04 14:39:09 -0800
  • da5daa061c Replace some ASSERT_TRUE() asserts in DBTest.DynamicMemtableOptions and DynamicCompactionOptions with more specific ones sdong 2014-11-04 11:33:57 -0800
  • b0cda4a116 DBTest.DynamicMemtableOptions to use single background compaction sdong 2014-11-04 11:07:36 -0800
  • 8810850dd4 Apply InfoLogLevel to the logs in db/compaction_job.cc Yueh-Hsuan Chiang 2014-11-04 11:07:11 -0800
  • 71783f6524 Merge pull request #377 from fyrz/RocksJava-KeyMayExist Yueh-Hsuan Chiang 2014-11-04 11:05:19 -0800
  • 614bbcbe2c Merge pull request #374 from fyrz/RocksJava-DBOptions-Extension-3.6 Yueh-Hsuan Chiang 2014-11-04 10:51:59 -0800
  • d8e1196635 Apply InfoLogLevel to the logs in db/version_set.cc Yueh-Hsuan Chiang 2014-11-04 10:34:33 -0800
  • 2a019f1d03 Apply InfoLogLevel to the logs in db/wal_manager.cc Yueh-Hsuan Chiang 2014-11-04 10:34:18 -0800
  • 469d474ba0 Apply InfoLogLevel to the logs in db/db_impl.cc Yueh-Hsuan Chiang 2014-11-04 10:28:08 -0800
  • ac6afaf9ef Enforce naming convention of getters in version_set.h sdong 2014-11-03 17:45:55 -0800
  • 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes sdong 2014-11-03 14:11:33 -0800
  • 636e57b52d Fix coverage script Igor Canadi 2014-11-03 14:53:00 -0800
  • 30ca3752ba Revamp our build tools Igor Canadi 2014-11-03 14:00:45 -0800
  • 051c67ff53 Merge pull request #378 from baotiao/master Igor Canadi 2014-11-03 11:27:50 -0800
  • d0e7e49ae6 Merge pull request #379 from fyrz/RocksJavaBuildFix Igor Canadi 2014-11-03 11:27:13 -0800
  • 94e31ac227 [RocksJava] Extend Options with DBOptions implementation [RocksJava] Included DBOptionsTest and refactored OptionsTest fyrz 2014-10-28 22:38:08 +0100
  • b060d30065 [RocksJava] Build fix after options refactoring fyrz 2014-11-02 23:48:40 +0100
  • 9fd65e5667 add make clean in examples makefile baotiao 2014-11-03 04:42:28 +0800
  • 8e79ce68ce Revert "Fix lint errors and coding style of ldb related codes." Igor Canadi 2014-10-31 19:22:49 -0700
  • 45a612f990 Revert "Fix incorrect fixing of lint errors in ldb_cmd.cc" Igor Canadi 2014-10-31 19:22:42 -0700
  • 27129c739f [RocksJava] KeyMayExist w/o ColumnFamilies fyrz 2014-11-01 01:02:12 +0100
  • 86905e3cbb Move VersionBuilder logic to a separate .cc file sdong 2014-10-31 11:54:05 -0700
  • 74eb4fbe93 CompactionJob Igor Canadi 2014-10-31 16:31:25 -0700
  • 8ddddd62d0 Fix incorrect fixing of lint errors in ldb_cmd.cc Yueh-Hsuan Chiang 2014-10-31 16:15:15 -0700
  • 46c14c6661 Fix #258. benchmarkharness -- make bm_min_usec uint Igor Canadi 2014-10-31 15:41:25 -0700
  • 72cb7cf201 Add fsync / corrupt simulation to env_mem Lei Jin 2014-10-31 15:16:31 -0700
  • 0e526eb9d7 introduce TestMemEnv and use it in db_test Lei Jin 2014-10-31 15:08:10 -0700
  • 8db24f4b35 exclude mock test file from MOCK_SOURCES Lei Jin 2014-10-31 15:07:27 -0700
  • 5594d446ff unfriend DBImpl and InternalStats from VersionStorageInfo Lei Jin 2014-10-31 15:04:39 -0700
  • 82e3ae5403 fix c_test Lei Jin 2014-10-31 15:04:01 -0700
  • bc9f36fd5e Fix lint errors and coding style of ldb related codes. Yueh-Hsuan Chiang 2014-10-31 15:01:39 -0700
  • c645250ee0 CompactionStats to support larger value of RecordIn and RecordDrop sdong 2014-10-31 13:51:16 -0700
  • f7e6c856ab Fix BaseReferencedVersionBuilder's destructor order sdong 2014-10-31 12:16:35 -0700
  • c76dcb44d4 fix Lei Jin 2014-10-31 13:28:07 -0700
  • b452dede5c fix Lei Jin 2014-10-31 12:23:00 -0700
  • 29d83cc33a temporarily remove -Wshadow Lei Jin 2014-10-31 12:20:39 -0700
  • c1a924b9f0 Move convenience.h to /include Jonah Cohen 2014-10-31 12:08:43 -0700
  • 7e01d12026 Add support for in place update for db_stress Venkatesh Radhakrishnan 2014-10-31 12:02:14 -0700
  • 9f7fc3ac45 Turn on -Wshadow Igor Canadi 2014-10-31 11:59:54 -0700
  • 98849a35fa Apply InfoLogLevel to the logs in table/block_based_table_reader.cc Yueh-Hsuan Chiang 2014-10-31 11:41:15 -0700
  • 4d2ba38b65 Make VersionBuilder unit testable sdong 2014-10-31 08:48:19 -0700
  • 2b1f23dcae Apply InfoLogLevel to the logs in db/db_iter.cc Yueh-Hsuan Chiang 2014-10-30 16:54:34 -0700
  • ccaf1aa7cb Merge pull request #372 from fyrz/RocksJava-CF-Merge-Hardening Yueh-Hsuan Chiang 2014-10-30 16:49:40 -0700
  • a29118ffc7 Merge pull request #355 from fyrz/RocksJava-Options-Refactoring-3.6 Yueh-Hsuan Chiang 2014-10-30 16:46:41 -0700
  • 85b04ca765 [RocksJava] Review comments - reformatted MergeTest fyrz 2014-10-31 00:41:04 +0100
  • df7abb4e8d [RocksJava] Integrated code review comments fyrz 2014-10-31 00:04:16 +0100
  • 171be0ed55 Merge with ColumnFamilies & Hardening CFHandle fyrz 2014-10-29 18:40:44 +0100
  • 39464a990f [RocksJava] Options Refactoring 3.6 fyrz 2014-10-28 22:38:08 +0100
  • 0f7f3b8605 Check InfoLogLevel earlier in Log functions. Yueh-Hsuan Chiang 2014-10-30 13:36:18 -0700
  • 73605d9179 Apply InfoLogLevel to the logs in util/db_info_dumper.cc Yueh-Hsuan Chiang 2014-10-30 13:34:44 -0700
  • fda592d902 Merge pull request #356 from fyrz/RocksJava-TableOptions-3.6 Yueh-Hsuan Chiang 2014-10-30 13:17:53 -0700
  • c73d13bb81 [RocksJava] Integrate review comments from yhchiang fyrz 2014-10-28 18:37:53 +0100
  • b011e201fa Integrated review comments by ankgup87 fyrz 2014-10-26 20:47:54 +0100
  • 2c1bd8846f BlockBasedTableConfig & PlainTableConfig enhancements fyrz 2014-10-20 22:42:32 +0200
  • e770d61751 Merge pull request #371 from dlezama/master Igor Canadi 2014-10-30 11:01:41 -0700
  • 41af0f56b0 Fix build break because of unsigned/signed mismatch Damian Lezama 2014-10-30 10:36:13 -0700
  • c5db7f2605 Fix CompactionPickerTest.Level1Trigger2 sdong 2014-10-29 21:03:45 -0700
  • 37e9b63701 Apply InfoLogLevel to the logs in utilities/ttl/db_ttl_impl.h Yueh-Hsuan Chiang 2014-10-29 17:57:00 -0700
  • 217cc217d7 Apply InfoLogLevel to the logs in table/meta_blocks.cc Yueh-Hsuan Chiang 2014-10-29 17:55:19 -0700
  • 635905481d WalManager Igor Canadi 2014-10-29 17:43:37 -0700
  • fd95745a59 Fix compile error in table/plain_table_index.cc Yueh-Hsuan Chiang 2014-10-29 17:42:38 -0700
  • c3dd0f75da comparator_db_test to cover more irregular comparators sdong 2014-10-29 16:17:28 -0700
  • 6afafa3694 Apply InfoLogLevel to the logs in utilities/merge_operators/uint64add.cc Yueh-Hsuan Chiang 2014-10-29 17:10:21 -0700
  • e7ad69b9fe Apply InfoLogLevel to the logs in table/plain_table_index.cc Yueh-Hsuan Chiang 2014-10-29 17:08:40 -0700
  • bbd9c53457 Apply InfoLogLevel to the logs in table/block_based_table_builder.cc Yueh-Hsuan Chiang 2014-10-29 17:08:20 -0700
  • 065766b8d2 DynamicCompactionOptions: relax the check bound a little Lei Jin 2014-10-29 17:02:21 -0700
  • 5c82a8837e Add a test in compaction_picker_test to test the max score sdong 2014-10-29 16:45:07 -0700
  • 86de2007b8 Add ComparatorDBTest to test non-default comparators sdong 2014-10-29 13:49:45 -0700
  • 17be187ff9 dummy var to suppress compiler warning/error Lei Jin 2014-10-29 15:38:34 -0700
  • c2999f54bd Revert "tmp" Igor Canadi 2014-10-29 15:29:33 -0700
  • 76d1c28e82 Make CompactionPicker more easily tested sdong 2014-10-27 15:49:46 -0700
  • 01e6f85098 Apply InfoLogLevel to the logs in db/transaction_log_impl.h Yueh-Hsuan Chiang 2014-10-29 15:13:31 -0700
  • 082e49ba82 Apply InfoLogLevel to the logs in db/repair.cc Yueh-Hsuan Chiang 2014-10-29 15:12:50 -0700
  • c4b468000b Apply InfoLogLevel to the logs in db/flush_job.cc Yueh-Hsuan Chiang 2014-10-29 15:12:10 -0700
  • 34d436b7db Apply InfoLogLevel to the logs in db/column_family.cc Yueh-Hsuan Chiang 2014-10-29 15:11:32 -0700
  • cda9943f9f Apply InfoLogLevel to the logs in db/compaction_picker.cc Yueh-Hsuan Chiang 2014-10-29 15:11:12 -0700
  • 7b3a618f94 Apply InfoLogLevel to the logs in db/db_filesnapshot.cc Yueh-Hsuan Chiang 2014-10-29 14:06:14 -0700
  • 2d4fe048f4 remove dead code Lei Jin 2014-10-29 13:38:06 -0700
  • 9ab0132360 tmp Lei Jin 2014-10-28 15:31:38 -0700
  • 76d54530d3 minor - remove default value for ChangeFilterOptions() and ChangeCompactionOptions() Lei Jin 2014-10-29 13:36:18 -0700
  • 44f0ff31c2 use fallocate(FALLOC_FL_PUNCH_HOLE) to release unused blocks at the end of file Lei Jin 2014-10-29 12:24:49 -0700
  • 97451f837e add an env var ROCKSDB_TESTS_FROM to control where to start from a list of tests Lei Jin 2014-10-29 12:02:11 -0700
  • e130e88bc6 DBTest: options clean up - part 4 Lei Jin 2014-10-29 12:00:42 -0700
  • 34f3c5a20f DBTest: options clean up - part 3 Lei Jin 2014-10-29 12:00:01 -0700