[
https://issues.apache.org/jira/browse/IGNITE-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101766#comment-16101766
]
Semen Boikov commented on IGNITE-5712:
--------------------------------------
Hi,
1. System transactions are started by internal Ignite code, and it is supposed
users can not access system txs. Let's just add assert in TxManager.suspend()
that tx is not system (assert !tx.system()).
2. I think this is not possible case, but let's add such assert in
TxManager.resumeTx.
I'm reviewing your changes, will provide comments soon.
Thanks!
> Context switching for optimistic transactions
> ---------------------------------------------
>
> Key: IGNITE-5712
> URL: https://issues.apache.org/jira/browse/IGNITE-5712
> Project: Ignite
> Issue Type: Sub-task
> Components: general
> Reporter: Alexey Kuznetsov
> Assignee: Nikolay Izhikov
>
> Implement context switching between threads for optimistic transactions
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)