Re: question regarding EntryProcessor
Aleksey, Entry processor is always executed on the primary node and (sometimes) on backup nodes. The whole purpose of invoke() operation is to send the entry processor to server nodes instead of transferring the data across network. The mapping always exists. Even if there is no actual value in c
question regarding EntryProcessor
Hi all! When we invoke EntryProcessor with a given key would it be executed on a separate node, where the key resides? What if there is no key mapping. -- *Best Regards,* *Kuznetsov Aleksey*