Page MenuHomePhabricator

Remove the "25% of active pool" growth rate throttle from Drydock
ClosedPublic

Authored by epriestley on May 9 2022, 5:30 PM.
Tags
None
Referenced Files
F18865961: D21808.id.diff
Mon, Nov 3, 2:48 PM
F18859463: D21808.diff
Sun, Nov 2, 2:00 AM
F18855764: D21808.id51978.diff
Sat, Nov 1, 6:38 AM
F18757949: D21808.diff
Oct 5 2025, 8:12 PM
F18704257: D21808.id.diff
Sep 28 2025, 6:46 AM
F18700422: D21808.diff
Sep 27 2025, 3:10 PM
F18657493: D21808.id51982.diff
Sep 23 2025, 2:06 AM
F18648757: D21808.id51982.diff
Sep 20 2025, 5:01 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13677. Drydock has a hard-coded and fairly arbitrary limit which prevents a resource pool from growing more than 25% at once.

This is vaguely reasonable for resources which allocate quickly, but suffocating for slower resources. It's also wholly arbitrary, and the "one per lease" limit introduced in D21807 should do a better job of covering the same ground while generally being more reasonable, expected, and predictable.

Test Plan

Ran Drydock allocations without the throttle, saw faster pool growth.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.May 9 2022, 5:30 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 9 2022, 5:40 PM
This revision was automatically updated to reflect the committed changes.