Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C2AAF200B3C for ; Wed, 13 Jul 2016 22:03:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C1117160A6A; Wed, 13 Jul 2016 20:03:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 12839160A62 for ; Wed, 13 Jul 2016 22:03:24 +0200 (CEST) Received: (qmail 51248 invoked by uid 500); 13 Jul 2016 20:03:24 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 51239 invoked by uid 99); 13 Jul 2016 20:03:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 20:03:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B7550C0B57 for ; Wed, 13 Jul 2016 20:03:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Ai4CiD-TugrM for ; Wed, 13 Jul 2016 20:03:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 5F0F75F4E9 for ; Wed, 13 Jul 2016 20:03:21 +0000 (UTC) Received: (qmail 51025 invoked by uid 99); 13 Jul 2016 20:03:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 20:03:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 838A72C027F for ; Wed, 13 Jul 2016 20:03:20 +0000 (UTC) Date: Wed, 13 Jul 2016 20:03:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-1617) Regions can be created with a variety of characters that are unsupported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Jul 2016 20:03:25 -0000 [ https://issues.apache.org/jira/browse/GEODE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375640#comment-15375640 ] ASF GitHub Bot commented on GEODE-1617: --------------------------------------- GitHub user kjduling opened a pull request: https://github.com/apache/incubator-geode/pull/201 GEODE-1617: Regions can be created with a variety of characters that are unsupported Updated the pull request for this ticket after several unit tests failed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kjduling/incubator-geode feature/GEODE-1617 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/201.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #201 ---- commit 0701dbf2f10e7c97e76b9f3a9dbdd4c027ec4de0 Author: Kevin J. Duling Date: 2016-07-11T21:20:56Z GEODE-1617: Regions can be created with a variety of characters that are unsupported Test for valid characters when creating non-internal regions commit 7d7d2f33073cc73be79edf121bb3aba231494421 Author: Kevin J. Duling Date: 2016-07-12T22:16:31Z GEODE-1617: Regions can be created with a variety of characters that are unsupported Updated unit tests and added a new isInternalRegion field to InternalRegionAttributes commit 0a8d5ba739aaafb30bbc16452d67e9d31a32c6d6 Author: Kevin J. Duling Date: 2016-07-12T22:17:10Z Merge branch 'develop' of github.com:apache/incubator-geode into feature/GEODE-1617 commit 7e229b5ece5a87068858f07ea0ace8a1859d9f7c Author: Kevin J. Duling Date: 2016-07-13T19:57:15Z GEODE-748: Regions can be created with a variety of characters that are unsupported Fixed issue with HA region. ---- > 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)