You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2019/03/24 20:29:00 UTC

[jira] [Assigned] (IGNITE-11618) Assertion got removed exception on entry with dht local candidate on transaction timeout

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

Alexey Goncharuk reassigned IGNITE-11618:
-----------------------------------------

    Assignee: Alexey Goncharuk

> Assertion got removed exception on entry with dht local candidate on transaction timeout
> ----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11618
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11618
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Goncharuk
>            Assignee: Alexey Goncharuk
>            Priority: Critical
>             Fix For: 2.8
>
>         Attachments: TxOptimisticSerializableTest.java
>
>
> IGNITE-11171 Did not fix the issue completely. The {{checkReadConflict}} method is called right before {{onEntriesLocked}} and contains the same assertion which may cause node failure.
> Attached test reproduces the problem if the following code is added to the very beginning of the {{checkReadConflict}} method:
> {code}
> U.sleep(ThreadLocalRandom.current().nextInt(200) + 1);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)