Default JDBC connect timeout not consistent with documentation
Details
| Detail name | Value |
|---|---|
| Changelog Number | 11569 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | |
| Fix Versions | Exasol 7.1.0 |
| Resolution Date | 2021-08-03 |
Description
When connecting with the JDBC Driver, there is a timeout which configures how long the driver will wait until the server machine responds. According to the Documentation, this default is 2000 milliseconds (2 seconds).
The default timeout was erroneously unlimited.
Workaround
You can explicitly set the "connecttimeout" property in the driver as described here.
Fix
We have set the default "connecttimeout" to 2000 milliseconds (2 seconds) as specified in the documentation.