You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by vldpyatkov <gi...@git.apache.org> on 2018/06/14 10:31:48 UTC

[GitHub] ignite pull request #4188: IGNITE-8761

GitHub user vldpyatkov opened a pull request:

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

    IGNITE-8761

    WAL fsync at rollover should be asynchronous in LOG_ONLY and BACKGROUND modes

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

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

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

    https://github.com/apache/ignite/pull/4188.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 #4188
    
----
commit 29831e48edd57bf8907f8ed74a535b23bafee014
Author: vd-pyatkov <vp...@...>
Date:   2018-06-14T07:38:32Z

    IGNITE-8761
    WAL fsync at rollover should be asynchronous in LOG_ONLY and BACKGROUND modes

----


---