[
https://issues.apache.org/jira/browse/IGNITE-9622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688095#comment-16688095
]
Igor Seliverstov commented on IGNITE-9622:
------------------------------------------
[~Pavlukhin], looks good except one thing; yes, it's a bad way to throw SQL
exceptions from generic methods (which used by both Cache API and SQL) but
anyway we need to convert such exceptions to SQL ones with right error codes
for DML calls.
Please add cache exceptions to sql ones conversion.
> 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)