Skip to content

Releases: Netflix/concurrency-limits

Better tracking of RTT noLoad

17 Apr 18:22
2cdd735

Choose a tag to compare

  • For the 'gradient' limiter allow for probing for an up to date noload RTT
  • Less aggressive min rtt threshold of (1 us) now that we can probe for better RTT
  • Make the sample window size relative to the last min RTT and not the absolute min RTT to get a more meaningful sample size
  • Track metrics as distributions and not gauges for better visibility

Capture data from sample window in a single immutable class

17 Apr 02:12
0c9773f

Choose a tag to compare

Merge pull request #38 from elandau/feature/api

Capture data from sample window in a single immutable class

Fix Vegas smoothing

05 Apr 20:13
39486b6

Choose a tag to compare

Merge pull request #36 from elandau/bugfix/vegas_smoothing

Fix Vegas smoothing and set default to 1.0

Fix partitionByPathInfo

30 Mar 04:48
04a21c7

Choose a tag to compare

v0.0.19: Merge pull request #27 from Netflix/feature/rtt_tolerance

14 Mar 17:39
744f8ae

Choose a tag to compare

  • Guages for min_window_rtt and queue_size
  • rtt change tolerance configuration

Fix min rtt sample units

11 Mar 01:23
1c0cba2

Choose a tag to compare

Merge pull request #25 from Netflix/feature/min_threshold

Min rtt threshold should be in nanos

Ignore unusually low RTT samples

11 Mar 01:09
4e51127

Choose a tag to compare

Merge pull request #24 from Netflix/feature/min_threshold

Eliminated unusually low values that skew the limit estimation

Speed up gradient convergence to the limit

22 Feb 18:21
165e39f

Choose a tag to compare

Merge pull request #23 from Netflix/feature/vegas_pre_extend_limit

Gradient algo improvements

Speed up gradient convergence to the limit

22 Feb 16:48
165e39f

Choose a tag to compare

Merge pull request #23 from Netflix/feature/vegas_pre_extend_limit

Gradient algo improvements

Square root function optimization

13 Feb 17:45
5c2e480

Choose a tag to compare

Merge pull request #22 from Netflix/feature/fast_sqrt

Optimized function for calculating square roots