Commit Graph

37 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)

Author SHA1 Message Date
mrambacher 7cd5835a28 Make RateLimiter Customizable (#9141) 3 years ago
Hui Xiao b25f2afeff Return Status::NotSupported() in RateLimiter::GetTotalPendingRequests default impl (#8950) 3 years ago
Hui Xiao 65411b8d4e Improve rate_limiter_test.cc (#8904) 3 years ago
Hui Xiao 12542488ef Add public API RateLimiter::GetTotalPendingRequests() (#8890) 3 years ago
Hui Xiao 240c4126fd Implement superior user & mid IO priority level in GenericRateLimiter (#8595) 3 years ago
Andrew Kryczka 82b81dc8b5 Simplify GenericRateLimiter algorithm (#8602) 3 years ago
hx235 dbe3810c74 Improve rate limiter implementation's readability (#8596) 3 years ago
mrambacher 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) 3 years ago
Peter Dillinger 3b9bfe8f14 Skip minimum rate check in Sandcastle (#7728) 4 years ago
Cheng Chang cb2581031a Add macos tests to circleci (#7536) 4 years ago
Peter Dillinger 6ac1d25fd0 Fix+clean up handling of mock sleeps (#7101) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
sdong e8263dbdaa Apply formatter to recent 200+ commits. (#5830) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Andrew Kryczka 1026e794a3 rate limit auto-tuning 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Sagar Vemuri 53dda8797d Do not run RateLimiterTest.Rate test on Travis+Mac OSX. 7 years ago
Andrew Kryczka c217e0b9c7 Call RateLimiter for compaction reads 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Andrew Kryczka 7c80a6d7d1 Statistic for how often rate limiter is drained 7 years ago
Yueh-Hsuan Chiang 8cbe3e10ca Relax the acceptable bias RateLimiterTest::Rate test be 25% 8 years ago
Aaron Gao 654ed9a280 loose the assertion condition of rate_limiter_test 8 years ago
Dmitri Smirnov 3981345be1 Small nits (#1280) 8 years ago
Aaron Gao cb2476a0ca fix rate limiter to avoid starvation 8 years ago
sdong f62fbd2c85 Handle overflow case of rate limiter's paramters 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Igor Canadi 51301b869f Enable dynamic changing of rate limiter's bytes_per_second 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Igor Canadi 5ff6633588 Fix mac compile 10 years ago
Lei Jin 5ef1ba7ff5 generic rate limiter 10 years ago