Actions
Bug #18437
closedToo many open files in relayd when disk is full
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
21
Name check:
To do
Fix check:
Checked
Regression:
Description
After several weeks it seems relayds accumulates too many open files.
Updated by Alexis Mousset about 4 years ago
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
Updated by Alexis Mousset about 4 years ago
- Severity set to Minor - inconvenience | misleading | easy workaround
- User visibility changed from Operational - other Techniques | Rudder settings | Plugins to Infrequent - complex configurations | third party integrations
- Priority changed from 0 to 22
This happens when the /var partition gets full, setting visibility to infrequent.
A service restart once their is enough free space fixes the problem, setting severity to minor.
We can try to handle the problem better and avoid file descriptor exhaustion.
Updated by Alexis Mousset about 4 years ago
- Subject changed from Too many open files in relayd to Too many open files in relayd when disk is full
Updated by Alexis Mousset about 4 years ago
The bug comes from diesel https://github.com/diesel-rs/diesel/blob/master/CHANGELOG.md#145---2020-06-09:
Fix a bug that result in leaking sockets/file descriptors on failed connection attempts for postgresql
Updated by Alexis Mousset about 4 years ago
- Status changed from New to In progress
Updated by Alexis Mousset about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3353
Updated by Alexis Mousset about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|3dfaf29b64dba615586c7e3e7e34d70578adf9b8.
Updated by Alexis Mousset almost 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 4 years ago
- Status changed from Pending release to Released
- Priority changed from 22 to 21
This bug has been fixed in Rudder 6.1.7 which was released today.
Actions