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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

andrey-kuznetsov
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
   
----

----


---
Reply | Threaded
Open this post in threaded view
|

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

andrey-kuznetsov
Github user asfgit closed the pull request at:

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


---