From issues-return-47099-archive-asf-public=cust-asf.ponee.io@geode.apache.org Sat Feb 2 01:16:09 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9488018067E for ; Sat, 2 Feb 2019 02:16:08 +0100 (CET) Received: (qmail 75838 invoked by uid 500); 2 Feb 2019 01:16:07 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 75829 invoked by uid 99); 2 Feb 2019 01:16:07 -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; Sat, 02 Feb 2019 01:16:07 +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 15300C2485 for ; Sat, 2 Feb 2019 01:16:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-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 V6QD9I4amuvI for ; Sat, 2 Feb 2019 01:16:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5FEA460FB2 for ; Sat, 2 Feb 2019 01:16:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6AACCE26D7 for ; Sat, 2 Feb 2019 01:16:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DE0E6243E3 for ; Sat, 2 Feb 2019 01:16:01 +0000 (UTC) Date: Sat, 2 Feb 2019 01:16:01 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-6273) Add server group support for JDBC mapping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16758806#comment-16758806 ] ASF subversion and git services commented on GEODE-6273: -------------------------------------------------------- Commit 9b3845d8ccf79fded6634e13745b87d28a4171b4 in geode's branch refs/heads/feature/GEODE-6291 from Xiaojian Zhou [ https://gitbox.apache.org/repos/asf?p=geode.git;h=9b3845d ] GEODE-6273: add group to jdbc-mapping create and describe (#3100) gfsh create jdbc-mapping and describe jdbc-mapping now have a --group option. Co-authored-by: Scott Jewell Co-authored-by: Jianxia Chen Co-authored-by: Ben Ross > Add server group support for JDBC mapping > ----------------------------------------- > > Key: GEODE-6273 > URL: https://issues.apache.org/jira/browse/GEODE-6273 > Project: Geode > Issue Type: Improvement > Components: extensions, gfsh > Reporter: Jianxia Chen > Assignee: Jianxia Chen > Priority: Major > Labels: pull-request-available > Fix For: 1.9.0 > > Time Spent: 2.5h > Remaining Estimate: 0h > > As a Geode user, I want to specify which server group holds the region, so that I can add the JDBC mapping to that region. > Given a Geode region exists on a server group, when I run {{create jdbc-mapping}} for that region > Then I can specify the server group with an option on the command line, so that the jdbc-mapping is successfully recognized and completed. > Given {{create jdbc-mapping}} has a server group option defined, when I run {{describe jdbc-mapping}}, then I can see the server group option definition. -- This message was sent by Atlassian JIRA (v7.6.3#76005)