You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2017/06/27 13:58:00 UTC

[jira] [Commented] (IGNITE-5589) Archive WAL segment after significant period of grid inactivity

    [ https://issues.apache.org/jira/browse/IGNITE-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064870#comment-16064870 ] 

Dmitriy Pavlov commented on IGNITE-5589:
----------------------------------------

https://github.com/apache/ignite/pull/2207

> Archive WAL segment after significant period of grid inactivity
> ---------------------------------------------------------------
>
>                 Key: IGNITE-5589
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5589
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>             Fix For: 2.1
>
>
> Placing WAL records into files in work directory (preallocated size; files with same name) was intitially done for perfomance reasons.
> But for case there is no activity in the system there is no need to keep open segment in work directory. 
> It is possible move data of this incomplete segment into archive.
> Proposed change: wait some configurable time, e.g N minutes and move WAL segment to archive.
> This operation should be done with appropriate lock held to avoid writting record to WAL segment which is being archived.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)