Maxim Muzafarov created IGNITE-12669:
----------------------------------------
Summary: Remove not used rebalanceDelay from production code
Key: IGNITE-12669
URL:
https://issues.apache.org/jira/browse/IGNITE-12669 Project: Ignite
Issue Type: Task
Reporter: Maxim Muzafarov
Currently, we've got rebalanceDelay property which is not used (in tests too) and persists in production code.
Must be removed.
{code}
/** Delay before rebalancing code is start executing after exchange completion. For tests only. */
private volatile long rebalanceDelay;
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)