JDBC stops trying hosts after a read error in the current connection attempt
Details
| Detail name | Value |
|---|---|
| Changelog Number | 14562 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.0.0 |
| Fix Versions | Exasol 7.1.11 |
| Resolution Date | 2022-06-09 |
Description
If the following conditions are met the connection process ends without trying the next hosts
- Connection attempt via JDBC
- the connection string contains multiple hosts
- for a host e.g. the first one, the socket connects successfully but the connection breaks in socket.read
Workaround
There is no workaround
Fix
All hosts are tried in such scenarios