You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ruskim <gi...@git.apache.org> on 2016/02/19 13:40:07 UTC

[GitHub] ignite pull request: fix IGNITE-2650

GitHub user ruskim opened a pull request:

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

    fix IGNITE-2650

    - Added checkClient to to IgniteSpiConsistencyChecked annotation with default value true.
    If it's false, than spi consistency will not be checked for client nodes.
    
    - Added IgniteSpiConsistencyChecked to NoopSwapSpaceSpi and FileSwapSpaceSpi. That guaranties, that all nodes in grid will have the same swap space provider. Client nodes ignore this check, because clients don't have any data.
    
    - Cache with swap creation will fail, if nodes in grid have NoopSwapSpaceSpi 

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

    $ git pull https://github.com/ruskim/ignite ignite-2650

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

    https://github.com/apache/ignite/pull/502.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 #502
    
----
commit 4b7996ad92d452ecd0ff11e1181754e712009da0
Author: ruskim <ru...@gmail.com>
Date:   2016-02-19T12:26:37Z

    fix IGNITE-2650

----


---
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.
---