[
https://issues.apache.org/jira/browse/IGNITE-7902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409497#comment-16409497
]
ASF GitHub Bot commented on IGNITE-7902:
----------------------------------------
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
----
----
> Enable either swap space or persistence but not both
> -----------------------------------------------------
>
> Key: IGNITE-7902
> URL: https://issues.apache.org/jira/browse/IGNITE-7902
> Project: Ignite
> Issue Type: Task
> Reporter: Prachi Garg
> Assignee: Andrey Aleksandrov
> Priority: Major
> Labels: newbie
> Fix For: 2.5
>
>
> 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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)