You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexei Scherbakov (JIRA)" <ji...@apache.org> on 2016/07/28 16:08:20 UTC

[jira] [Created] (IGNITE-3601) Read-only optimistic transaction should not acquire locks.

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)