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 <dmitriy.govorukhin@...> 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 ---- ---