aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Ensure minimum window size is never less than 1.0, as that stops the session ...Jon Marius Venstad2021-01-131-2/+8
* Apply suggestions from code reviewJon Marius Venstad2020-12-031-2/+1
* fix javadocJon Marius Venstad2020-12-031-1/+1
* Add unit tests and some doc for DynamicThrottlingPolicyJon Marius Venstad2020-12-021-18/+57
* Fix parentheses in carry expressionJon Marius Venstad2020-12-021-2/+3
* sqrt(weight) provides almost proportional resource sharesJon Marius Venstad2020-12-011-2/+2
* Make throttle policy slightly more aggressiveJon Marius Venstad2020-12-011-1/+1
* Allow one extra pending in a fraction of the resize intervalJon Marius Venstad2020-12-011-2/+2
* Support floating point window size in DynamicThrottlePolicyJon Marius Venstad2020-12-011-1/+3
* Set initial window size to max of min and increment, in dynamic throttle policyJon Marius Venstad2020-12-011-1/+3
* Non-functional changesJon Marius Venstad2020-11-261-2/+2
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-2/+2
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Update abi and min/max confusion.Henning Baldersheim2020-04-071-1/+1
* Let feeder control throttle parametersHenning Baldersheim2020-04-071-4/+19
* A collection of code cleanup in messagebus. And a bonus of catching missing s...Henning Baldersheim2019-04-121-2/+2
* Nonfunctional changes onlyJon Bratseth2019-01-251-24/+24
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* whitespace fixups.Arne H Juul2017-01-031-255/+255
* PublishJon Bratseth2016-06-151-0/+256