Relative Content

Tag Archive for javaspringdb2hikaricp

Hikari CP connection issue will making on same server

Having hikari connection pool to retrive data from DB2 DB, during high load time we see the server is full when the hikari cp is reconnecting its not going to the new DB2 server in the load balancer and it going to the same DB2 server only, so the connection is not able to make as the load is already high on that DB2 server. And we see the other server loads are free but its not making.