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

[jira] [Commented] (GEODE-4609) Create region gfsh command option --skip-if-exists defaults to false

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

Dave Barnes commented on GEODE-4609:
------------------------------------

Based on the description and some off-line discussions, it appears to me that the text in the Description column is correct, but the entry in the "Default" column needs to be changed to "false".

 

> Create region gfsh command option --skip-if-exists defaults to false
> --------------------------------------------------------------------
>
>                 Key: GEODE-4609
>                 URL: https://issues.apache.org/jira/browse/GEODE-4609
>             Project: Geode
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 1.4.0
>            Reporter: Barbara Pruijn
>            Priority: Minor
>
> This ticket is filed for updating the documentation.
> The create region gfsh command's default behavior for --skip-if-exists default behavior changed in 1.4.0. The default behavior when you do not specify this option is now false.
> [http://gemfire.docs.pivotal.io/geode/tools_modules/gfsh/command-pages/create.html#topic_54B0985FEC5241CA9D26B0CE0A5EA863]
>  
> {code:java}
> gfsh>create region --name=test --type=PARTITION --skip-if-exists
> optional --skip-if-exists: Skip region creation if the region already exists.; default if option present: 'true'; default if option not present: 'false'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)