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/06 16:52:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Barbara Pruijn updated GEODE-4609:
----------------------------------
    Description: 
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 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}

  was:
This ticket is filed for updating the documentation.

The create region gfsh command's default behavior for --skip-if-exists default behavior changed in 9.3.0. The default behavior 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}


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