[
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:
------------------------------------------------------------
RR link: https://reviews.apache.org/r/37289/
was (Author: qianzhang):
RB 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)