Page MenuHomePhabricator

Define "idle" connections that are safe to close (no transactions, no held locks)
ClosedPublic

Authored by epriestley on Nov 20 2018, 6:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 1:02 AM
Unknown Object (File)
Mon, Dec 16, 4:45 AM
Unknown Object (File)
Mon, Dec 16, 4:45 AM
Unknown Object (File)
Mon, Dec 16, 4:45 AM
Unknown Object (File)
Thu, Dec 12, 6:45 PM
Unknown Object (File)
Mon, Dec 9, 6:55 PM
Unknown Object (File)
Dec 8 2024, 8:11 PM
Unknown Object (File)
Dec 6 2024, 4:13 AM
Subscribers
None

Details

Summary

Ref T13216. See PHI916. When workers are spending 20 minutes in ssh ... ./run-huge-build.sh, we'd like to drop database connections to reduce the cost of having a large fleet of build agents.

To prepare for this, define what it means for a connection to be "idle": no held locks and no open transactions. These connections are safe to close without loss of state.

Test Plan

See next revision for use.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable