You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Benjamin Mahler <be...@gmail.com> on 2014/10/15 22:40:39 UTC

Re: [2/2] git commit: Minor style fix from https://reviews.apache.org/r/25184/

Are you using the git commit hook in support/?

Sent from my iPhone

> On Oct 15, 2014, at 12:14 PM, tstclair@apache.org wrote:
> 
> 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 <ts...@redhat.com>
> Authored: Wed Oct 15 14:13:46 2014 -0500
> Committer: Timothy St. Clair <ts...@redhat.com>
> 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());
>