Hi According to https://apacheignite.readme.io/docs/distributed-locks explicit locks are not transactional and cannot not be used from within transactions We use PESSIMISTIC, READ_COMMITTED transactions. Sometimes it's necessary to read an object and explicitly lock it. In SQL database we do it by: select * from table where id=? *FOR UPDATE* How can I do something similar with Ignite?
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Explicit-lock-whithin-a-transaction-tp8586.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
