You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/11/02 07:23:00 UTC

[jira] [Created] (IGNITE-13650) Remove FileWriteAheadLogManager#updateCurrentHandle from under assert

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)