[
https://issues.apache.org/jira/browse/MESOS-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Park updated MESOS-3245:
--------------------------------
Shepherd: Michael Park
> 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)