Actions
Bug #17371
closedAgent consuming lots of IO and resources at each run
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:
Reviewed
Fix check:
Checked
Regression:
Updated by Benoît PECCATTE over 4 years ago
- Related to Bug #17335: cf-agent writes a lot of times to performance db added
Updated by Benoît PECCATTE over 4 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2283
Updated by Benoît PECCATTE over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|bae664edf1b1b983f255da12a5a4528f1e33251a.
Updated by Benoît PECCATTE over 4 years ago
Before:
- one datasync on performance.lmdb per promise evaluation
- around 400 datasync per directive
- around 20000 datasync per run
- 118s per run on a lightly loaded server (can highly depend on storage type and io load
After
- No datasync on performance.lmdb
- 17s per run on the same server
-> 85% time reduction (7x improvement)
Updated by Vincent MEMBRÉ over 4 years ago
- Subject changed from cf-agent writes a lot of times to performance db to Agent consuming lots of IO and resources at each run
Updated by Benoît PECCATTE over 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 4 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.6 which was released today.
Actions