You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ahumellihuk <gi...@git.apache.org> on 2017/09/11 14:38:33 UTC

[GitHub] ignite pull request #2637: jdkMarshaller(String nodeName) didn't set nodeNam...

GitHub user ahumellihuk opened a pull request:

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

    jdkMarshaller(String nodeName) didn't set nodeName

    Node name was being set on a new instance of JdkMarshaller, not the one being returned

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

    $ git pull https://github.com/ahumellihuk/ignite master

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

    https://github.com/apache/ignite/pull/2637.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 #2637
    
----

----


---