Minor style fix from https://reviews.apache.org/r/25184/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6e104170 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6e104170 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6e104170 Branch: refs/heads/master Commit: 6e1041704b1de3936302233d9327ff69e6dcbda5 Parents: 8538eed Author: Timothy St. Clair <[email protected]> Authored: Wed Oct 15 14:13:46 2014 -0500 Committer: Timothy St. Clair <[email protected]> Committed: Wed Oct 15 14:13:46 2014 -0500 ---------------------------------------------------------------------- src/master/master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/6e104170/src/master/master.cpp ---------------------------------------------------------------------- diff --git a/src/master/master.cpp b/src/master/master.cpp index efb90d6..0a5c9a3 100644 --- a/src/master/master.cpp +++ b/src/master/master.cpp @@ -4491,7 +4491,7 @@ void Master::updateTask(Task* task, const TaskStatus& status) // For example: mesos-master is running on a machine with 4GB free memory, // if every task stores 10MB data into TaskStatus, then mesos-master will be // killed by OOM killer after have 400 tasks finished. - // MESOS-1746 + // MESOS-1746. task->mutable_statuses(task->statuses_size() - 1)->clear_data(); task->set_state(status.state());
