Qian Zhang created MESOS-3245:
---------------------------------
Summary: 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)