From issues-return-46946-archive-asf-public=cust-asf.ponee.io@mesos.apache.org Wed Mar 14 21:28:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CD67D180718 for ; Wed, 14 Mar 2018 21:28:05 +0100 (CET) Received: (qmail 98454 invoked by uid 500); 14 Mar 2018 20:28:04 -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 98425 invoked by uid 99); 14 Mar 2018 20:28:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2018 20:28:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3ABB91A03AF for ; Wed, 14 Mar 2018 20:28:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.261 X-Spam-Level: X-Spam-Status: No, score=-101.261 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bz-Zf3ZpUoLw for ; Wed, 14 Mar 2018 20:28:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 375325FAC6 for ; Wed, 14 Mar 2018 20:28:02 +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 29DB7E0CF4 for ; Wed, 14 Mar 2018 20:28:01 +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 4ABDD21492 for ; Wed, 14 Mar 2018 20:28:00 +0000 (UTC) Date: Wed, 14 Mar 2018 20:28:00 +0000 (UTC) From: "Zhitao Li (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (MESOS-8609) Create a metric to indicate how long agent takes to recover executors 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-8609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399215#comment-16399215 ] Zhitao Li edited comment on MESOS-8609 at 3/14/18 8:27 PM: ----------------------------------------------------------- {noformat} commit 82c50c0e00284c131354499f74176b19d89bd21d (HEAD -> master, origin/master, origin/HEAD) Author: Zhitao Li Date: Wed Mar 14 09:25:01 2018 -0700 Document new `slave/recovery_time_secs` gauge. Review: https://reviews.apache.org/r/66070 commit b8526c61403214aaa67fa941b4e8b0fd8e3328f2 Author: Zhitao Li Date: Wed Mar 7 15:18:53 2018 -0800 Added a test to make sure `slave/recovery_time_secs` is reported. Review: https://reviews.apache.org/r/65959 commit 026dafd33cd23d41818e18e31ec271fa2c13abd2 Author: Zhitao Li Date: Tue Mar 6 17:43:48 2018 -0800 Added a gauge for how long agent recovery takes. The new metric `slave/recover_time_secs` can be used to tell us how long Mesos agent needed to finish its recovery cycle. This is an important metric on agent machines which have a lot of completed executor sandboxes. Note that the metric 1) will only be available after recovery succeeded and 2) never change its value across agent process lifecycle afterwards. Review: https://reviews.apache.org/r/65954 {noformat} was (Author: zhitao): commit 82c50c0e00284c131354499f74176b19d89bd21d (HEAD -> master, origin/master, origin/HEAD) Author: Zhitao Li Date: Wed Mar 14 09:25:01 2018 -0700 Document new `slave/recovery_time_secs` gauge. Review: https://reviews.apache.org/r/66070 commit b8526c61403214aaa67fa941b4e8b0fd8e3328f2 Author: Zhitao Li Date: Wed Mar 7 15:18:53 2018 -0800 Added a test to make sure `slave/recovery_time_secs` is reported. Review: https://reviews.apache.org/r/65959 commit 026dafd33cd23d41818e18e31ec271fa2c13abd2 Author: Zhitao Li Date: Tue Mar 6 17:43:48 2018 -0800 Added a gauge for how long agent recovery takes. The new metric `slave/recover_time_secs` can be used to tell us how long Mesos agent needed to finish its recovery cycle. This is an important metric on agent machines which have a lot of completed executor sandboxes. Note that the metric 1) will only be available after recovery succeeded and 2) never change its value across agent process lifecycle afterwards. Review: https://reviews.apache.org/r/65954 > Create a metric to indicate how long agent takes to recover executors > --------------------------------------------------------------------- > > Key: MESOS-8609 > URL: https://issues.apache.org/jira/browse/MESOS-8609 > Project: Mesos > Issue Type: Improvement > Components: agent > Reporter: Zhitao Li > Assignee: Zhitao Li > Priority: Minor > Labels: Metrics, agent > Fix For: 1.6.0 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)