Wrong exception message when a client unexpectedly reconnects
Details
| Detail name | Value |
|---|---|
| Changelog Number | 27828 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0, Exasol 8.0.0, Exasol 2025.1.0, Exasol 2025.2.0 |
| Fix Versions | Exasol 2026.1.0, Exasol 2025.2.1, Exasol 2025.1.11 |
| Resolution Date | 2026-03-20 |
Description
When a client unexpectedly reconnects, the wrong exception message is sent to the client.
Currently, Successfully reconnected after internal server error, transaction was rolled back. is sent, but it should be Successfully reconnected after connection loss, transaction was rolled back.
Workaround
There is no workaround.
Fix
The correct exception message is sent when there is a reconnect scenario.
Successfully reconnected after connection loss, transaction was rolled back.