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 2017/09/25 09:48:45 UTC

[GitHub] ignite pull request #2738: IGNITE-6493 incorrect usage dataStreamer, must be...

GitHub user DmitriyGovorukhin opened a pull request:

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

    IGNITE-6493 incorrect usage dataStreamer, must be in try-with-resource

    

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

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

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

    https://github.com/apache/ignite/pull/2738.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 #2738
    
----
commit 79d036a2a0483b59d5e6ece13dd3bd8622d7df6b
Author: Dmitriy Govorukhin <dm...@gmail.com>
Date:   2017-09-25T09:47:31Z

    IGNITE-6493 fix IgnitePdsWalTlbTest.testWalDirectOutOfMemory() incorrect usage dataStreamer, must be in try-with-resource

----


---