You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one of our services we are using Exposed as query mapping framework.
Lately we found out that on our environments where the Actuator health
check is used, application eventually runs out of free DB connections.
We tried to reproduce it and it looks like the DataSourceHealthIndicator
does not return the connection to the pool, but only when used together
with Exposed.
This is tested with Kotlin 1.3-1.4, Exposed 0.26.2-0.28.1
In one of our services we are using Exposed as query mapping framework.
Lately we found out that on our environments where the Actuator health
check is used, application eventually runs out of free DB connections.
We tried to reproduce it and it looks like the
DataSourceHealthIndicator
does not return the connection to the pool, but only when used together
with Exposed.
This is tested with Kotlin 1.3-1.4, Exposed 0.26.2-0.28.1
Example project that reproduces the issue
The text was updated successfully, but these errors were encountered: