[
https://issues.apache.org/jira/browse/IGNITE-24607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931499#comment-17931499
]
Mikhail Efremov commented on IGNITE-24607:
------------------------------------------
# We should try to remove the flag as {{false}} logic by default and to check
that dependent compaction tests are still fine
# We should add a test that checks recovery logic with {{metastore#invoke}}
inhibition on a node restart.
# Also we should check and test why if we remove the flag as {{true}} branch
(without recovery rebalance on start) pass all tests now.
> Reconsider the need of system property SKIP_REBALANCE_TRIGGERS_RECOVERY
> -----------------------------------------------------------------------
>
> Key: IGNITE-24607
> URL: https://issues.apache.org/jira/browse/IGNITE-24607
> Project: Ignite
> Issue Type: Improvement
> Reporter: Denis Chudov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> *Motivation*
> There is a system property with TODO
> {code:java}
> // TODO: IGNITE-23561 Remove it
> @TestOnly
> public static final String SKIP_REBALANCE_TRIGGERS_RECOVERY =
> "IGNITE_SKIP_REBALANCE_TRIGGERS_RECOVERY";{code}
> which means whether we should skip the rebalancing on node recovery. It is
> used only in tests.
>
> *Definition of done*
> Either the TODO or this property itself is removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)