RE: 2.8.1 : CacheEntryProcessor for insert/update within Transaction supported ?

2021-06-11 Thread VeenaMithare
Hi Anton, Thanks for the reply . As per the definition of entry processor - it is used to execute updates on entries on the nodes that store it - currently this is not the case. It runs on the client side as well.  Will this issue not be resolved if the entry processor ran only on the server

RE: 2.8.1 : CacheEntryProcessor for insert/update within Transaction supported ?

2021-06-10 Thread antkr
eSent: Tuesday, April 27, 2021 3:46 PMTo: user@ignite.apache.orgSubject: 2.8.1 : CacheEntryProcessor for insert/update within Transaction supported ? Hi Team,  Is the functionality to use CacheEntryProcessor for insert/update withinTransaction supported ? As mentioned in this post, insert of a record

2.8.1 : CacheEntryProcessor for insert/update within Transaction supported ?

2021-04-27 Thread VeenaMithare
Hi Team, Is the functionality to use CacheEntryProcessor for insert/update within Transaction supported ? As mentioned in this post, insert of a record using cacheentryprocessor always fails with UnregisteredBinaryTypeException if the insert is done within a transaction : http://apache-ignite