Basics - Troubleshooting Hibernate / JDBC Connection Pool Issue

后端 未结 6 2081
Happy的楠姐
Happy的楠姐 2021-02-13 05:39

What is Hibernate\'s responsibility in regards to database connections it gets from an underlying connection pool. Does it test to see if a connection is closed before it uses i

6条回答
  •  攒了一身酷
    2021-02-13 06:35

    I had a similar problem which was solved by increasing the removeAbandonedTimeout value to a higher number. The problem we faced was due to the query which took longer time that the above mentioned timeout.

提交回复
热议问题