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)