You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/17 14:52:00 UTC

[jira] [Commented] (IGNITE-9909) Merge FsyncWalManager and WalManager

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

ASF GitHub Bot commented on IGNITE-9909:
----------------------------------------

GitHub user akalash opened a pull request:

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

    IGNITE-9909 Extract file handle from WAL manager

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9909

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5013.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5013
    
----
commit 8d54934e6127d8a74f2182f1e4e32723c9a3dc90
Author: Anton Kalashnikov <ka...@...>
Date:   2018-10-17T09:22:42Z

    IGNITE-9909 Extract file handle from WAL manager

----


> Merge FsyncWalManager and WalManager
> ------------------------------------
>
>                 Key: IGNITE-9909
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9909
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Anton Kalashnikov
>            Assignee: Anton Kalashnikov
>            Priority: Major
>
> Now we have two similar WAL managers FileWriteAheadLogManager and FsyncModeFileWriteAheadLogManager and because of similarity it is too difficult to support them. It is need to extract unique part from them and leave only one manager.



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