[
https://issues.apache.org/jira/browse/GEODE-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216928#comment-16216928
]
ASF subversion and git services commented on GEODE-1897:
--------------------------------------------------------
Commit 7a7c2ef7d546f278fc99aa700d7e456b8d86cf24 in geode's branch
refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7a7c2ef ]
GEODE-1897: Initial refactor of CreateRegionCommand (#956)
* GEODE-1897: Initial refactor of CreateRegionCommand
* GEODE-1897: Add test categories
* GEODE-1897: Add license headers
* GEODE-1897: Add missing test category
* GEODE-1897: Update miscellaneous test failures
- Also updated sanctionedSerializables
* GEODE-1897: Review updates
* GEODE-1897: More review changes
* GEODE-1897: Integrate better with new develop functionality
* GEODE-1897: Impromptu review update
* GEODE-1897: Spotless how do I love thee... let me count the ways
* GEODE-1897: fixing precheckin failures
> Users should be able to configure eviction through gfsh
> -------------------------------------------------------
>
> Key: GEODE-1897
> URL: https://issues.apache.org/jira/browse/GEODE-1897
> Project: Geode
> Issue Type: Sub-task
> Components: docs, gfsh
> Reporter: Swapnil Bawaskar
> Assignee: Jens Deppe
>
> While creating a region in gfsh, users should be able to configure eviction
> for that region.
> All three modes of eviction should be supported:
> 1. Eviction driven by the resource manager:
> {noformat}
> gfsh>create region --name=myRegion --type=REPLICATE --eviction-enabled
> {noformat}
> 2. eviction driven by entry count in the region:
> {noformat}
> gfsh>create region --name=myRegion --type=REPLICATE
> --eviction-entry-count=1000
> {noformat}
> 3. eviction driven by bytes used:
> {noformat}
> gfsh>create region --name=myRegion --type=REPLICATE --eviction-max-memory=100m
> {noformat}
> And also specify the eviction action as
> {noformat}
> --eviction-action=overflow-to-disk or
> --eviction-action=destroy
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)