DB connectivity doesn't recover automatically
Details
| Detail name | Value |
|---|---|
| Changelog Number | 23134 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.0.0 |
| Fix Versions | Exasol 2026.1.0, Exasol 2025.1.11 |
| Resolution Date | 2026-05-15 |
Description
Some errors may restart some internal Server Processes.
When the Connection Server process is restarted, and if the Object Server is not available, then the restarting of the Connection Server will immediately fail which will in turn cause the DB to shutdown.
Workaround
There is no workaround.
Fix
When a Connection Server restart is initiated, check for the availability of the Object Server. If it is not available then wait for an timeout (60 seconds). If still not available then throw the exception.