Actions
Bug #20716
closedImprove dynamic group computation speed and fix inverted searched
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:
Checked
Regression:
Description
A lot of computation is done by querying LDAP, while we have most of the data sitting in the NodeInfoCache
So dynamic group update can take several minutes for something that could be much faster
Also, searches on node state & node properties are post-filtered, but the order of operation between post-filter and inversion is not correct, so every search on properties that are inverted will not return anything
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
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/4155
Updated by François ARMAND almost 3 years ago
- Target version changed from 7.0.1 to 6.2.13
Updated by Nicolas CHARLES almost 3 years ago
- Related to Bug #20736: List of directive for the pending node is invalid added
Updated by Nicolas CHARLES almost 3 years ago
- Subject changed from Improve dynamic group computation speed to Improve dynamic group computation speed and fix inverted searched
- Description updated (diff)
Updated by Nicolas CHARLES almost 3 years ago
- Pull Request changed from https://github.com/Normation/rudder/pull/4155 to https://github.com/Normation/rudder/pull/4164
Updated by Nicolas CHARLES almost 3 years ago
- Related to Bug #20758: Improve group node computation added
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6dd517906826742232308b1400a36f3e7cd3b6af.
Updated by François ARMAND almost 3 years ago
- Related to Bug #20813: tests broken with because of new method in NodeInfoService added
Updated by François ARMAND almost 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.13, 7.0.2 and 7.1.0~rc1 which were released today.
Actions