Commit Graph

3983 Commits (d9f42aa60db1dc66156a2350441129ef3d5aa626)
 

Author SHA1 Message Date
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
krad 20ef64cae0 Moving jobs to use gcc-4.9 9 years ago
agiardullo 0f1aab6c12 Add SetLockTimeout for Transactions 9 years ago
Igor Canadi 14456aea52 Fix compile 9 years ago
Igor Canadi 76f286cc82 Optimize bloom filter cache misses 9 years ago
Yueh-Hsuan Chiang 0e6e5472e1 Fixed a compile warning in rocksjni/loggerjnicallback.cc 9 years ago
krad b8a962d4f5 Adding commands for few more CI jobs. 9 years ago
Igor Canadi 8a2d59a356 Add Cloudera's blog post to USERS.md 9 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 9 years ago
sdong 3e0a672c50 Bug fix: table readers created by TableCache::Get() doesn't have latency histogram reported 9 years ago
Igor Canadi b42cd6bed5 Remove the need for LATEST_BACKUP in BackupEngine 9 years ago
Siying Dong 0f763db20a Merge pull request #705 from yuslepukhin/rate_limiter_fix 9 years ago
Amit Arya 20c44fefb7 t6913679: Use fallocate on LOG FILESS 9 years ago
Dmitri Smirnov f14c3363e1 Make WinEnv::NowMicros return system time 9 years ago
Yueh-Hsuan Chiang aad0572f83 Fixed the build issue of rocksdbjavastaticrelease 9 years ago
Tomislav Novak 5508122ed6 Fix a perf regression in ForwardIterator 9 years ago
Andres Notzli b722007778 Fix listener_test when using ROCKSDB_MALLOC_USABLE_SIZE 9 years ago
Yueh-Hsuan Chiang 40cd91b7fe Fixed compile warning in rocksdbjava 9 years ago
Yueh-Hsuan Chiang 90415cfebe Fixed a compile warning in linux32 environment. 9 years ago
sdong 9d6503f88d Fix arena_test test break using glibc-2.17 9 years ago
agiardullo 77a28615ec Support static Status messages 9 years ago
agiardullo 18db1e4695 better db_bench options for transactions 9 years ago
Igor Canadi 0be260523c Merge pull request #702 from PraveenSinghRao/remove_spurious 9 years ago
Ari Ekmekji 8b689546b6 Add Subcompactions to Universal Compaction Unit Tests 9 years ago
krad c6d870ffb0 Merge branch 'arcpatch-D45741' 9 years ago
krad 57b3a87731 Adding sandcastle determinator for RocksDB 9 years ago
sdong 3d78eb66bb Arena usage to be calculated using malloc_usable_size() 9 years ago
Andres Noetzli effd9dd1e1 Fix deadlock in WAL sync 9 years ago
Praveen Rao 64f07deb88 remove spurious compression definitions 9 years ago
Andres Noetzli 72a9b73c9e Removed unnecessary checks in DBTest.ApproximateMemoryUsage 9 years ago
Venkatesh Radhakrishnan cb164bfc48 Do not delete iterators for immutable memtables. 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Igor Canadi e2db15efde Merge pull request #701 from PraveenSinghRao/usewinapi_notcruntime 9 years ago
Andres Noetzli e853191c17 Fix DBTest.ApproximateMemoryUsage 9 years ago
Siying Dong 7c916a5d38 Merge pull request #699 from OpenChannelSSD/to_fb_master 9 years ago
Javier González 0886f4f66a Helper functions to support direct IO 9 years ago
Praveen Rao 7e327980a3 Remove usage of C runtime API that has file handle limitation 9 years ago
Yueh-Hsuan Chiang 8ef0144e2f Add argument --show_table_properties to db_bench 9 years ago
Yueh-Hsuan Chiang 1fb2abae2d ColumnFamilyOptions serialization / deserialization. 9 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 9 years ago
Igor Canadi 16ebe3a2a9 Mmap reads should not return error if reading past file 9 years ago
sdong d286b5df90 DBIter to out extra keys with higher sequence numbers when changing direction from forward to backward 9 years ago
Andres Noetzli 3795449c9d Fix DBTest.GetProperty 9 years ago
Igor Canadi a7834a1292 Merge pull request #698 from yuslepukhin/address_noexcept_windows 10 years ago
Yueh-Hsuan Chiang 9ccf1bd3e2 Correct the comment for GetProperty() API. 10 years ago
Dmitri Smirnov fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT 10 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 10 years ago
Ari Ekmekji 2f8d71ec05 Moving sequence number compaction variables from SubCompactionState to CompactionJob 10 years ago
Venkatesh Radhakrishnan bab9934d9e Fix build failure caused by bad merge. 10 years ago