问题
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