Improved resilience of network statistics parsing
Details
| Detail name | Value |
|---|---|
| Changelog Number | 29804 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0 |
| Fix Versions | Exasol 2026.1.0, Exasol 2025.1.11 |
| Resolution Date | 2026-05-15 |
Description
In rare cases of virtualized Linux environments, reading network counters from /proc/net/dev can return incomplete or unexpected data. As a consequence the database may crash and automatically restart).
Workaround
No reliable database-level workaround exists other than upgrading to a fixed version.
The probability of this issue can be reduced by keeping VM host network interface configuration stable during db runtime and avoiding host/kernel changes that may affect /proc behavior.
Fix
The network statistics parsing was hardened to handle malformed or partial /proc/net/dev input safely.