Ensure api_fqdn Is Resolvable Within Milliseconds or log #75
Labels
Status: To be prioritized
Indicates that product needs to prioritize this issue.
Triage: Confirmed
Indicates and issue has been confirmed as described.
Type: Enhancement
Adds new functionality.
ZenDesk 2718, Zendesk 2393
As a customer and employee of Chef, I would like Chef Server and Enterprise Chef server to warn me when name resolution is compromised with delay or failure.
Currently, EC11.2.6 and presumably later versions are unable to commit sandboxes in the presence of multi second delays in
node['api_fqdn']
resolution. The following is the only indication of the problem.We should add monitoring of the time required for a
gethostbyname
orgetaddress
or whatever forces a name resolution. If it creeps above a default of 1000ms, we should begin to warn periodically in the erchef logfile.The above would be much easier to diagnose and workaround if the erchef log contained something like this
The text was updated successfully, but these errors were encountered: