[
https://issues.apache.org/jira/browse/IGNITE-13650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225171#comment-17225171
]
Sergey Chugunov commented on IGNITE-13650:
------------------------------------------
[[email protected]],
I also don't think this hang is related to the patch. Good catch, I merged it
to master in commit *6eb8f7407499fc76a4284d981d8aea5c5de45833*.
Thank you!
> Remove FileWriteAheadLogManager#updateCurrentHandle from under assert
> ---------------------------------------------------------------------
>
> Key: IGNITE-13650
> URL: https://issues.apache.org/jira/browse/IGNITE-13650
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Fix For: 2.10
>
>
> It is necessary to remove FileWriteAheadLogManager#updateCurrentHandle out of
> assert:
> {code:java}
> assert updateCurrentHandle(next, hnd) : "Concurrent updates on rollover are
> not allowed";
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)