Commit Graph

2646 Commits (c02338a698569c556a8019240b3740aa30d61cdd)
 

Author SHA1 Message Date
Lei Jin c02338a698 update HISOTRY.md for new release 10 years ago
sdong 367a3f9cb4 Improve DBTest.GroupCommitTest: artificially slowdown log writing to trigger group commit 10 years ago
Igor Canadi b52b144c73 Merge pull request #386 from EugenePig/java8 10 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 10 years ago
Eugene Su 59d5497989 suppress JDK8 errors for #385 10 years ago
Shi Feng ea18b944a7 Add db_bench option --report_file_operations 10 years ago
sdong 2ea1219eb6 Fix RecordIn and RecordDrop stats 10 years ago
Yueh-Hsuan Chiang e4211d10c1 Apply InfoLogLevel to the logs in util/env_hdfs.cc 10 years ago
Lei Jin 29a9161f34 Note dynamic options in options.h 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Lei Jin b1267750fb fix the asan check 10 years ago
sdong 83bf09144b Bump verison number to 3.7 10 years ago
sdong da5daa061c Replace some ASSERT_TRUE() asserts in DBTest.DynamicMemtableOptions and DynamicCompactionOptions with more specific ones 10 years ago
sdong b0cda4a116 DBTest.DynamicMemtableOptions to use single background compaction 10 years ago
Yueh-Hsuan Chiang 8810850dd4 Apply InfoLogLevel to the logs in db/compaction_job.cc 10 years ago
Yueh-Hsuan Chiang 71783f6524 Merge pull request #377 from fyrz/RocksJava-KeyMayExist 10 years ago
Yueh-Hsuan Chiang 614bbcbe2c Merge pull request #374 from fyrz/RocksJava-DBOptions-Extension-3.6 10 years ago
Yueh-Hsuan Chiang d8e1196635 Apply InfoLogLevel to the logs in db/version_set.cc 10 years ago
Yueh-Hsuan Chiang 2a019f1d03 Apply InfoLogLevel to the logs in db/wal_manager.cc 10 years ago
Yueh-Hsuan Chiang 469d474ba0 Apply InfoLogLevel to the logs in db/db_impl.cc 10 years ago
sdong ac6afaf9ef Enforce naming convention of getters in version_set.h 10 years ago
sdong 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes 10 years ago
Igor Canadi 636e57b52d Fix coverage script 10 years ago
Igor Canadi 30ca3752ba Revamp our build tools 10 years ago
Igor Canadi 051c67ff53 Merge pull request #378 from baotiao/master 10 years ago
Igor Canadi d0e7e49ae6 Merge pull request #379 from fyrz/RocksJavaBuildFix 10 years ago
fyrz 94e31ac227 [RocksJava] Extend Options with DBOptions implementation [RocksJava] Included DBOptionsTest and refactored OptionsTest 10 years ago
fyrz b060d30065 [RocksJava] Build fix after options refactoring 10 years ago
baotiao 9fd65e5667 add make clean in examples makefile 10 years ago
Igor Canadi 8e79ce68ce Revert "Fix lint errors and coding style of ldb related codes." 10 years ago
Igor Canadi 45a612f990 Revert "Fix incorrect fixing of lint errors in ldb_cmd.cc" 10 years ago
fyrz 27129c739f [RocksJava] KeyMayExist w/o ColumnFamilies 10 years ago
sdong 86905e3cbb Move VersionBuilder logic to a separate .cc file 10 years ago
Igor Canadi 74eb4fbe93 CompactionJob 10 years ago
Yueh-Hsuan Chiang 8ddddd62d0 Fix incorrect fixing of lint errors in ldb_cmd.cc 10 years ago
Igor Canadi 46c14c6661 Fix #258. benchmarkharness -- make bm_min_usec uint 10 years ago
Lei Jin 72cb7cf201 Add fsync / corrupt simulation to env_mem 10 years ago
Lei Jin 0e526eb9d7 introduce TestMemEnv and use it in db_test 10 years ago
Lei Jin 8db24f4b35 exclude mock test file from MOCK_SOURCES 10 years ago
Lei Jin 5594d446ff unfriend DBImpl and InternalStats from VersionStorageInfo 10 years ago
Lei Jin 82e3ae5403 fix c_test 10 years ago
Yueh-Hsuan Chiang bc9f36fd5e Fix lint errors and coding style of ldb related codes. 10 years ago
sdong c645250ee0 CompactionStats to support larger value of RecordIn and RecordDrop 10 years ago
sdong f7e6c856ab Fix BaseReferencedVersionBuilder's destructor order 10 years ago
Lei Jin c76dcb44d4 fix 10 years ago
Lei Jin b452dede5c fix 10 years ago
Lei Jin 29d83cc33a temporarily remove -Wshadow 10 years ago
Jonah Cohen c1a924b9f0 Move convenience.h to /include 10 years ago
Venkatesh Radhakrishnan 7e01d12026 Add support for in place update for db_stress 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago