You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/13 16:53:00 UTC

[jira] [Commented] (GEODE-4656) gfsh command describe region should list custom expiry setting

    [ https://issues.apache.org/jira/browse/GEODE-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362629#comment-16362629 ] 

Barbara Pruijn commented on GEODE-4656:
---------------------------------------

See ticket https://issues.apache.org/jira/browse/GEODE-3876

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