Project

General

Profile

Actions

Bug #19466

closed

Bug #19399: Improve NodeInfo cache

upmerge of parent ticket is inefficient

Added by Nicolas CHARLES almost 3 years ago. Updated over 2 years ago.

Status:
Released
Priority:
N/A
Category:
Performance and scalability
Target version:
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)]) 

Actions #1

Updated by Nicolas CHARLES almost 3 years ago

  • Status changed from New to In progress
Actions #2

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/3687
Actions #3

Updated by Nicolas CHARLES almost 3 years ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by Alexis Mousset over 2 years ago

  • Subject changed from upmege of parent ticket is inefficient to upmerge of parent ticket is inefficient
Actions #5

Updated by François ARMAND over 2 years ago

  • Fix check changed from To do to Checked
Actions #6

Updated by Vincent MEMBRÉ over 2 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 6.2.8 which was released today.

Actions

Also available in: Atom PDF