You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Qian Zhang (JIRA)" <ji...@apache.org> on 2015/08/17 08:50:46 UTC

[jira] [Comment Edited] (MESOS-3245) The comments of DRFSorter::dirty is not correct

    [ https://issues.apache.org/jira/browse/MESOS-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699084#comment-14699084 ] 

Qian Zhang edited comment on MESOS-3245 at 8/17/15 6:50 AM:
------------------------------------------------------------

RB link: https://reviews.apache.org/r/37289/


was (Author: qianzhang):
RR link: https://reviews.apache.org/r/37289/

> The comments of DRFSorter::dirty is not correct
> -----------------------------------------------
>
>                 Key: MESOS-3245
>                 URL: https://issues.apache.org/jira/browse/MESOS-3245
>             Project: Mesos
>          Issue Type: Bug
>          Components: allocation
>            Reporter: Qian Zhang
>            Assignee: Qian Zhang
>            Priority: Minor
>
> The comment is:
> {code}
>   // If true, start() will recalculate all shares.
>   bool dirty;
> {code}
> But there is actually no start() method in class DRFSorter, I think the comment should be:
> {code}
>   // If true, sort() will recalculate all shares.
> {code}



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