Actions
Bug #20367
closedBug #20366: get rules/tree and get groups/tree are very slow
first go at improving perfs for rules/tree
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
the costly part is really to get the NodeInfo from the computed NodeIds in getRuleApplicationStatus, then if the rule is applied ( applicationService.isApplied(rule,groupLib,directiveLib,nodesLib) ) and then computing the policymode ( ComputePolicyMode.ruleMode(globalMode, directives.map(._2), nodes.map(.policyMode)) )
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES almost 3 years ago
- Target version changed from 6.2.12 to 7.0.0~rc2
actually code is only in 7.0
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/4039
Updated by Nicolas CHARLES almost 3 years ago
this improves from 9s to 4s the rules/tree
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|1c1f77cb933b51d83ad542035a195e179b5cd3ae.
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~rc2 which was released today.
Actions