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 767D2200C02 for ; Fri, 20 Jan 2017 22:10:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7522D160B55; Fri, 20 Jan 2017 21:10:36 +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 BEEE9160B34 for ; Fri, 20 Jan 2017 22:10:35 +0100 (CET) Received: (qmail 49048 invoked by uid 500); 20 Jan 2017 21:10:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 49036 invoked by uid 99); 20 Jan 2017 21:10:34 -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; Fri, 20 Jan 2017 21:10:34 +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 66A6AC12C9 for ; Fri, 20 Jan 2017 21:10:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] 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 W4HBLu_tJxqM for ; Fri, 20 Jan 2017 21:10:30 +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 D73D860D95 for ; Fri, 20 Jan 2017 21:10:29 +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 2BC86E023C for ; Fri, 20 Jan 2017 21:10:27 +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 839F725285 for ; Fri, 20 Jan 2017 21:10:26 +0000 (UTC) Date: Fri, 20 Jan 2017 21:10:26 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17496) RSGroup shell commands:get_server_rsgroup don't work and commands display an incorrect result size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 20 Jan 2017 21:10:36 -0000 [ https://issues.apache.org/jira/browse/HBASE-17496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832398#comment-15832398 ] Hudson commented on HBASE-17496: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2354 (See [https://builds.apache.org/job/HBase-Trunk_matrix/2354/]) HBASE-17496 RSGroup shell commands:get_server_rsgroup don't work and (stack: rev 31f3e8f833b65d87bb70dd47268213ff03be20b9) * (edit) hbase-shell/src/main/ruby/shell/commands/get_server_rsgroup.rb * (edit) hbase-shell/src/main/ruby/shell/commands/get_table_rsgroup.rb * (edit) hbase-shell/src/main/ruby/shell/commands/list_rsgroups.rb * (edit) hbase-shell/src/main/ruby/shell/commands/get_rsgroup.rb > RSGroup shell commands:get_server_rsgroup don't work and commands display an incorrect result size > -------------------------------------------------------------------------------------------------- > > Key: HBASE-17496 > URL: https://issues.apache.org/jira/browse/HBASE-17496 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 2.0.0 > Reporter: Guangxu Cheng > Assignee: Guangxu Cheng > Labels: rsgroup > Fix For: 2.0.0 > > Attachments: HBASE-17496-master-v1.patch > > > scenario as follows: > {code} > hbase(main):001:0> get_server_rsgroup 'hbase-01:16030' > ERROR: undefined method `getRSGroupOfServer' for # > Here is some help for this command: > Get the group name the given region server is a member of. > hbase> get_server_rsgroup 'server1:port1' > Took 0.0160 seconds > {code} > {code} > hbase(main):002:0> list_rsgroups > GROUPS > default > 1484874115 row(s) > Took 0.3830 seconds > {code} > {code} > hbase(main):003:0> get_table_rsgroup 't1' > default > 1484874133 row(s) > Took 0.0100 seconds > {code} > {code} > hbase(main):004:0> get_rsgroup 'default' > GROUP INFORMATION > Servers: > hbase-01:16030 > Tables: > hbase:meta > t1 > hbase:namespace > hbase:rsgroup > 1484874150 row(s) > Took 0.0140 seconds > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)