[ https://issues.apache.org/jira/browse/IGNITE-11618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk updated IGNITE-11618:
--------------------------------------
Priority: Critical (was: Major)
> 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
> 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)
|