You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by astronaut37 <as...@proton.me> on 2022/07/06 05:05:06 UTC

EVT_CACHE_REBALANCE_STOPPED Event missing

Hi guys,
I have an in memory cache with partition loss policy "read only safe" and rebalancing mode is async.
If a node crashes and no backup partitions are available EVT_CACHE_REBALANCE_PART_DATA_LOST will be sent properly but I'm missing the EVT_CACHE_REBALANCE_STOPPED event which was sent until version ~2.8 but is not sent anymore with version 2.11.
Is it possible to configure the cache so that the EVT_CACHE_REBALANCE_STOPPED is sent once the rebalancing is finished?
Or doesn't the cache send rebalance anymore if there is some data loss and just sends part data lost events in that case?

BR
Toni