[ https://issues.apache.org/jira/browse/GEODE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431144#comment-15431144 ]
ASF subversion and git services commented on GEODE-1617: -------------------------------------------------------- Commit 7ca571c56e8d49e35b9e4f445bd3ca4fbdea974e in incubator-geode's branch refs/heads/master from [~kduling] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=7ca571c ] GEODE-1617: Regions can be created with a variety of characters that are unsupported * Test for valid characters when creating non-internal regions * Updated unit tests and added a new isInternalRegion field to InternalRegionAttributes * Fixed issue with HA region. * Found a potential issue with Attributes for a region. * This closes #201 > Regions can be created with a variety of characters that are unsupported > ------------------------------------------------------------------------ > > Key: GEODE-1617 > URL: https://issues.apache.org/jira/browse/GEODE-1617 > Project: Geode > Issue Type: Bug > Components: gfsh > Affects Versions: 1.0.0-incubating.M2 > Reporter: Kevin Duling > Assignee: Kevin Duling > > Per this > [thread|https://www.mail-archive.com/dev@geode.incubator.apache.org/msg04046.html], > and this > [thread|https://www.mail-archive.com/dev@geode.incubator.apache.org/msg07079.html] > on the dev forums and [geode > documentation|http://docs-geode-develop.cfapps.io/docs/basic_config/data_regions/region_naming.html], > region names may only consist of alphanumeric characters, an underscore, and > a hyphen. These rules are not enforced. > E.g., it is possible to create a region with: > {{gfsh> create region --name=not^good --type=REPLICATE}} > Some of these regions may be removed with the {{destroy}} command, while > others cannot be located. -- This message was sent by Atlassian JIRA (v6.3.4#6332)