Hikari “Add connection elided”

和自甴很熟 提交于 2021-01-27 13:25:50

问题


I am getting the following messages running a task in spring cloud data flow.

DEBUG 13167 --- [spring_batch146] com.zaxxer.hikari.pool.HikariPool        : HikariPool-2 - Add connection elided, waiting 1, queue 2

I can't find any information on it.


回答1:


The log message indicates that your application experienced a sudden burst of traffic and database connection requests triggered asynchronously were "merged".

You can find additional information relating to this feature in the Welcome to the Jungle document.




回答2:


I have the same case, opening many at once in parallel threads. And in the cloud environment, timeout failures are occurring.

Anyone with any help?

"Add connection elided, waiting 17, queue 18"



来源:https://stackoverflow.com/questions/63386337/hikari-add-connection-elided

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!