You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2020/02/12 19:45:00 UTC

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

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)