You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by gromtech <gi...@git.apache.org> on 2018/02/01 11:36:46 UTC

[GitHub] ignite pull request #3461: IGNITE-7309 Throw NodeStoppingException if marsha...

GitHub user gromtech opened a pull request:

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

    IGNITE-7309 Throw NodeStoppingException if marshaling fails while node stopping

    * Wrapped error log (U.error) at GridJobWorker.onJobFinished to check node stopping
    * Add GridJobWorkerTest

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

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

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

    https://github.com/apache/ignite/pull/3461.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 #3461
    
----
commit d9ec315c62c542b13844a35617caaa3a4e58ec73
Author: Roman Guseinov <gr...@...>
Date:   2018-01-31T10:25:58Z

    IGNITE-7309 Throw NodeStoppingException if marshaling fail while node stopping

commit 4f3fd63eddfc76322e38c4bbbc6e6014a3012102
Author: Roman Guseinov <gr...@...>
Date:   2018-02-01T10:25:25Z

    IGNITE-7309 Added GridJobWorkerTest

----


---