Actions
Architecture #16856
closedDon't replace RudderUniqueId in generated policies with a replace, but with StringTemplate
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Fix check:
Checked
Regression:
Description
Impact is to have less memory usage, and more consistent code.
So we need to:
So we need to:
- change code to have the STVariable for the RudderUniqueID
- change techniques to replace all RudderUniqueID to &RudderUniqueID&
- create a migration script to do the replacement
Updated by Nicolas CHARLES over 4 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES over 4 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/2805
Updated by Nicolas CHARLES over 4 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|914b5b510f1212b3ebfe200f1f443bbf658bb2a3.
Updated by Nicolas CHARLES over 4 years ago
with this change, policy generation goes from 21m30 to 20m30 on my test platform
Updated by François ARMAND over 4 years ago
- Tracker changed from Bug to Architecture
- Priority deleted (
0)
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~beta1 which was released today.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Actions