hikari
2 TopicsLesson Learned #499: HikariCP Retry Policy - The connection is closed
Today, I worked on a service request that our customer got the following error message: 19:28:43.232 [main] WARN com.zaxxer.hikari.pool.PoolBase - AppExample-ConnectionPooling - Failed to validate connection ConnectionID:3 ClientConnectionId: 8351bddc-acbb-4669-xxxx-xxxxxxxxxxxx (The connection is closed.). Possibly consider using a shorter maxLifetime value. 19:28:43.234 [AppExample-ConnectionPooling connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - DotNetExample-ConnectionPooling - Closing connection ConnectionID:3 ClientConnectionId: 8351bddc-acbb--xxxx-xxxxxxxxxxxx: (connection is dead). Following I would like to share my experience with this error.13KViews0likes0CommentsLesson Learned #375: Playing with Hikari Connection Pooling Logging
Some Time ago, I wrote an article where you could find information about error message "Connection is not available, request timed out after ." Lesson Learned #168: Connection is not available error message using Hikari connection pooling - Microsoft Community Hub . Now, I would like to expand more details about this, enabling the logging.13KViews0likes0Comments