[jira] [Created] (IGNITE-12669) Remove not used rebalanceDelay from production code

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12669) Remove not used rebalanceDelay from production code

Anton Vinogradov (Jira)
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)