[ https://issues.apache.org/jira/browse/GEODE-5609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586730#comment-16586730 ]
Kirk Lund commented on GEODE-5609: ---------------------------------- I've decided to use this ticket to extract LocalRegion.validateRegionName to its own class and improve its unit tests. > 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 > Time Spent: 10m > 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)