[ https://issues.apache.org/jira/browse/GEODE-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fred Krone updated GEODE-4363: ------------------------------ Description: Currently eviction-action currently must be either 'local-destroy' or 'overflow-to-disk' ex: <expiration-attributes timeout="60" action="local-destroy" /> This story is to add the additional option "distributed-destroy" as an action setting for expiration-attributes. This will enable a local destroy action to be distributed across the cluster (currently this does not exist) Acceptance: can set this on region configuration via cache.xml, API or gfsh gfsh help and docs have been updated was: <expiration-attributes timeout="60" action="destroy" /> Should add action="distributed-destroy" eviction-action currently must be either 'local-destroy' or 'overflow-to-disk' Acceptance: can set this on region configuration via cache.xml, API or gfsh gfsh help and docs have been updated > Add new distributed destroy action configuration > ------------------------------------------------ > > Key: GEODE-4363 > URL: https://issues.apache.org/jira/browse/GEODE-4363 > Project: Geode > Issue Type: Sub-task > Reporter: Fred Krone > Priority: Major > > > Currently eviction-action currently must be either 'local-destroy' or > 'overflow-to-disk' > ex: <expiration-attributes timeout="60" action="local-destroy" /> > This story is to add the additional option "distributed-destroy" as an action > setting for expiration-attributes. > This will enable a local destroy action to be distributed across the cluster > (currently this does not exist) > > Acceptance: can set this on region configuration via cache.xml, API or gfsh > gfsh help and docs have been updated > -- This message was sent by Atlassian JIRA (v7.6.3#76005)