1. Correct. 2. Correct. 3. Data still can be serialized/deserialized because Ignite stores everything in binary form. However, operations will be executed locally. 4. It basically tells that if you execute a transaction within an affinityCall, and this transaction only includes entries that belong to same partition you collocated with, the whole process will be optimized to 1-phase-commit and will be local to this node.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/EntryProcessor-and-Locks-tp16150p16410.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
