Improved ConfD responsiveness during high memory load scenarios
Details
| Detail name | Value |
|---|---|
| Changelog Number | 22808 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 8.0.0 |
| Fix Versions | Exasol 8.33.0, Exasol 8.29.6 |
| Resolution Date | 2025-01-14 |
Description
ConfD is a low-level API that can be used to perform all administrative actions in Exasol. The ConfD API is available on all nodes in a deployment. You can interact with ConfD directly using the command-line tool confd_client, or indirectly through XML-RPC in your own Python programs.
Sometimes ConfD calls might have been failing with timeout error like
tornado.simple_httpclient.HTTPTimeoutError: Timeout while connecting
in high memory load scenarios.
Workaround
There is no workaround.
Fix
An internal diagnostic routine was diagnosed to be responsible for the problem and was optimized.