Commit Graph

  • d2c018fd5b Make ThreadStatusMultipleCompaction more robust. Yueh-Hsuan Chiang 2015-01-13 01:00:32 -0800
  • bf9aa4dfcd Improve GetThreadStatus to avoid false alarm in some case. Yueh-Hsuan Chiang 2015-01-13 00:38:09 -0800
  • c91cdd59c1 Allow GetThreadList() to indicate a thread is doing Compaction. Yueh-Hsuan Chiang 2015-01-13 00:04:08 -0800
  • 402c1152a7 Fix c_simple_example Igor Canadi 2015-01-12 18:17:30 -0800
  • a9ea65d652 Build with clang 3.5 on Linux. Anders Bakken 2015-01-12 09:59:36 -0800
  • 23ad5f401a [RocksJava] Incorporated changes for D30525 fyrz 2015-01-10 20:52:03 +0100
  • 0aab1005f8 [RocksJava] ColumnFamilyDescriptor alignment with listColumnFamilies fyrz 2014-12-18 23:43:14 +0100
  • 15d2abbec3 Fix build issues Igor Canadi 2015-01-09 13:04:06 -0800
  • abb9b95ffe Move compression functions from port/ to util/ Igor Canadi 2015-01-09 12:57:11 -0800
  • 9132e52ea4 DB Stats Dump to print total stall time sdong 2015-01-08 17:51:08 -0800
  • 93b35c299b Merge pull request #453 from fyrz/SimpleCExampleSigSegv Igor Canadi 2015-01-09 09:34:08 -0800
  • 628a67b007 Reduce memory footprint in backupable db. Robert 2015-01-05 21:35:09 +0800
  • ef39016424 Fixed memory issue in c_simple_example fyrz 2015-01-09 09:22:49 +0100
  • b89d58dfa3 :%s/build_config/make_config Igor Canadi 2015-01-07 17:26:24 -0800
  • 242b9769c3 Memtablerep Benchmark Ameya Gupte 2015-01-07 15:15:30 -0800
  • 73ee4febab Add comments about properties supported by DB::GetProperty() and DB::GetIntProperty() sdong 2015-01-07 11:47:32 -0800
  • 2dca48f550 Merge pull request #451 from StanislavGlebik/document_db_improvement Igor Canadi 2015-01-07 14:11:22 -0800
  • 4b57d9a820 Fixed negative numbers comparison in DocumentDB stash93 2015-01-08 01:03:51 +0300
  • 9ef59a09a5 VersionSet::AddLiveFiles() to assert current version is included. sdong 2015-01-07 10:43:29 -0800
  • 4d16a9a633 VersionBuilder to optimize for applying a later edit deleting files added by previous edits sdong 2015-01-07 10:29:21 -0800
  • 7731d51c82 Simplify column family concurrency Igor Canadi 2015-01-06 12:44:21 -0800
  • 07aa4e0e35 Fix compaction summary log for trivial move Igor Canadi 2015-01-05 17:32:49 -0800
  • 9d5bd411be benchmark.sh won't run through all tests properly if one specifies wal_dir to be different than db directory. Leonidas Galanis 2015-01-05 15:36:47 -0800
  • 62ad0a9b19 Deprecating skip_log_error_on_recovery Igor Canadi 2015-01-05 13:35:56 -0800
  • fa0b126c0c Fix corruption_test -- if status is not OK, return status -- during recovery Igor Canadi 2015-01-05 10:49:41 -0800
  • d7b4bb62a7 Fail DB::Open() on WAL corruption Igor Canadi 2015-01-05 10:26:34 -0800
  • 9619081d9b Merge pull request #449 from robertabcd/improve-backupable Igor Canadi 2015-01-05 09:59:50 -0800
  • 49376bfe87 Fix errors when using -Wshorten-64-to-32. Robert 2015-01-05 21:20:06 +0800
  • a8c5564a9d Do not issue extra GetFileSize() calls when loading BackupMeta. Robert 2015-01-04 12:06:59 +0800
  • caa1fd0e0e Improve performance when loading BackupMeta. Robert 2015-01-04 12:02:52 +0800
  • e9ca358157 Fix CLANG build for db_bench sdong 2014-12-30 18:33:35 -0800
  • bf287b76e0 Add structures for exposing thread events and operations. Yueh-Hsuan Chiang 2014-12-30 10:39:13 -0800
  • a801c1fb09 db_bench --num_hot_column_families to be default off sdong 2014-12-24 08:54:28 -0800
  • 2067058a60 Dump routine to BlockBasedTableReader (valgrind) Manish Patil 2014-11-30 19:00:31 -0800
  • ddc81440d5 db_bench to add an option as number of hot column families to add to sdong 2014-12-22 18:39:28 -0800
  • a944afd356 Fixed a compile error in db/db_impl.cc on ROCKSDB_LITE Yueh-Hsuan Chiang 2014-12-23 16:17:53 -0800
  • 7ea7bdf04d Dump routine to BlockBasedTableReader Manish Patil 2014-12-23 13:24:07 -0800
  • ae508df90e Clean up compile for c_simple_example Igor Canadi 2014-12-23 17:32:30 +0100
  • b623009619 Fix compile of compact_file_example Igor Canadi 2014-12-23 17:14:44 +0100
  • ded26605f4 Merge pull request #444 from adamretter/java-api-fix Igor Canadi 2014-12-23 15:26:45 +0100
  • 98490bccf6 Fix the build on Mac OS X Adam Retter 2014-12-23 14:22:56 +0000
  • 4d99729741 Merge pull request #443 from behanna/master Yueh-Hsuan Chiang 2014-12-22 23:57:19 -0800
  • 5045c43944 add support for nested BlockBasedTableOptions in config string Lei Jin 2014-12-22 13:18:57 -0800
  • d232cb156b Fix the build with -DNDEBUG. Chris BeHanna 2014-12-22 16:56:27 -0600
  • 45bab305f9 Move GetThreadList() feature under Env. Yueh-Hsuan Chiang 2014-12-22 12:20:17 -0800
  • 4fd26f287c Only execute flush from compaction if max_background_flushes = 0 Igor Canadi 2014-12-22 12:05:14 +0100
  • 0acc738810 Speed up FindObsoleteFiles() Igor Canadi 2014-12-22 12:04:45 +0100
  • d8c4ce6b50 Merge pull request #442 from alabid/alabid/fix-example-typo Igor Canadi 2014-12-22 09:07:51 +0100
  • 949bd71fd0 fix really trivial typo alabid 2014-12-22 00:36:16 -0500
  • f8999fcf31 Fix a SIGSEGV in BackgroundFlush Igor Canadi 2014-12-21 00:23:28 -0800
  • ade4034a9d MultiGet for DBWithTTL Igor Canadi 2014-12-20 12:46:37 +0100
  • fdb6be4e24 Rewritten system for scheduling background work Igor Canadi 2014-12-19 20:38:12 +0100
  • a3001b1d3d Remove -mtune=native because it's redundant Igor Canadi 2014-12-19 09:06:45 -0800
  • e27c84522f Merge pull request #437 from fyrz/RocksJava-SliceTests-Fixes Yueh-Hsuan Chiang 2014-12-18 13:53:35 -0800
  • 1fed1282ad [RocksJava] Incorporated changes D30081 fyrz 2014-12-18 22:27:50 +0100
  • 5b9ceef01d [RocksJava] JavaDoc correction fyrz 2014-12-18 22:19:57 +0100
  • 5fbba60b6a [RocksJava] Incorporated changes D30081 fyrz 2014-12-18 22:15:00 +0100
  • b0230d7e09 [RocksJava] Incorporate additions for D30081 fyrz 2014-12-14 21:34:37 +0100
  • b015ed0ca6 [RocksJava] Slice / DirectSlice improvements fyrz 2014-12-10 00:37:08 +0100
  • 4d422db010 Merge pull request #430 from adamretter/increase-parallelism Yueh-Hsuan Chiang 2014-12-18 11:02:13 -0800
  • 04c4e49691 Merge pull request #411 from fyrz/RocksJava-RangeCompaction Yueh-Hsuan Chiang 2014-12-18 11:01:23 -0800
  • 62d19b7b59 Merge pull request #427 from haneefmubarak/c-examples Igor Canadi 2014-12-18 16:01:15 +0100
  • 28424d734b style fixes in c example Haneef Mubarak 2014-12-18 06:48:46 -0800
  • 7198ed5a2e Handle errors during pthread calls Venkatesh Radhakrishnan 2014-12-17 16:25:09 -0800
  • 91c58752fa error detection and memory leaks in c example Haneef Mubarak 2014-12-17 02:06:36 -0800
  • 25f70a5abb Avoid unnecessary unlock and lock mutex when notifying events. Yueh-Hsuan Chiang 2014-12-16 17:10:23 -0800
  • 7661e5a76e Move the file copy out of the mutex. Venkatesh Radhakrishnan 2014-12-16 16:57:22 -0800
  • 17e84f2151 Rudimentary test cases for setIncreaseParallelism Adam Retter 2014-12-16 14:32:42 +0000
  • eda0dcdd97 Exposed IncreasedParallelism option to Java API as setIncreasedParallelism Adam Retter 2014-12-05 13:41:39 +0000
  • efc94ceb27 [RocksJava] Incorporated changes for D29283 fyrz 2014-12-07 22:19:46 +0100
  • 69188ff449 [RocksJava] CompactRange support fyrz 2014-11-20 23:55:15 +0100
  • 48adce77cc [RocksJava] CompactRange support fyrz 2014-11-17 23:29:52 +0100
  • 153f4f0719 RocksDB: Allow Level-Style Compaction to Place Files in Different Paths Venkatesh Radhakrishnan 2014-12-15 21:48:16 -0800
  • 06eed650a0 Optimize default compile to compilation platform by default Igor Canadi 2014-12-15 11:29:41 +0100
  • cef6f84393 Added 'dump_live_files' command to ldb tool. Qiao Yang 2014-11-24 10:04:16 -0800
  • 7ab1526c0e Add an assert and avoid std::sort(autovector) to investigate an ASAN issue sdong 2014-12-11 15:46:01 -0800
  • 74b3fb6d97 Fix Mac compile errors on util/cache_test.cc Yueh-Hsuan Chiang 2014-12-11 14:15:13 -0800
  • d7a486668c Improve scalability of DB::GetSnapshot() sdong 2014-12-10 18:39:09 -0800
  • ee95cae9a4 Modifed the LRU cache eviction code so that it doesn't evict blocks which have exteranl references Alexey Maykov 2014-10-21 11:49:13 -0700
  • 0ab0242f37 VersionBuilder to use unordered set and map to store added and deleted files sdong 2014-12-09 20:33:43 -0800
  • e93f044d99 add range scan test to benchmark script Lei Jin 2014-12-10 13:04:58 -0800
  • cb82d7b081 Fix #434 Igor Canadi 2014-12-09 10:22:07 -0800
  • 046ba7d47c Fix calculation of max_total_wal_size in db_options_.max_total_wal_size == 0 case sdong 2014-12-08 12:52:18 -0800
  • 1b7fbb9e82 Update HISTORY.md for release 3.9 Yueh-Hsuan Chiang 2014-12-08 15:19:48 -0800
  • 635c61fd3b Fix problem with create_if_missing option when wal_dir is used Leonidas Galanis 2014-12-08 12:53:24 -0800
  • 2871bc7bc8 Merge pull request #422 from fyrz/RocksJava-Quality-Improvements Yueh-Hsuan Chiang 2014-12-05 21:38:05 -0800
  • 8c5781666e Add -fno-exceptions flag to ROCKSDB_LITE. Yueh-Hsuan Chiang 2014-12-05 21:34:20 -0800
  • 1f04066cab Add DBProperty to return number of snapshots and time for oldest snapshot sdong 2014-12-05 16:12:10 -0800
  • 6436ba6b06 Provide mechanism to restart tests from previous error Venkatesh Radhakrishnan 2014-12-05 16:16:56 -0800
  • d84b2badeb Replace exception by abort() in dummy HdfsEnv implementation. Yueh-Hsuan Chiang 2014-12-05 13:30:57 -0800
  • 9260e1ad74 Bump version to 3.9 Igor Canadi 2014-12-05 11:05:24 -0800
  • 8f4e1c1c9a Remove the compability check on log2 OS_ANDROID as it's already blocked by ROCKSDB_LITE Yueh-Hsuan Chiang 2014-12-04 13:54:07 -0800
  • c4a7423c1d Replace runtime_error exception by abort() in thread_local Yueh-Hsuan Chiang 2014-12-04 13:35:31 -0800
  • a94d54aa47 Remove the use of exception in WriteBatch::Handler Yueh-Hsuan Chiang 2014-12-04 12:01:55 -0800
  • a5d4fc0a25 Fix compile warning in db_stress Yueh-Hsuan Chiang 2014-12-04 11:59:29 -0800
  • 1a8f4821a7 Replace exception by assertion in autovector Yueh-Hsuan Chiang 2014-12-04 11:41:56 -0800
  • 97c1940882 Fix compile warning in db_stress.cc on Mac Yueh-Hsuan Chiang 2014-12-04 11:19:12 -0800
  • 5f719d7202 Replace exception by setting valid_ = false in DBIter::MergeValuesNewToOld() Yueh-Hsuan Chiang 2014-12-04 11:11:11 -0800
  • c0dee851c3 Improve formatting, add missing newlines Mark Callaghan 2014-12-04 10:34:06 -0800
  • 815f638cd0 Fix java build Igor Canadi 2014-12-03 19:06:08 -0800