Actions
Bug #19466
closedBug #19399: Improve NodeInfo cache
upmerge of parent ticket is inefficient
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
I wrongly did
ZIO.foreach(infoMaps.nodes.toList) { case (id, nodeEntry) =>
rather than the more efficient
ZIO.foreach(infoMaps.nodes:Iterable[(String, LDAPEntry)])
Updated by Nicolas CHARLES over 3 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 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/3687
Updated by Nicolas CHARLES over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|63ee58005ed7fc88f51d83b461f5df2182e6d607.
Updated by Alexis Mousset over 3 years ago
- Subject changed from upmege of parent ticket is inefficient to upmerge of parent ticket is inefficient
Updated by François ARMAND over 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.8 which was released today.
Actions