You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by aealeksandrov <gi...@git.apache.org> on 2018/03/22 13:10:35 UTC

[GitHub] ignite pull request #3682: IGNITE-7902 Enable either swap space or persisten...

GitHub user aealeksandrov opened a pull request:

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

    IGNITE-7902 Enable either swap space or persistence but not both

    Enabling both swap and persistence at the same time for a data region does not make sense. An exception should be thrown in this case.
    
    See discussion - http://apache-ignite-developers.2346864.n4.nabble.com/Enabling-swap-space-and-Ignite-Persistence-td27595.html
    
    IgniteCheckedException will be thrown in case if swap and persistence were enabled at the same time.

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

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

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

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

----


---

[GitHub] ignite pull request #3682: IGNITE-7902 Enable either swap space or persisten...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---