You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Venkatesh Prasad Kannan (Jira)" <ji...@apache.org> on 2022/12/15 13:01: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=17648044#comment-17648044 ] 

Venkatesh Prasad Kannan commented on IGNITE-15742:
--------------------------------------------------

Hi [~slava.koptilin], is this ticket still relevant? This looks like an easy fix for a first-time contributor like me. Would you mind if I assigned this to myself?

> 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)