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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)