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
Unknown Object (File)
Sat, Mar 23, 7:35 PM
Unknown Object (File)
Tue, Mar 19, 5:21 PM
Unknown Object (File)
Sat, Mar 16, 11:51 AM
Unknown Object (File)
Tue, Mar 12, 6:33 AM
Unknown Object (File)
Sun, Mar 10, 3:55 PM
Unknown Object (File)
Feb 13 2024, 8:23 PM
Unknown Object (File)
Feb 12 2024, 10:57 AM
Unknown Object (File)
Feb 12 2024, 1:19 AM
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.