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