Actions
Bug #8195
closedBug #7735: OOM in Rudder when there are too many repaired reports
Correct memory profile and efficiency of non-compliant-reports logger
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
As defined in the parent task #7735, some of the OOM are not due to the repaired report cache, but to the code that logs error rerports.
This ticket address that subpart which is quite self-contained.
The process is a batch, so the optimisation are easy (main idea: cut a big batch in lots of little ones)
Updated by François ARMAND over 8 years ago
With the proposed modification, we have:
- a bounded memory consumption around 30Mo for the processus
- writting 250 000 non-compliant-reports take ~10s in place of >15 minutes before
Updated by François ARMAND over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1079
Updated by François ARMAND over 8 years ago
- Subject changed from Correct memory profile and efficiency of error report logger to Correct memory profile and efficiency of non-compliant-reports logger
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND over 8 years ago
- Assignee changed from François ARMAND to Vincent MEMBRÉ
Updated by François ARMAND over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|f74ad673e9716901d4b80c283c2bf44e585c09e8.
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.16, 3.1.10 and 3.2.3 which were released on 2016-06-01, but not announced.
- 2.11: Changelog
- 3.0: Changelog
- 3.1: Changelog
- 3.2: Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions