Re: question regarding EntryProcessor

2017-03-14 Thread Valentin Kulichenko
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

2017-03-14 Thread ALEKSEY KUZNETSOV
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*