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 CA2B9200B61 for ; Tue, 9 Aug 2016 23:59:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C90B3160AB9; Tue, 9 Aug 2016 21:59:28 +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 2A18E160AA5 for ; Tue, 9 Aug 2016 23:59:28 +0200 (CEST) Received: (qmail 30859 invoked by uid 500); 9 Aug 2016 21:59:22 -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 30712 invoked by uid 99); 9 Aug 2016 21:59:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 21:59:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 98C962C02B4 for ; Tue, 9 Aug 2016 21:59:21 +0000 (UTC) Date: Tue, 9 Aug 2016 21:59:21 +0000 (UTC) From: "Artem Harutyunyan (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-3934) Libprocess: Unify the initialization of the MetricsProcess and ReaperProcess MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 21:59:29 -0000 [ https://issues.apache.org/jira/browse/MESOS-3934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artem Harutyunyan updated MESOS-3934: ------------------------------------- Sprint: Mesosphere Sprint 40, Mesosphere Sprint 41 (was: Mesosphere Sprint 40) > Libprocess: Unify the initialization of the MetricsProcess and ReaperProcess > ---------------------------------------------------------------------------- > > Key: MESOS-3934 > URL: https://issues.apache.org/jira/browse/MESOS-3934 > Project: Mesos > Issue Type: Task > Components: libprocess, test > Reporter: Joseph Wu > Assignee: Joseph Wu > Labels: mesosphere > > Related to this [TODO|https://github.com/apache/mesos/blob/aa0cd7ed4edf1184cbc592b5caa2429a8373e813/3rdparty/libprocess/src/process.cpp#L949-L950]. > The {{MetricsProcess}} and {{ReaperProcess}} are global processes (singletons) which are initialized upon first use. The two processes could be initialized alongside the {{gc}}, {{help}}, {{logging}}, {{profiler}}, and {{system}} (statistics) processes inside {{process::initialize}}. > This is also necessary for libprocess re-initialization. -- This message was sent by Atlassian JIRA (v6.3.4#6332)