Alexei Scherbakov created IGNITE-3601: -----------------------------------------
Summary: Read-only optimistic transaction should not acquire locks. Key: IGNITE-3601 URL: https://issues.apache.org/jira/browse/IGNITE-3601 Project: Ignite Issue Type: Bug Reporter: Alexei Scherbakov Fix For: 1.8 Read only transactions reading the same key may throw unexpected IgniteTxOptimisticCheckedException on contending commit. We should detect what transaction is read only and not acquire any locks in what case. See the reproducer in the attachment. -- This message was sent by Atlassian JIRA (v6.3.4#6332)