You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by DmitriyGovorukhin <gi...@git.apache.org> on 2018/02/19 10:35:30 UTC

[GitHub] ignite pull request #3539: IGNITE-7747 An exception should not be throw if s...

GitHub user DmitriyGovorukhin opened a pull request:

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

    IGNITE-7747 An exception should not be throw if segments not found 

    An exception should not be throw if segments not found for getAndReserveWalFiles. Stopped iteration if next segment not found

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

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

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

    https://github.com/apache/ignite/pull/3539.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 #3539
    
----
commit bc381187292e0c032f30069e9174bc78d1376789
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-02-19T10:34:17Z

    IGNITE-7747 Exception should not be throw if segments not found for getAndReserveWalFiles. Stopped iteration if next segment not found

----


---

[GitHub] ignite pull request #3539: IGNITE-7747 An exception should not be throw if s...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---