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 EFF79200B83 for ; Fri, 12 Aug 2016 11:14:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EEC46160AB6; Fri, 12 Aug 2016 09:14: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 2D857160ABA for ; Fri, 12 Aug 2016 11:14:06 +0200 (CEST) Received: (qmail 89102 invoked by uid 500); 12 Aug 2016 08:58:56 -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 56476 invoked by uid 99); 12 Aug 2016 07:05:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2016 07:05:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 859022C029E for ; Fri, 12 Aug 2016 07:05:20 +0000 (UTC) Date: Fri, 12 Aug 2016 07:05:20 +0000 (UTC) From: "haosdent (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-6035) Add non-recursive version of cgroups::get MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 12 Aug 2016 09:14:07 -0000 haosdent created MESOS-6035: ------------------------------- Summary: Add non-recursive version of cgroups::get Key: MESOS-6035 URL: https://issues.apache.org/jira/browse/MESOS-6035 Project: Mesos Issue Type: Improvement Reporter: haosdent Assignee: haosdent Priority: Minor In some cases, we only need to get the top level cgroups instead of to get all cgroups recursively. Add a non-recursive version could help to avoid unnecessary paths. -- This message was sent by Atlassian JIRA (v6.3.4#6332)