Actions
Bug #20535
closedWe are recreating ldap object while we could duplicate them, leading to suboptimal perf
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
in scala-ldap, when we have an LDAP Entry from unboundid, we recreate it, causing a lot of under the hood action to append, but mostly recreating the schema, rather than duplicating it
Also, we should never try to compute their hashcode as it is super expensive, and the dnstring is there and free (and can be hashcoded also)
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from New to In progress
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/4092
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|5485dc9f31cfc68eece39ea12eeaa2ce2e42e0c6.
Updated by François ARMAND over 2 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