Actions
Enhancement #22359
closedMake parsing "process" in inventory optional
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Some users don't use the "processes" part of node inventories, and it causes massive performance problems b/c they ten of thousands of them.
Ideally, we would like to have an option so that they are not send inventory, but a first simple step is to skip their parsing (and so they actually will be seen as empty, avoiding rudder-app part of perf problems).
The config option in rudder-web.properties is:
inventory.parse.ignore.processes=true
(default false)
Updated by François ARMAND almost 2 years ago
- Subject changed from Make process parsing optional to Make parsing "process" in inventory optional
Updated by François ARMAND almost 2 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND almost 2 years ago
- Target version changed from 8.0.0~alpha1 to 7.2.5
Updated by François ARMAND almost 2 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/4662
Updated by Anonymous almost 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2b490e9c74ed878b59af78924ca9f937f8b3fa19.
Updated by François ARMAND over 1 year ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.5 which was released today.
Actions