Feature #6211
want warnings in the face of long running name lookups for ping
Start date:
2015-09-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
We've been bitten several times in the field now by various icmp issues where the ping is actually working just fine, but reverse DNS is ongoing and therefore we don't end up getting an answer for quite some time. Combined with 6210, this leads to some particularly nasty failures and confusion. Instead, if we're in this state where we've been blocked on name lookup for so long, then we go ahead and just warn to the user once per minute.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
git commit b08923d6c9c63a4f4b647b84d9454d8124fcedd7
commit b08923d6c9c63a4f4b647b84d9454d8124fcedd7 Author: Robert Mustacchi <rm@joyent.com> Date: 2015-09-14T20:47:46.000Z 6210 ping can misreport ICMP latency 6211 want warnings in the face of long running name lookups for ping 6212 Want sub-second ping interval support 6213 clean up warnings in ping Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>