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

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

     [ https://issues.apache.org/jira/browse/IGNITE-6257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanilovsky Evgeny resolved IGNITE-6257.
----------------------------------------
    Resolution: Duplicate

duplicate https://issues.apache.org/jira/browse/IGNITE-6254

> 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)