[jira] [Created] (IGNITE-6257) non thread safe assertion exception while processDhtTxFinishRequest

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6257) non thread safe assertion exception while processDhtTxFinishRequest

Anton Vinogradov (Jira)
Stanilovsky Evgeny created IGNITE-6257:
------------------------------------------

             Summary: non thread safe assertion exception while processDhtTxFinishRequest
                 Key: IGNITE-6257
                 URL: https://issues.apache.org/jira/browse/IGNITE-6257
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.9
            Reporter: Stanilovsky Evgeny
            Assignee: Sergey Chugunov


this place :

{code}
assert req.txState() != null || (ctx.tm().tx(req.version()) == null && ctx.tm().nearTx(req.version()) == null);
{code}

additionally while this assert arise, condition not obviously can be understand.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)