Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenComponents
Fix versions
Priority
Trivial
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created April 6, 2022 at 1:59 PM
Updated April 6, 2022 at 4:31 PM
Resolved April 6, 2022 at 4:31 PM
When Openfire cannot immediately obtain a database connection from its connection pool, it will retry. The retry message printed to the log file is:
“Unable to get a connection from the database pool (attempt X out of Y).”
Annoyingly, X is 0-based. The last attempt that’s logged has an X that is equal to Y-1.