You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by VladimirErshov <gi...@git.apache.org> on 2015/11/18 18:34:59 UTC

[GitHub] ignite pull request: IGNITE-10 Fix ignite components [de]serializa...

GitHub user VladimirErshov opened a pull request:

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

    IGNITE-10 Fix ignite components [de]serialization

    IgniteSpiThread holds now gridName.
    It's obtained through IgnitionEx.gridName() for IgniteKernal readResolve.
    It could be useful to check, that those classes don't suffer also from this issue:
    * GridPortableContext
    * GridKernalContextImpl
    * ClusterGroupAdapter
    * ClusterNodeLocalMapImpl
    * PortableContext

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

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

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

    https://github.com/apache/ignite/pull/246.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 #246
    
----
commit 89781a9f5b63da38069191576a5647194d90e58e
Author: vershov <ve...@gridgain.com>
Date:   2015-11-18T17:26:13Z

    IGNITE-10 Fix ignite components [de]serialization

commit 7dee5b2d0f62578b139fcaf0aefcc44d823e4f70
Author: vershov <ve...@gridgain.com>
Date:   2015-11-18T17:31:49Z

    IGNITE-10 Fix ignite components [de]serialization

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---