Improved storage fail safety
Details
| Detail name | Value |
|---|---|
| Changelog Number | 14166 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.0.0, Exasol 7.1.25 |
| Resolution Date | 2022-04-20 |
Background
When a disk fails due to IO errors, the disk is disabled in storage when an event with the failing disk is being generated.
This is automatically handled for volumes with redundancy larger than 1.
For volumes with no redundancy (redundancy=1), such as temporary volumes, the volume must be locked and manual intervention (database restart) is required to recreate the volume.
Improvement
Automatic volume handling is extended to temp volumes in these scenarios.