You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2018/10/03 21:38:33 UTC

[jira] [Closed] (GEODE-5609) Region names should be able to contain multiple underscores

     [ https://issues.apache.org/jira/browse/GEODE-5609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nabarun closed GEODE-5609.
--------------------------

> Region names should be able to contain multiple underscores
> -----------------------------------------------------------
>
>                 Key: GEODE-5609
>                 URL: https://issues.apache.org/jira/browse/GEODE-5609
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Two leading underscores is not allowed (this is reserved for internal region names in Geode).
> However, multiple underscores later in the region name is supposed to be ok.
> Attempting to use more than one underscore results in this failure:
> {noformat}
> Caused by: java.lang.IllegalArgumentException: Region names may only be alphanumeric and may contain hyphens or underscores: class org.apache.geode.management.RegionManagementDUnitTest_testDistributedRegion_region
> 	at org.apache.geode.internal.cache.LocalRegion.validateRegionName(LocalRegion.java:7429)
> 	at org.apache.geode.internal.cache.GemFireCacheImpl.createVMRegion(GemFireCacheImpl.java:3003)
> 	at org.apache.geode.internal.cache.GemFireCacheImpl.basicCreateRegion(GemFireCacheImpl.java:2982)
> 	at org.apache.geode.internal.cache.GemFireCacheImpl.createRegion(GemFireCacheImpl.java:2970)
> 	at org.apache.geode.cache.RegionFactory.create(RegionFactory.java:756)
> {noformat}



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