You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Stanilovsky Evgeny (JIRA)" <ji...@apache.org> on 2017/09/04 11:59:00 UTC

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

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)