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
Actions