By: sr (nobody.delete@this.nowhere.com), April 4, 2021 10:10 am
Room: Moderated Discussions
Andrey (andrey.semashev.delete@this.gmail.com) on April 4, 2021 4:58 am wrote:
> Taking the lock will abort the transaction.
Are you sure? All what is needed to take lock in transaction is to distribute modified cacheline and revert it back if transaction get aborted. If those distributed lines are used to something else than simple locks it might easily result to data corruption but taking lock(s) in transaction should not be a problem.
> Taking the lock will abort the transaction.
Are you sure? All what is needed to take lock in transaction is to distribute modified cacheline and revert it back if transaction get aborted. If those distributed lines are used to something else than simple locks it might easily result to data corruption but taking lock(s) in transaction should not be a problem.