Project

General

Profile

Actions

Architecture #4521

closed

When generating promises, use a cache for template file

Added by François ARMAND about 10 years ago. Updated about 10 years ago.

Status:
Released
Priority:
1
Category:
Performance and scalability
Target version:
Effort required:
Name check:
Fix check:
Regression:

Description

For now, we don't cache template file when generating promises, so we read the template each time it is needed to write a promise for a node.
We could cache them in a Map[template id -> template content], trading I/O for memory (and as Linux is quite good in caching, perhaps actually, we don't trade so much I/O to memory).


Subtasks 2 (0 open2 closed)

Architecture #4537: Make CFClerk able to use template from a cacheReleasedNicolas CHARLES2014-02-27Actions
Architecture #4538: Use promise templates cache when writing promisesReleasedNicolas CHARLES2014-02-27Actions
Actions #1

Updated by François ARMAND about 10 years ago

  • Category set to Performance and scalability
  • Status changed from New to 8
  • Priority changed from N/A to 2
  • Target version set to 2.10.0~beta1
Actions #2

Updated by François ARMAND about 10 years ago

  • Status changed from 8 to 13
  • Assignee set to François ARMAND
Actions #3

Updated by François ARMAND about 10 years ago

  • Tracker changed from User story to Architecture
Actions #4

Updated by Jonathan CLARKE about 10 years ago

  • Status changed from 13 to 12
Actions #5

Updated by Jonathan CLARKE about 10 years ago

  • Status changed from 12 to Pending release
Actions #6

Updated by Vincent MEMBRÉ about 10 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.10.0~beta1, which was released today.
Check out:

The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-March/000084.html
The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog210
Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions

Also available in: Atom PDF