IntermediateVocabulary#backend#architecture#developer-tools

Database Connection Leak Vocabulary

Build fluency in the vocabulary of a connection checked out of a pool and never returned.

0 / 5 completed
1 / 5
At standup, a dev mentions a code path that opens a database connection but never returns it to the pool on an error branch, so the pool slowly runs out of available connections over time. What is this bug called?