Commit Graph

29 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)

Author SHA1 Message Date
Andrew Kryczka 272ce445d6 remove unused instance variable in GenericRateLimiter (#9484) 2 years ago
mrambacher 7cd5835a28 Make RateLimiter Customizable (#9141) 3 years ago
Hui Xiao cff7819dff Fix BackupEngine's internal callers of GenericRateLimiter::Request() not honoring bytes <= GetSingleBurstBytes() (#9063) 3 years ago
Hui Xiao a64c8ca7a8 Sanitize negative request bytes in GenericRateLimiter::Request and clarify API (#9112) 3 years ago
Hui Xiao b25f2afeff Return Status::NotSupported() in RateLimiter::GetTotalPendingRequests default impl (#8950) 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 3dff28cf9b Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 3 years ago
mrambacher 12f1137355 Add a SystemClock class to capture the time functions of an Env (#7858) 3 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Andrew Kryczka 1026e794a3 rate limit auto-tuning 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Andrew Kryczka c217e0b9c7 Call RateLimiter for compaction reads 7 years ago
Siying Dong 41cbb72749 options.delayed_write_rate use the rate of rate_limiter by default. 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
Xiaofei Du 7106a994fe Use monotonic time points in write_controller.cc and rate_limiter.cc 7 years ago
sdong f62fbd2c85 Handle overflow case of rate limiter's paramters 8 years ago
Jay Edgar b345b36620 Add a minimum value for the refill bytes per period value 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Dmitri Smirnov aca403d2b5 Fix another rebase problems. 9 years ago
Dmitri Smirnov 236fe21c92 Enable MS compiler warning c4244. 9 years ago
Paul Marinescu 50dc5f0c5a Replace BackupRateLimiter with GenericRateLimiter 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Igor Canadi 51301b869f Enable dynamic changing of rate limiter's bytes_per_second 9 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Lei Jin 5ef1ba7ff5 generic rate limiter 10 years ago