Actions
Bug #18224
closedPossible deadlock when connection pool is full
Status:
Released
Priority:
2
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
getConnection in FromDataSourceUnapplied is executed ion connectEC. That when the connection pool is full, the pool blocks on that call.
So connectEC must be mapped to ZIO blocking EC.
See schema:
Files
Updated by François ARMAND about 4 years ago
So it does not completelly deadlock but leads to:
Updated by François ARMAND about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3219
Updated by François ARMAND about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|bf272d91843206801375699fcee8f5aff2aa46c0.
Updated by François ARMAND about 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ about 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.5 which was released today.
Actions