Actions
Bug #11937
closedyum is run at each cf-promises, having a massive perf cost, on redhat-like system
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
On redhat like system, at each cf-promises (but also at each cf-server restart), we run the command
LANG=C /usr/bin/yum --setopt=exit_on_lock=True 2>&1 | /bin/grep -q -E '(Command line error: no such option: --setopt|Main config did not have a exit_on_lock attr. before setopt)'
it goes without saying that it has a huge perf cost (0,5 s CPU on a test platform, about a third of total cf-promises run)
we could guard the execution by a simple "agent" class, and have easy gain
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/ncf/pull/675
Updated by Rudder Quality Assistant almost 7 years ago
- Assignee changed from Alexis Mousset to Nicolas CHARLES
Updated by Nicolas CHARLES almost 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:9ea51b521a881418b76a987e92ee992e57990d98.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.10 and 4.2.4 which were released today.
- 4.1.10: Announce Changelog
- 4.2.4: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods to Generic methods
Actions