From issues-return-333302-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Mon Feb 12 04:12:06 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id B382318064E for ; Mon, 12 Feb 2018 04:12:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A380A160C60; Mon, 12 Feb 2018 03:12:06 +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 E981A160C4E for ; Mon, 12 Feb 2018 04:12:05 +0100 (CET) Received: (qmail 65797 invoked by uid 500); 12 Feb 2018 03:12:04 -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 65760 invoked by uid 99); 12 Feb 2018 03:12:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2018 03:12:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A833C180295 for ; Mon, 12 Feb 2018 03:12:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dnl2qYJScrfa for ; Mon, 12 Feb 2018 03:12:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 285325F181 for ; Mon, 12 Feb 2018 03:12:01 +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 6C4DEE0047 for ; Mon, 12 Feb 2018 03:12:00 +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 28B2E21E80 for ; Mon, 12 Feb 2018 03:12:00 +0000 (UTC) Date: Mon, 12 Feb 2018 03:12:00 +0000 (UTC) From: "Xiaolin Ha (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-19326) Remove decommissioned servers from rsgroup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-19326?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D163= 60247#comment-16360247 ]=20 Xiaolin Ha commented on HBASE-19326: ------------------------------------ [~andrewcheng][~stack] In docs it said that 'The default group is not like other rsgroups in that = it is dynamic. Its server list mirrors the current state of the cluster; i.e. if you shutdown a server that was part of the de= fault rsgroup, and then do a get_rsgroup default to list its content in the shell, the server will no lo= nger be listed. For non-default groups, though a mode may be offline, it will persist in the non-default gr= oup=E2=80=99s list of servers. But if you move the offline server from the non-default rsgroup to default, it wil= l not show in the default list. It will just be dropped.' But when a regionserver is dead and master is restarted, the regionserver c= an be removed from the non-default rsgroup too. Is this conflict with the doc? Do you think dead regionservers can be remov= ed either? > Remove decommissioned servers from rsgroup > ------------------------------------------ > > Key: HBASE-19326 > URL: https://issues.apache.org/jira/browse/HBASE-19326 > Project: HBase > Issue Type: New Feature > Components: rsgroup > Affects Versions: 3.0.0, 2.0.0-beta-2 > Reporter: Guangxu Cheng > Assignee: Guangxu Cheng > Priority: Major > Fix For: 1.4.0, 2.0.0-beta-1 > > Attachments: HBASE-19326-branch-1.patch, HBASE-19326.branch-2.001= .patch, HBASE-19326.master.001.patch, HBASE-19326.master.002.patch, HBASE-1= 9326.master.003.patch, HBASE-19326.master.004.patch, HBASE-19326.master.005= .patch > > > In HBASE-18131, we add an hbase shell command {{clear_deadservers}} to cl= ear deadserver list in ServerManager. > But rsgroup still contains these dead servers, so we should also remove d= ead servers from the group information. -- This message was sent by Atlassian JIRA (v7.6.3#76005)