Commit Graph

  • a087f80e9d Add scripts to run leveldb benchmark Mark Callaghan 2015-04-27 19:32:56 -0700
  • 1bb4928da9 Include bunch of more events into EventLogger Igor Canadi 2015-04-27 15:20:02 -0700
  • 3db81d535a Fix memory leak in cache_test introduced in the previous commit Aashish Pant 2015-04-26 21:47:30 -0700
  • 4961a9622c Fix build Igor Canadi 2015-04-25 21:09:45 -0700
  • 93ab1473dc Merge pull request #593 from charsyam/feature/type-1 Igor Canadi 2015-04-25 20:47:11 -0700
  • 6ede020dc4 fix typos clark.kang 2015-04-25 18:14:27 +0900
  • 3d1af4ae6f Don't preinstall jemalloc in Travis Igor Canadi 2015-04-24 18:43:07 -0700
  • 242f9b4c26 Fix CLANG build issue introduced in previous commit Aashish Pant 2015-04-24 14:45:12 -0700
  • 794ccfde89 Task 6532943: Rocksdb - SetCapacity() can dynamically change cache capacity if feasible Aashish Pant 2015-04-24 14:12:58 -0700
  • 98a44559d5 Build for CYGWIN sdong 2015-04-23 19:17:57 -0700
  • d01bbb53ae Fix CompactRange for universal compaction with num_levels > 1 sdong 2015-04-22 16:55:22 -0700
  • e003d3864c Abstract out SetMaxPossibleForUserKey() and SetMinPossibleForUserKey Igor Canadi 2015-04-23 18:08:37 -0700
  • fd7a357318 Enable open source users to use jemalloc (github issue #438) Igor Canadi 2015-04-23 17:48:18 -0700
  • aa14670b27 Add an assertion in CompactionPicker Igor Canadi 2015-04-23 17:46:15 -0700
  • 2dc421df48 Implement DB::PromoteL0 method Giuseppe Ottaviano 2015-04-23 12:10:36 -0700
  • 9bf40b64d0 Print max score in level summary sdong 2015-04-20 11:15:35 -0700
  • 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. sdong 2015-04-17 15:26:50 -0700
  • 283a042969 Set --seed per test Mark Callaghan 2015-04-23 09:18:25 -0700
  • 618d07b068 Making PreShutdown tests more reliable. Venkatesh Radhakrishnan 2015-04-23 08:35:02 -0700
  • 0a91bca5db test: avoid vuln-inducing use of temporary directory Jim Meyering 2015-04-23 08:00:56 -0700
  • 6e359419fe Add rpath for production builds Mark Callaghan 2015-04-22 17:17:50 -0700
  • 78dbd087d1 Improve benchmark scripts Mark Callaghan 2015-04-22 13:23:08 -0700
  • 6a5ffee0cc Fix gflags Makefile Igor Canadi 2015-04-22 12:47:50 -0700
  • 108a927f0e Merge pull request #589 from coderplay/patch-1 Siying Dong 2015-04-21 14:57:36 -0700
  • a58fd74276 Update USERS.md Min Zhou 2015-04-21 14:53:09 -0700
  • d85d08c7b3 One last fix to Makefile Igor Canadi 2015-04-20 20:45:25 -0700
  • 2db96dca18 Fix make install when there is no shared lib Igor Canadi 2015-04-20 20:30:04 -0700
  • 7d136994c9 Get rid of error output Igor Canadi 2015-04-20 19:44:02 -0700
  • 79c1b021a7 Fix Makefile Igor Canadi 2015-04-20 19:39:51 -0700
  • 742fa9e316 Fix compile with two gflags Igor Canadi 2015-04-20 10:55:17 -0700
  • 79c21ec0c4 skip ioctl-using tests when not supported Jim Meyering 2015-04-17 20:39:02 -0700
  • 6059bdf86a Add experimental API MarkForCompaction() Igor Canadi 2015-04-17 16:44:45 -0700
  • acf8a4141d maint: use ASSERT_TRUE, not ASSERT_EQ(true; same for false Jim Meyering 2015-04-17 14:54:17 -0700
  • b5400f90fe Kill dead code Igor Canadi 2015-04-17 12:07:47 -0700
  • 48b0a045da Speed up reduce_levels_test Igor Canadi 2015-04-16 19:31:34 -0700
  • 00c2afcd38 Fix bug in ExpandWhileOverlapping() Igor Canadi 2015-04-16 19:31:10 -0700
  • 019ecd1932 [RocksJava] Remove deprecated methods fyrz 2015-04-15 23:43:30 +0200
  • 98ef21d2ff Merge pull request #584 from pshareghi/rocksdb-3.10-falloch Igor Canadi 2015-04-15 14:56:36 -0700
  • 5b7131c751 [RocksJava] Removed deprecated skipLogErrorOnRecovery methods. fyrz 2015-04-15 23:35:09 +0200
  • 566f652716 [RocksJava] Removed deprecated ColumnFamilyDescriptor methods fyrz 2015-04-15 23:31:59 +0200
  • 6997aa0b6b Merge pull request #582 from fyrz/RocksJava-Fix-RateLimiter Igor Canadi 2015-04-15 14:23:29 -0700
  • 582c4b0f74 [RocksJava] Fix RateLimiter Tests in 3.10 fyrz 2015-04-15 23:19:41 +0200
  • 6cfb2150d4 Merge pull request #581 from vladb38/patch-3 Igor Canadi 2015-04-15 13:36:27 -0700
  • d71e8f7adf Update USERS.md Vlad Balan 2015-04-15 13:25:52 -0700
  • debaf85ef5 Bug of trivial move of dynamic level sdong 2015-04-14 19:58:52 -0700
  • 12d7d3d28d Fix and Improve DBTest.DynamicLevelCompressionPerLevel2 sdong 2015-04-14 16:53:19 -0700
  • a1271c6c6f Fix build break introduced by new SyncPoint interface change sdong 2015-04-14 16:39:23 -0700
  • fcb206b667 SyncPoint to allow a callback with an argument and use it to get DBTest.DynamicLevelCompressionPerLevel2 more straight-forward sdong 2015-04-14 01:55:19 -0700
  • 281db8bb62 Temporarily disable test CompactFilesOnLevelCompaction Igor Canadi 2015-04-13 19:30:40 -0700
  • e8808b9128 Added falloc.h in build_detect_platform Pooya Shareghi 2015-04-13 17:56:12 -0700
  • 1983fadcbc assert(sorted) in vector rep Igor Canadi 2015-04-13 17:33:24 -0700
  • 9da8748016 Get benchmark.sh loads to run faster Mark Callaghan 2015-04-13 17:18:07 -0700
  • 9b983befa8 Fix flakiness of WalManagerTest Igor Canadi 2015-04-13 16:15:05 -0700
  • d41a565a4a Don't do O(N^2) operations in debug mode for vector memtable Igor Canadi 2015-04-13 16:11:47 -0700
  • 08be1803ee Fix bad performance in debug mode Igor Canadi 2015-04-13 15:58:45 -0700
  • 0a0501c8d5 Add Xfunc to makefile Venkatesh Radhakrishnan 2015-04-13 14:21:32 -0700
  • e7ad14926a Fix flakiness in FIFOCompaction test (github issue #573) Igor Canadi 2015-04-13 11:39:45 -0700
  • abb4052278 Kill benchharness Igor Canadi 2015-04-13 10:17:42 -0700
  • 894e9f7454 Update Patent Grant. Dhruba Borthakur 2015-04-12 08:02:21 +0100
  • 590fadc407 Fix compile warning on CLANG Igor Canadi 2015-04-10 15:14:27 -0700
  • 47b8743984 Make Compaction class easier to use Igor Canadi 2015-04-10 15:01:54 -0700
  • 753dd1fdd0 Fix valgrind issues in memtable_list_test agiardullo 2015-04-10 14:16:03 -0700
  • 697380f3d7 Repairer documentation improvement. krad 2015-04-09 16:11:15 -0700
  • 2f66d7f925 Add LinkedIn back to USERS.md Igor Canadi 2015-04-10 09:48:16 -0700
  • 0feeee6433 Fix memtable_list_test agiardullo 2015-04-09 22:11:35 -0700
  • 7b9581bc3b Fixed xfunc related compile errors in ROCKSDB_LITE Yueh-Hsuan Chiang 2015-04-09 21:05:09 -0700
  • fabc115690 MemTableList tests agiardullo 2015-04-09 18:01:11 -0700
  • 9741dec0e5 Fix a compile error in ROCKSDB_LITE in db/db_impl.cc Yueh-Hsuan Chiang 2015-04-09 17:05:17 -0700
  • 465b25ca93 "make commit-prereq" doesn't really build ROCKSDB_LITE sdong 2015-04-09 16:55:25 -0700
  • d2a056241a Fix a compilation error in ROCKSDB_LITE in db/internal_stats.h Yueh-Hsuan Chiang 2015-04-09 16:39:03 -0700
  • 316ec80bf8 fault_injection_test: add a test case to cover log syncing after a log roll sdong 2015-04-08 21:18:05 -0700
  • ed229a0dee Fixes for readcache-flashcache Mark Callaghan 2015-04-09 15:51:34 -0700
  • 91df4e969d Remove use of whole-archive to include jemalloc Igor Canadi 2015-04-09 15:10:53 -0700
  • 84c5bd7eb9 Add thread-safety documentation to MemTable and related classes agiardullo 2015-04-08 21:10:35 -0700
  • ee9bdd38a1 Script to check whether RocksDB can read DB generated by previous releases and vice versa sdong 2015-04-07 16:54:39 -0700
  • 2b019a1512 Enabling checksum in repair db as it should have been. krad 2015-04-08 14:35:43 -0700
  • b1bbdd7919 Create EnvOptions using sanitized DB Options sdong 2015-04-08 13:48:02 -0700
  • edbb08b5df Fix Makefile Igor Canadi 2015-04-08 14:33:07 -0700
  • 199313dc38 build: create .o files specifically for java-related targets Jim Meyering 2015-04-08 10:26:06 -0700
  • b118238a57 Trivial move to cover multiple input levels sdong 2015-04-07 17:31:52 -0700
  • e7adfe690b Fix formatting of USERS.md Igor Canadi 2015-04-08 08:52:10 -0700
  • 4e7543dcf6 Add USERS.md Igor Canadi 2015-04-08 08:50:37 -0700
  • 58346b9e29 Log writer record format doc. krad 2015-04-06 18:15:00 -0700
  • db6569cd4a Fix the compilation error in flashcache.cc on Mac Yueh-Hsuan Chiang 2015-04-07 15:25:22 -0700
  • cba5920011 build: don't use a glob for java/rocksjni/* Jim Meyering 2015-04-07 15:19:25 -0700
  • c66483c132 Fix github issue #563 Igor Canadi 2015-04-07 13:22:22 -0700
  • de22c7bd1f Integrate Jenkins with Phabricator Igor Canadi 2015-04-07 11:56:29 -0700
  • f12614070f Fix TSAN build error of D36447 Yoshinori Matsunobu 2015-04-06 17:16:40 -0700
  • 824e646341 Adding another NewFlashcacheAwareEnv function to support pre-opened fd Yoshinori Matsunobu 2015-04-02 18:14:49 -0700
  • 5e067a7b19 Clean up compression logging Igor Canadi 2015-04-06 12:50:44 -0700
  • e3ee98b38a run 'make check's rules (and even subtests) in parallel Jim Meyering 2015-04-06 12:35:25 -0700
  • a45e7581b7 Avoid naming conflict of EntryType sdong 2015-04-06 11:33:01 -0700
  • 3be82bc894 Add p99.9 and p99.99 response time to benchmark report, add new summary report Mark Callaghan 2015-04-06 10:42:12 -0700
  • 953a885ebf A new call back to TablePropertiesCollector to allow users know the entry is add, delete or merge sdong 2015-04-06 10:04:30 -0700
  • d2a92c13bc avoid returning a number-of-active-keys estimate of nearly 2^64 Jim Meyering 2015-04-03 14:46:35 -0700
  • a7ac6cef1f Fix level size overflow for options_.level_compaction_dynamic_level_bytes=true sdong 2015-04-02 22:24:50 -0700
  • 089509b847 db_test: clean up sync points in test cleaning up sdong 2015-04-02 15:13:55 -0700
  • afbafeaeae Disallow trivial move if compression level is different Venkatesh Radhakrishnan 2015-04-02 11:06:30 -0700
  • d0695f3e26 Fix crash caused by opening an empty DB in readonly mode Venkatesh Radhakrishnan 2015-04-01 16:55:08 -0700
  • 51c8133a72 Fix make unity build compiler warning about "stats" shadowing global variable Herman Lee 2015-03-31 19:03:18 -0700