Kirill Tkalenko created IGNITE-13650:
----------------------------------------
Summary: 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
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)