Entry processor will always be executed inside java-level synchronized section. Moreover, cache requests of the kind are processed inside striped pool and therefore will be executed sequentially.
If your entry processor has a high chance to be readonly then you can think of switching to IgniteCompute.affinityCall() and returning partial result from the callable. Will that work? Yakov -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/EntryProcessor-and-Locks-tp16150p16378.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
