You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/09/01 16:22:00 UTC

[jira] [Work logged] (ARTEMIS-3964) Windows ping IPv4/6 commands have wrong time unit

     [ https://issues.apache.org/jira/browse/ARTEMIS-3964?focusedWorklogId=805575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-805575 ]

ASF GitHub Bot logged work on ARTEMIS-3964:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Sep/22 16:21
            Start Date: 01/Sep/22 16:21
    Worklog Time Spent: 10m 
      Work Description: brusdev merged PR #4199:
URL: https://github.com/apache/activemq-artemis/pull/4199




Issue Time Tracking
-------------------

    Worklog Id:     (was: 805575)
    Time Spent: 20m  (was: 10m)

> Windows ping IPv4/6 commands have wrong time unit
> -------------------------------------------------
>
>                 Key: ARTEMIS-3964
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3964
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The ping command on Windows uses
> -w timeout Timeout in milliseconds to wait for each reply. while in code is used seconds.
> {code:java}
> String IPV6_DEFAULT_COMMAND = Env.isWindowsOs() ? "ping -n 1 -w %d %s" : 
> ....
> // default int networkTimeout = 1000;
>  long timeout = Math.max(1, TimeUnit.MILLISECONDS.toSeconds(networkTimeout));
> ...
> processBuilder = buildProcess(ipv6Command, timeout, address.getCanonicalHostName()
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)