Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Jesse WhiteJesse WhiteComponents
Sprint
NoneFix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Jesse White
Jesse WhiteComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 30, 2017 at 3:24 PM
Updated February 15, 2018 at 9:34 PM
Resolved May 31, 2017 at 6:55 PM
By default HikariCP waits up to 30 seconds when trying to acquire a connection before throwing a SQLException. This differs from the behavior we had in c3p0 where we would wait forever until a new connection was available.
Since we don't handle this case in most of the code, we should configure HikariCP to wait forever by default.