You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2021/10/13 16:54:00 UTC

[jira] [Updated] (IGNITE-15742) Description of IgniteCluster.baselineAutoAdjustTimeout does not provide any information about measure units for the timeout.

     [ https://issues.apache.org/jira/browse/IGNITE-15742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vyacheslav Koptilin updated IGNITE-15742:
-----------------------------------------
    Component/s: general

> Description of IgniteCluster.baselineAutoAdjustTimeout does not provide any information about measure units for the timeout.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-15742
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15742
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>            Reporter: Vyacheslav Koptilin
>            Priority: Major
>              Labels: newbie
>
> Both methods related to baseline auto adjustment does not specify measure units of the timeout:
> {code:java}
>     /**
>      * @return Value of time which we would wait before the actual topology change since last server topology change
>      * (node join/left/fail).
>      * @throws IgniteException If operation failed.
>      */
>     public long baselineAutoAdjustTimeout();
>     /**
>      * @param baselineAutoAdjustTimeout Value of time which we would wait before the actual topology change since last
>      * server topology change (node join/left/fail).
>      * @throws IgniteException If failed.
>      */
>     public void baselineAutoAdjustTimeout(long baselineAutoAdjustTimeout) throws IgniteException;
> {code}
> Need to clearly specify that {{baselineAutoAdjustTimeout}} should be defined in milliseconds.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)