[
https://issues.apache.org/jira/browse/IGNITE-9622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663463#comment-16663463
]
ASF GitHub Bot commented on IGNITE-9622:
----------------------------------------
GitHub user pavlukhin opened a pull request:
https://github.com/apache/ignite/pull/5074
IGNITE-9622: MVCC Cache API: prohibit non PESSIMISTIC REPEATABLE_READ
transactions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9622
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5074.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5074
----
commit f35d8dcc7ce7237c9a0e9ce5d23979c13bfd99ac
Author: ipavlukhin <vololo100@...>
Date: 2018-10-25T08:47:31Z
unify unsupported tx modes check for cache API
----
> MVCC Cache API: prohibit non PESSIMISTIC REPEATABLE_READ transactions
> ---------------------------------------------------------------------
>
> Key: IGNITE-9622
> URL: https://issues.apache.org/jira/browse/IGNITE-9622
> Project: Ignite
> Issue Type: Bug
> Components: mvcc
> Reporter: Ivan Pavlukhin
> Assignee: Ivan Pavlukhin
> Priority: Major
> Fix For: 2.8
>
>
> For cache with enabled mvcc we should allow running only PESSIMISTIC
> REPEATABLE_READ transactions. For other modes exception should be thrown
> (like is done for SQL API).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)