[
https://issues.apache.org/jira/browse/IGNITE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-8415:
------------------------------------
Fix Version/s: (was: 2.10)
> Manual cache().rebalance() invocation may cancel currently running rebalance
> ----------------------------------------------------------------------------
>
> Key: IGNITE-8415
> URL: https://issues.apache.org/jira/browse/IGNITE-8415
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.4
> Reporter: Pavel Kovalenko
> Priority: Major
>
> If historical rebalance happens and during this process we manually invoke
> {noformat}
> Ignite.cache(CACHE_NAME).rebalance().get();
> {noformat}
> then currently running rebalance will be cancelled and started new which
> seems not right way. Moreover, after new rebalance finish we can lost some
> data in case of rebalancing entry removes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)