Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94931173FA for ; Sat, 16 May 2015 22:36:00 +0000 (UTC) Received: (qmail 1306 invoked by uid 500); 16 May 2015 22:36:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 1253 invoked by uid 500); 16 May 2015 22:36:00 -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 1241 invoked by uid 99); 16 May 2015 22:36:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 22:36:00 +0000 Date: Sat, 16 May 2015 22:36:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13684) Allow mlockagent to be used when not starting as root 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/HBASE-13684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546961#comment-14546961 ] Hudson commented on HBASE-13684: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6487 (See [https://builds.apache.org/job/HBase-TRUNK/6487/]) HBASE-13684 Allow mlockagent to be used when not starting as root (eclark: rev 3fa0bf3cb6c487a198ccbeb751ef21e88d145837) * hbase-server/src/main/native/src/mlockall_agent/mlockall_agent.c > Allow mlockagent to be used when not starting as root > ----------------------------------------------------- > > Key: HBASE-13684 > URL: https://issues.apache.org/jira/browse/HBASE-13684 > Project: HBase > Issue Type: Improvement > Affects Versions: 2.0.0, 1.0.1, 0.98.12 > Reporter: Patrick White > Assignee: Patrick White > Priority: Minor > Fix For: 2.0.0, 0.98.13, 1.2.0 > > Attachments: 0001-Fixes-for-mlockall_agent.patch > > > This patch allows us to mlock all the things without having to start as root and drop privs. > The old way of using the user=xyz argument to drop privs if it was started as root still works. -- This message was sent by Atlassian JIRA (v6.3.4#6332)