Pavel Kovalenko created IGNITE-8415:
---------------------------------------
Summary: 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
Fix For: 2.6
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
(v7.6.3#76005)