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 B8F27200BE3 for ; Thu, 22 Dec 2016 21:29:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B78D0160B26; Thu, 22 Dec 2016 20:29:59 +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 32F77160B1B for ; Thu, 22 Dec 2016 21:29:59 +0100 (CET) Received: (qmail 57847 invoked by uid 500); 22 Dec 2016 20:29:58 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 57834 invoked by uid 99); 22 Dec 2016 20:29:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2016 20:29:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4F9E62C0059 for ; Thu, 22 Dec 2016 20:29:58 +0000 (UTC) Date: Thu, 22 Dec 2016 20:29:58 +0000 (UTC) From: "Mehrdad Nurolahzade (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (AURORA-1828) Expose stats on the number of offers evaluated before a task is assigned MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Dec 2016 20:29:59 -0000 [ https://issues.apache.org/jira/browse/AURORA-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770951#comment-15770951 ] Mehrdad Nurolahzade edited comment on AURORA-1828 at 12/22/16 8:29 PM: ----------------------------------------------------------------------- It should be noted that filtering and veto stats also include preemption proposal evaluations. was (Author: mnurolahzade): It should be noted that veto stats also include preemption proposal evaluations. > Expose stats on the number of offers evaluated before a task is assigned > ------------------------------------------------------------------------ > > Key: AURORA-1828 > URL: https://issues.apache.org/jira/browse/AURORA-1828 > Project: Aurora > Issue Type: Task > Components: Scheduler > Reporter: Mehrdad Nurolahzade > Assignee: Mehrdad Nurolahzade > Priority: Minor > Labels: newbie > > Expose stats on the number of offers evaluated before a task is assigned by {{TaskAssigner}}. > The number of invocations of the {{SchedulingFilterImpl.filter()}} method exposes the number of offers examined per unit of time. And the number of vetos exposed by {{TaskVars}} gives the number of offers vetoed for each veto group. But, none of these provide us with visibility into how many offers are examined before a task is assigned in {{TaskAssignerImpl.maybeAssign()}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)