Vyacheslav Koptilin created IGNITE-15742:
--------------------------------------------
Summary: 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
Reporter: Vyacheslav Koptilin
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)