Integrated: 8290178: failure_handler: run netstat without name lookups
Daniel Jeliński
djelinski at openjdk.org
Thu Jul 14 06:41:04 UTC 2022
On Tue, 12 Jul 2022 13:16:12 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> `netstat -av` in Mac OS X failure handler is frequently running into the 20 second timeout, leaving us with no socket information. This PR proposes running `netstat -anv` along with the existing `netstat -av`, so that we have at least some socket information if the original command times out.
>
> `netstat -anv` does not perform reverse DNS lookups on the socket IP addresses. The output contains IP addresses instead of DNS names. The command usually finishes in a few milliseconds.
This pull request has now been integrated.
Changeset: 292d909e
Author: Daniel Jeliński <djelinski at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/292d909e81266a75221d660e8914cbcec7640061
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
8290178: failure_handler: run netstat without name lookups
Reviewed-by: jpai, dfuchs, msheppar, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/9469
More information about the core-libs-dev
mailing list