[ https://issues.apache.org/jira/browse/IGNITE-15742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755507#comment-17755507 ]
Vyacheslav Koptilin commented on IGNITE-15742: ---------------------------------------------- Hello [~venkatesh2090], I merged your patch. Thank you for your efforts! > 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: Venkatesh Prasad Kannan > Priority: Major > Labels: newbie > Fix For: 2.16 > > Time Spent: 10m > Remaining Estimate: 0h > > 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)