Commit Graph

  • 3ebf11ed16 Adding the increment for a counter for a number of WAL syncs Alexey Maykov 2015-09-14 14:32:30 -0700
  • 81a61d75dc Skipped tests shouldn't be failures [part 2] Igor Canadi 2015-09-15 22:59:53 -0700
  • 1b7ea8ce81 Skipped tests shouldn't be failures Igor Canadi 2015-09-15 18:10:36 -0700
  • 5ba3297d0d Add compaction time to log output Ari Ekmekji 2015-09-15 17:11:44 -0700
  • 31a27a3606 Callback for informing backup downloading added Dmytro Okhonko 2015-09-09 18:49:15 -0700
  • d93a9f2aaf [travis CI] Run ulimit -n 2000 Igor Canadi 2015-09-15 12:12:24 -0700
  • 2b683d4972 Add DBOption.max_subcompaction to option dump Ari Ekmekji 2015-09-15 11:41:46 -0700
  • 0e50a3fcc0 Merge issue with D46773 Igor Canadi 2015-09-15 11:35:23 -0700
  • a7e80379b0 LogAndApply() should fail if the column family has been dropped Igor Canadi 2015-09-15 11:28:44 -0700
  • 2819a1db32 Minor fix to CI job definition krad 2015-09-15 10:36:42 -0700
  • df22e2fb71 Relax memory order for faster tickers Andres Noetzli 2015-09-15 10:52:00 -0700
  • 4886073174 Adding Slice::difference_offset() function Yoshinori Matsunobu 2015-09-14 17:23:39 -0700
  • 5ce63e30ea Merge pull request #720 from AMDmi3/fix-constant-overflow Igor Canadi 2015-09-15 09:54:37 -0700
  • 925babc761 Merge pull request #721 from AMDmi3/printf-size_t Igor Canadi 2015-09-15 09:09:01 -0700
  • f171faa240 Fix printf format for size_t Dmitry Marakasov 2015-09-15 14:44:16 +0300
  • 4b0b0201c9 Fix `integer overflow in expression' error Dmitry Marakasov 2015-09-15 14:41:00 +0300
  • f3170b6f6c DBImpl::FindObsoleteFiles() shouldn't release mutex between getting min_pending_output and scanning files sdong 2015-09-14 14:01:13 -0700
  • e467bf0de0 Fix valgrind error Islam AbdelRahman 2015-09-14 17:41:40 -0700
  • 7cb314b9e6 Skip some tests in ROCKSD_LITE Islam AbdelRahman 2015-09-14 16:44:35 -0700
  • 0bfe0573e8 Add gflags dependency to Travis script Andres Noetzli 2015-09-14 14:30:17 -0700
  • 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind sdong 2015-09-11 14:31:23 -0700
  • 7143242d12 Fix compaction_job_stats under ROCKSDB_LITE Islam AbdelRahman 2015-09-14 12:42:06 -0700
  • 592f6bf782 Merge pull request #716 from yuslepukhin/refactor_file_reader_writer_win Siying Dong 2015-09-14 12:29:01 -0700
  • e2d6011f47 Minor fix to CI job definition krad 2015-09-14 11:51:22 -0700
  • ad0d70ca1e Relax asserts in arena_test Andres Noetzli 2015-09-14 11:54:47 -0700
  • 03ddce9a01 Add counters for L0 stall while L0-L1 compaction is taking place Ari Ekmekji 2015-09-14 11:03:37 -0700
  • a3fc49bfdd Transactions: Release Locks when rolling back to a savepoint agiardullo 2015-09-11 18:10:50 -0700
  • ddc8b44998 Address code review comments both GH and internal Fix compilation issues on GCC/CLANG Address Windows Release test build issues due to Sync Dmitri Smirnov 2015-09-11 17:36:48 -0700
  • 9f3a66a936 Improvements to CI jobs krad 2015-09-11 15:34:33 -0700
  • 7db1471cc1 Minor fix to CI job krad 2015-09-10 18:49:09 -0700
  • c67d206898 Fixed arena_test failure due to malloc_usable_size() Andres Noetzli 2015-09-11 12:32:59 -0700
  • 34cedaff66 Initialize variable to avoid warning Andres Noetzli 2015-09-11 12:07:54 -0700
  • aeb4612685 Add counters for seek/next/prev Manuel Ung 2015-09-11 11:37:44 -0700
  • 45e9e4f0bb Refactor NewTableReader to accept TableReaderOptions Islam AbdelRahman 2015-09-11 11:36:33 -0700
  • ddb950f83f Fixed bug in compaction iterator Andres Noetzli 2015-09-11 10:13:49 -0700
  • 30e82d5c41 Refactor to support file_reader_writer on Windows. Summary. A change https://reviews.facebook.net/differential/diff/224721/ Has attempted to move common functionality out of platform dependent code to a new facility called file_reader_writer. This includes: - perf counters - Buffering - RateLimiting Dmitri Smirnov 2015-09-11 09:57:02 -0700
  • af7cdbf647 Run full test suite in Travis Igor Canadi 2015-09-09 20:30:00 -0700
  • c25f6a85bf Removed __unused__ attribute Andres Noetzli 2015-09-10 15:16:32 -0700
  • 6db0a939d2 Fix DBCompactionTest failure with parallel L0-L1 compactions Ari Ekmekji 2015-09-10 14:37:00 -0700
  • 8aa1f15197 Refactored common code of Builder/CompactionJob out into a CompactionIterator Andres Noetzli 2015-09-10 14:35:25 -0700
  • 41bce05869 CI job improvements krad 2015-09-09 16:32:26 -0700
  • 95ffc5d2bc Correct ASSERT_OK() in ReadDroppedColumnFamily Igor Canadi 2015-09-10 14:17:12 -0700
  • 3c37b3cccd Determine boundaries of subcompactions Ari Ekmekji 2015-09-10 13:50:00 -0700
  • 1126644082 Relaxing consistency detection to include errors while inserting to memtable as WAL recovery error. krad 2015-09-09 21:59:28 -0700
  • abc7f5fdb2 Make DBTest.ReadLatencyHistogramByLevel more robust sdong 2015-09-10 11:22:57 -0700
  • ac9bcb55ce Set max_open_files based on ulimit Igor Canadi 2015-09-10 10:49:28 -0700
  • 4cbd2f9aa3 Merge pull request #714 from facebook/travisformac Igor Canadi 2015-09-09 20:22:49 -0700
  • d0df54d1f9 Run travis tests on OS X Igor Canadi 2015-09-09 18:53:55 -0700
  • a55e5a52ae Merge pull request #711 from facebook/testtravis Igor Canadi 2015-09-09 18:44:44 -0700
  • 2b676d5bbe Upgrade travis to new architecture Igor Canadi 2015-09-09 17:55:33 -0700
  • c66d53feed Fixed minor issue in CompressionTypeSupported() Andres Noetzli 2015-09-09 16:36:19 -0700
  • f3f2032c46 Release RocksDB 4.0.0 Islam AbdelRahman 2015-09-09 16:01:03 -0700
  • 44b6e99e1b update max_write_buffer_number_to_maintain docblock agiardullo 2015-09-08 17:54:35 -0700
  • aa6eed0c1e Transaction stats agiardullo 2015-08-24 19:13:18 -0700
  • 25dbc579f5 Update HISTORY file for transactions agiardullo 2015-09-08 17:50:20 -0700
  • 52386a1e73 Minor fix to sandcastle jobs commands krad 2015-09-09 10:41:07 -0700
  • b5b2b75e52 better tuning of arena block size agiardullo 2015-09-01 14:43:23 -0700
  • 342ba80895 Make DBTest.OptimizeFiltersForHits more deterministic sdong 2015-09-08 18:31:36 -0700
  • e17e92ea19 Relaxed assert in forward iterator Andres Notzli 2015-09-08 17:15:11 -0700
  • 5e94f68f35 TransactionDB Custom Locking API agiardullo 2015-09-08 12:36:48 -0700
  • 0ccf2db385 Fixed broken build due to format specifier Andres Notzli 2015-09-08 15:46:16 -0700
  • 6bdc484fd8 Added Equal method to Comparator interface Andres Noetzli 2015-09-08 15:30:49 -0700
  • 7a31960ee9 Tests for ManifestDumpCommand and ListColumnFamiliesCommand Amit Arya 2015-09-08 14:23:42 -0700
  • 778cf4449b Adding email notification. krad 2015-09-04 12:25:15 -0700
  • 3a0df7f161 Fixed comparison in ForwardIterator when computing hint for GetNextLevelIndex() Andres Noetzli 2015-09-08 09:47:54 -0700
  • 91f3c90792 Fix case when forward iterator misses a new update Venkatesh Radhakrishnan 2015-09-04 14:28:45 -0700
  • ff1953c890 Merge pull request #707 from dkorolev/master Igor Canadi 2015-09-03 19:52:27 -0700
  • 7b463e657b Fixed a typo in INSTALL.md Dima 2015-09-03 19:46:09 -0700
  • d9f42aa60d Adding a verifyBackup method to BackupEngine Mayank Pundir 2015-09-02 09:03:55 -0700
  • 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter Paul Marinescu 2015-09-03 17:00:09 -0700
  • 20ef64cae0 Moving jobs to use gcc-4.9 krad 2015-09-03 14:53:33 -0700
  • 0f1aab6c12 Add SetLockTimeout for Transactions agiardullo 2015-09-01 16:51:49 -0700
  • 14456aea52 Fix compile Igor Canadi 2015-09-02 16:05:53 -0700
  • 76f286cc82 Optimize bloom filter cache misses Igor Canadi 2015-09-02 15:36:47 -0700
  • 0e6e5472e1 Fixed a compile warning in rocksjni/loggerjnicallback.cc Yueh-Hsuan Chiang 2015-09-02 15:07:44 -0700
  • b8a962d4f5 Adding commands for few more CI jobs. krad 2015-09-02 12:16:42 -0700
  • 8a2d59a356 Add Cloudera's blog post to USERS.md Igor Canadi 2015-09-02 14:04:51 -0700
  • 3c9cef1eed Unified maps with Comparator for sorting, other cleanup Andres Noetzli 2015-09-02 13:58:22 -0700
  • 3e0a672c50 Bug fix: table readers created by TableCache::Get() doesn't have latency histogram reported sdong 2015-09-02 10:25:20 -0700
  • b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine Igor Canadi 2015-09-02 11:49:49 -0700
  • 0f763db20a Merge pull request #705 from yuslepukhin/rate_limiter_fix Siying Dong 2015-09-02 11:35:17 -0700
  • 20c44fefb7 t6913679: Use fallocate on LOG FILESS Amit Arya 2015-09-02 11:17:02 -0700
  • f14c3363e1 Make WinEnv::NowMicros return system time Previous change for the function 555ca3e7b7 (diff-bdc04e0404c2db4fd3ac5118a63eaa4a) made use of the QueryPerformanceCounter to return microseconds values that do not repeat as std::chrono::system_clock returned values that made auto_roll_logger_test fail. Dmitri Smirnov 2015-09-02 11:12:07 -0700
  • aad0572f83 Fixed the build issue of rocksdbjavastaticrelease Yueh-Hsuan Chiang 2015-09-01 11:07:43 -0700
  • 5508122ed6 Fix a perf regression in ForwardIterator Tomislav Novak 2015-08-31 16:44:34 -0700
  • b722007778 Fix listener_test when using ROCKSDB_MALLOC_USABLE_SIZE Andres Notzli 2015-08-31 23:11:12 -0700
  • 40cd91b7fe Fixed compile warning in rocksdbjava Yueh-Hsuan Chiang 2015-08-31 18:36:17 -0700
  • 90415cfebe Fixed a compile warning in linux32 environment. Yueh-Hsuan Chiang 2015-08-31 18:35:12 -0700
  • 9d6503f88d Fix arena_test test break using glibc-2.17 sdong 2015-08-31 16:20:40 -0700
  • 77a28615ec Support static Status messages agiardullo 2015-08-14 16:45:05 -0700
  • 18db1e4695 better db_bench options for transactions agiardullo 2015-08-28 16:09:34 -0700
  • 0be260523c Merge pull request #702 from PraveenSinghRao/remove_spurious Igor Canadi 2015-08-31 13:48:26 -0700
  • 8b689546b6 Add Subcompactions to Universal Compaction Unit Tests Ari Ekmekji 2015-08-31 12:59:02 -0700
  • c6d870ffb0 Merge branch 'arcpatch-D45741' krad 2015-08-31 12:42:56 -0700
  • 57b3a87731 Adding sandcastle determinator for RocksDB krad 2015-08-31 12:37:26 -0700
  • 3d78eb66bb Arena usage to be calculated using malloc_usable_size() sdong 2015-08-26 14:19:31 -0700
  • effd9dd1e1 Fix deadlock in WAL sync Andres Noetzli 2015-08-28 18:06:32 -0700
  • 64f07deb88 remove spurious compression definitions Praveen Rao 2015-08-28 11:17:02 -0700
  • 72a9b73c9e Removed unnecessary checks in DBTest.ApproximateMemoryUsage Andres Noetzli 2015-08-28 11:13:20 -0700
  • cb164bfc48 Do not delete iterators for immutable memtables. Venkatesh Radhakrishnan 2015-08-28 11:07:07 -0700