AdminUI uses less system resources
Details
| Detail name | Value |
|---|---|
| Changelog Number | 27076 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 2025.2.0, Exasol 2025.1.11 |
| Resolution Date | 2025-12-17 |
Background
AdminUI periodically polls the state of the cluster. This can lead to an overload on confd process, where a single process utilizes 100% CPU (that's one core).
Improvement
AdminUI no longer polls. Instead, it updates it’s internal representation of the cluster when specific events happen. There should no longer be an observable high CPU load for the confd process.