[trivial] HikariCP output a warning "Driver does not support get/set network timeout for connections."
See original GitHub issue- Digdag: 0.9.12
- PostgreSQL: 9.6.2
- macOS: 10.12.5
digdag server output the following warning if I -L logfile.log
option specified.
There is no warning if I don’t use -L
option.
2017-06-19 19:18:14.064 +0900 [INFO] (main): HikariPool-1 - Driver does not support get/set network timeout for connections. (Method org.postgresql.jdbc.PgConnection.getNetworkTimeout() is not yet implemented.)
database.type = postgresql
database.user = digdag
database.password = passwd
database.host = 127.0.0.1
database.port = 5432
database.database = digdag_support
digdag server -c postgresql.conf -L digdag.log
Reported-by huntinggirled written in Japanese.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to fix "Driver does not support get/set network timeout for ...
the warning is still present with version 11.2.0.1; there is no warning with version 12.1.0.2; oracle.jdbc.driver.T4CConnection.
Read more >HikariPool-1 - Driver does not support get/set network timeout ...
I'm developing for a client who has requested their plugin use spigot 1.8 and I'm experiencing a weird Hikari bug.
Read more >Connection timeout is not matching what I set - Google Groups
I'm using the Microsoft JDBC Driver for SQL Server. I just turned on debugging and it looks like it doesn't support Connection.setNetworkTimeout() unfortunately ......
Read more >[CONJ-121] Issue with org.mariadb.jdbc.MySQLConnection ...
We call connection.getNetworkTimeout() to determine whether network timeout is supported. If network timeout is not supported, ...
Read more >User Guide | JPPF
When a connection to the JPPF server is established, the connecting component first ... This definitely will not allow us us to monitor...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hiroyuki-sato I went ahead and implemented
get/setNetworkTimeout()
for pgjdbc. Pending acceptance of the pull request pgjdbc/pgjdbc#849.There is no activity. So close.