You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/04/06 21:53:12 UTC

[jira] [Resolved] (MESOS-1660) Lower ReaperProcess::wait() delay to 500ms or 250ms

     [ https://issues.apache.org/jira/browse/MESOS-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler resolved MESOS-1660.
------------------------------------
    Resolution: Fixed
      Assignee: Ian Downes  (was: Craig Hansen-Sturm)

Ian fixed it here:

{noformat}
commit 343b150ed4a6649a7b0389f5da3974ed77c90924
Author: Ian Downes <id...@twitter.com>
Date:   Mon Sep 22 17:44:07 2014 -0700

    Dynamically change poll interval in the reaper.

    If pid count <= 50 then use 100 ms (<= 0.5% core usage), if count
    >= 500 use 1000 ms (<= 1% core usage at 500 pids), else interpolate.

    Review: https://reviews.apache.org/r/25947
{noformat}

> Lower ReaperProcess::wait() delay to 500ms or 250ms
> ---------------------------------------------------
>
>                 Key: MESOS-1660
>                 URL: https://issues.apache.org/jira/browse/MESOS-1660
>             Project: Mesos
>          Issue Type: Improvement
>          Components: libprocess
>            Reporter: Craig Hansen-Sturm
>            Assignee: Ian Downes
>
> See https://issues.apache.org/jira/browse/MESOS-1199



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)