question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
brettwooldridgecommented, Jun 24, 2017

@hiroyuki-sato I went ahead and implemented get/setNetworkTimeout() for pgjdbc. Pending acceptance of the pull request pgjdbc/pgjdbc#849.

0reactions
yoyamacommented, Dec 8, 2020

There is no activity. So close.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found