[
https://issues.apache.org/jira/browse/IGNITE-12669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036012#comment-17036012
]
Alexey Scherbakov commented on IGNITE-12669:
--------------------------------------------
[~mmuzaf]
This property is used in tests [1], you should not remove it.
[1]
org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyTest#doTestConsistencyAfterBaselineNodeStopAndRemoval
> 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
> Priority: Major
> Labels: newbie
> Fix For: 2.9
>
>
> Currently, we've got rebalanceDelay property which is not used (in tests too)
> and persists in production code.
> Must be removed.
> {code:title=GridCachePartitionExchangeManager.java:288}
> /** 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)