700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > Pg报错: HikariPool-1 - Connection is not available request timed out after 30040ms.问题处理

Pg报错: HikariPool-1 - Connection is not available request timed out after 30040ms.问题处理

时间:2019-06-30 12:07:42

相关推荐

Pg报错: HikariPool-1 - Connection is not available  request timed out after 30040ms.问题处理

1. 问题背景

数据批量入库时,报错:HikariPool-1 - Connection is not available, request timed out after 30040ms.

2. 问题处理

yml配置文件中加入hikari配置:

datasource:driver-class-name: org.postgresql.Driverurl: jdbc:postgresql://ip:port/dbNameusername: aaapassword: bbbhikari:connection-timeout: 60000maximum-pool-size: 500max-lifetime: 180000minimum-idle: 20validation-timeout: 3000idle-timeout: 30000

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。