Actions
Bug #6616
closedDo not check dns when checking promises
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
To prevent cf-promises checking dns we shoud set the Environement variable "RES_OPTIONS" to "attempts:0" when we run the cf-prmoises.
This should be added into Scala code so we have it available for all check promises command
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/860
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|f354b3a357958764c6f637b36d490a7f1f194d76.
Updated by François ARMAND almost 10 years ago
Applied in changeset rudder|61021d2af512521f2f2958a1cf066ff69ad5f543.
Updated by Nicolas CHARLES almost 10 years ago
it does not seem to improve perfs ... i'm facing 25s promises generation even with this fix, due to dns slowdown
Updated by Nicolas CHARLES almost 10 years ago
ok, what it does, is that it prevent from looking on invalid interface, but host2ip are still performed
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
Actions