[
https://issues.apache.org/jira/browse/IGNITE-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103276#comment-16103276
]
Semen Boikov commented on IGNITE-5712:
--------------------------------------
Hi,
- please explain why synchronized (this) is needed in
GridNearTxLocal.suspend/resume
- error message is wrong in TxManager.resumeTx
{noformat}
if(!tx.state(ACTIVE)) {
throw new IgniteCheckedException("Trying to suspendTx transaction
with incorrect state "
+ "[expected=" + ACTIVE + ", actual=" + tx.state() + ']');
}
{noformat}
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)