[
https://issues.apache.org/jira/browse/GEODE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373311#comment-16373311
]
ASF subversion and git services commented on GEODE-4656:
--------------------------------------------------------
Commit dc2b33d726fe4903abeb73d3de6381498896713f in geode's branch
refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=dc2b33d ]
GEODE-4656: Decribe region shows entry-idle-time-custom-expiry and
entry-time-to-live-custom-expiry (#1455)
> gfsh command describe region should list custom expiry setting
> --------------------------------------------------------------
>
> Key: GEODE-4656
> URL: https://issues.apache.org/jira/browse/GEODE-4656
> Project: Geode
> Issue Type: Sub-task
> Components: docs, gfsh
> Reporter: Barbara Pruijn
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The gfsh command
> {code:java}
> describe region --name=region1{code}
> should list the MyCustomExpiry class as the value for the options given on
> the alter/create region command:
> --entry-idle-time-custom-expiry
> --entry-time-to-live-custom-expiry
> {code:java}
> Type | Name | Value
> ------ | ----------------------- | ---------------
> Region | data-policy | REPLICATE
> | entry-idle-time-custom-expiry | MyCustomExpiry
> | size | 0
> | statistics-enabled | true
> | scope | distributed-ack{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)