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 355EE200CDF for ; Thu, 17 Aug 2017 21:27:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 33AC616B983; Thu, 17 Aug 2017 19:27:26 +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 795AA16B97F for ; Thu, 17 Aug 2017 21:27:25 +0200 (CEST) Received: (qmail 99626 invoked by uid 500); 17 Aug 2017 19:27:21 -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 97316 invoked by uid 99); 17 Aug 2017 19:27:20 -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; Thu, 17 Aug 2017 19:27:20 +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 9407518083D for ; Thu, 17 Aug 2017 19:27:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 7wHRysDpw0Xt for ; Thu, 17 Aug 2017 19:27:19 +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 D51DB6244D for ; Thu, 17 Aug 2017 19:27:17 +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 CE68CE0EFB for ; Thu, 17 Aug 2017 19:27:16 +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 A36F5253D2 for ; Thu, 17 Aug 2017 19:27:15 +0000 (UTC) Date: Thu, 17 Aug 2017 19:27:15 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18566) [RSGROUP]Log the client IP/port of the rsgroup admin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Aug 2017 19:27:26 -0000 [ https://issues.apache.org/jira/browse/HBASE-18566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131137#comment-16131137 ] Hudson commented on HBASE-18566: -------------------------------- FAILURE: Integrated in Jenkins build HBASE-14070.HLC #233 (See [https://builds.apache.org/job/HBASE-14070.HLC/233/]) HBASE-18566 [RSGROUP]Log the client IP/port of the rsgroup admin (tedyu: rev c6bf4d51928985517c438d1efcaefdeddc9ac5ef) * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/master/MockNoopMasterServices.java * (edit) hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminEndpoint.java * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java > [RSGROUP]Log the client IP/port of the rsgroup admin > ---------------------------------------------------- > > Key: HBASE-18566 > URL: https://issues.apache.org/jira/browse/HBASE-18566 > Project: HBase > Issue Type: Improvement > Components: rsgroup > Reporter: Guangxu Cheng > Assignee: Guangxu Cheng > Fix For: 3.0.0, 2.0.0-alpha-2 > > Attachments: HBASE-18566.patch, HBASE-18566.v1.patch > > > It is necessary to log the client IP/port of the rsgroup admin command as discussion in HBASE-8754,so that we know who moved the servers from one group to another etc. -- This message was sent by Atlassian JIRA (v6.4.14#64029)