You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/09/14 11:31:00 UTC

[jira] [Created] (IGNITE-9601) Write rollover WAL record as the last

Andrey Kuznetsov created IGNITE-9601:
----------------------------------------

             Summary: Write rollover WAL record as the last 
                 Key: IGNITE-9601
                 URL: https://issues.apache.org/jira/browse/IGNITE-9601
             Project: Ignite
          Issue Type: Task
    Affects Versions: 2.6
            Reporter: Andrey Kuznetsov
            Assignee: Andrey Kuznetsov
             Fix For: 2.8


Currently, rollover WAL record gets to the next segment when being logged. Moreover, the implementation does allows data races, and rollover record is not necessarily the first record in the next segment. We are to add an option to logging facility to allow writing rollover record to the end of the current segment; subsequent records should get to the next segment then.



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