Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A30361761B for ; Wed, 1 Apr 2015 20:45:53 +0000 (UTC) Received: (qmail 13183 invoked by uid 500); 1 Apr 2015 20:45:53 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 13159 invoked by uid 500); 1 Apr 2015 20:45:53 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 13149 invoked by uid 99); 1 Apr 2015 20:45:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2015 20:45:53 +0000 Date: Wed, 1 Apr 2015 20:45:53 +0000 (UTC) From: "Jie Yu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-2461) Slave should provide details on processes running in its cgroups 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/MESOS-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391413#comment-14391413 ] Jie Yu commented on MESOS-2461: ------------------------------- https://reviews.apache.org/r/32742 > Slave should provide details on processes running in its cgroups > ---------------------------------------------------------------- > > Key: MESOS-2461 > URL: https://issues.apache.org/jira/browse/MESOS-2461 > Project: Mesos > Issue Type: Improvement > Components: isolation > Affects Versions: 0.21.1 > Reporter: Ian Downes > Assignee: Jie Yu > Priority: Minor > Labels: twitter > > The slave can optionally be put into its own cgroups for a list of subsystems, e.g., for monitoring of memory and cpu. See the slave flag: --slave_subsystems > It currently refuses to start if there are any processes in its cgroups - this could be another slave or some subprocess started by a previous slave - and only logs the pids of those processes. > Improve this to log details about the processes: suggest at least the process command, uid running it, and perhaps its start time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)