Hi All, I'm using Ignite 2.7.5 and am trying to add some logic to my service that would trigger a full data reload in case there was a partition loss event. I followed the docs and added a listener on the *EVT_CACHE_REBALANCE_PART_DATA_LOST* event, but my code never gets called. I was testing it by setting the backups to 0 and cache mode to *PARTITIONED*. After killing a node I can see errors from Ignite when accessing one of the keys on the lost partition but for some reason the event listener doesn't get executed. This is the error I receive on accessing lost data:
Does anyone have any idea what I can possibly do wrong? Thanks, Balazs -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
