Igor, it is impossible to alter the value since it may cause data inconsistency. Imagine you have 2 nodes and cache with 1 backup. 3 node joins and you alter cache entries being sent from node 1 and 2 to 3, but those entries are currently backed up on 2 and 1 respectively.
Please explain why you need this? I will try to come up with suggestions. Btw, what if rebalancing never happen? :) this is still possible, you know --Yakov 2016-12-28 14:49 GMT+03:00 Igor Gnatyuk <[email protected]>: > Is there a way to make changes to cache entry before it is sent to another > node during rebalance? I want new node receive some additional data with > every cache entry. This data should be added to the object before > marshaling on the node where it was before rebalancing. >
