Actions
Bug #17778
closedtable nodes contains on entry per node per generation, which is too much
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
table nodes should historize nodes info, and it check changes at each policy generation
but it should not create a new entry for each node at each policy generation, as seem to indicate https://issues.rudder.io/issues/17772 , but rather create an entry when there's a change
On load test system, I have 74 971 809 entries in nodes, for 4500 fairly static nodes
Updated by Nicolas CHARLES over 4 years ago
- Related to Question #17772: "nodes" table is very big added
Updated by Nicolas CHARLES over 4 years ago
- Related to Question #15436: How to clean the tables 'nodes' and 'nodes_info' of seemingly out of date informations ? added
Updated by Nicolas CHARLES over 4 years ago
this is most likely because we compare the description of the node from the DB (which is empty), with Some(description), which is some("")
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
- 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/3086
Updated by Nicolas CHARLES over 4 years ago
- Target version changed from 6.0.7 to 5.0.18
exists in 5.0, retargeting
Updated by Nicolas CHARLES over 4 years ago
- Pull Request changed from https://github.com/Normation/rudder/pull/3086 to https://github.com/Normation/rudder/pull/3088
Updated by Nicolas CHARLES over 4 years ago
- Related to Bug #14770: Invalid comparision of String and Option[String] in HistorizationService added
Updated by Nicolas CHARLES over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|26f4fece885dad471c0c60069356523322a2aeec.
Updated by Nicolas CHARLES over 4 years ago
Applied in changeset rudder|750196f22b19c25a15a9b5db021f0fe06d5d3fec.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.18 and 6.1.2 which were released today.
Actions