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 2023/01/16 16:16:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17677463#comment-17677463 ] 

Vyacheslav Koptilin commented on IGNITE-15742:
----------------------------------------------

Hello [~venkatesh2090],

Sorry for the late reply. I don't have any objections. Please assign this ticket to yourself. 

> 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
>            Assignee: 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.20.10#820010)