You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Cody Maloney (JIRA)" <ji...@apache.org> on 2016/05/27 03:17:12 UTC

[jira] [Created] (MESOS-5467) offer DECLINE / ACCEPT + Recovered resource messages are spammy

Cody Maloney created MESOS-5467:
-----------------------------------

             Summary: offer DECLINE / ACCEPT + Recovered resource messages are spammy
                 Key: MESOS-5467
                 URL: https://issues.apache.org/jira/browse/MESOS-5467
             Project: Mesos
          Issue Type: Bug
            Reporter: Cody Maloney


When in a decent size Mesos cluster, frameworks get sent hundreds of offers. When the framework than accepts/declines those offers,

{noformat}
May 27 01:20:43 node-44a84216f97e mesos-master[110696]: I0527 01:20:43.361552 110718 master.cpp:3297] Processing DECLINE call for offers: [ 88bbf084-c8b7-4c91-af62-c91089c97eaf-O433278814 ] for framework 20160406-160033-18415882-5050-35855-0000 (mon-marathon-service) at scheduler-949644bc-b1f0-497b-a767-87d1201d5113@10.6.15.1:41319
{noformat}

will be printed for each of them. Along with a:
{noformat}
May 27 01:20:43 node-44a84216f97e mesos-master[110696]: I0527 01:20:43.419852 110703 hierarchical.cpp:744] Recovered cpus(*):37.75; mem(*):102992; ports(*):[31000-31214, 31216-32000]; disk(*):545870 (total: cpus(*):38; mem(*):103120; ports(*):[31000-32000]; disk(*):545870, allocated: cpus(*):0.25; mem(*):128; ports(*):[31215-31215]) on slave 88bbf084-c8b7-4c91-af62-c91089c97eaf-S649 from framework 20160406-160033-18415882-5050-35855-0000
{noformat}

Would be nice to not log the exact declines, or to do a summary. This ends up being the vast majority of logs I look at (multi-thousand line blocks of logs which aren't useful to the investigation. Just need a sign "offers are being processed for this framework").



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