Can you include the commit log for this change in the ticket?

Makes it easier to do cherry picking, especially since this one is going in
0.20.1.

On Thu, Sep 11, 2014 at 12:01 PM, Timothy Chen (JIRA) <j...@apache.org>
wrote:

>
>      [
> https://issues.apache.org/jira/browse/MESOS-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Timothy Chen resolved MESOS-1740.
> ---------------------------------
>     Resolution: Fixed
>
> > Bad error message when docker containerizer isn't enabled
> > ---------------------------------------------------------
> >
> >                 Key: MESOS-1740
> >                 URL: https://issues.apache.org/jira/browse/MESOS-1740
> >             Project: Mesos
> >          Issue Type: Bug
> >          Components: containerization
> >            Reporter: Jay Buffington
> >            Assignee: Timothy Chen
> >            Priority: Minor
> >              Labels: docker
> >
> > If I set container in TaskInfo's executor (aka DockerInfo) but I do not
> start the slave with {{--containerizer=docker,...}} then I get this error
> message in the log:
> > {noformat}
> > E0827 17:53:16.422735 20090 slave.cpp:2491] Container 'xxx' for executor
> 'yyy' of framework 'zzz' failed to start: TaskInfo/ExecutorInfo not
> supported
> > {noformat}
> > A better error message would have been:
> > {noformat}
> > No enabled containerizers could create a container for the provided
> TaskInfo/ExecutorInfo message.  Enabled containerizers are: mesos.
> > {noformat}
> > An even better error message would have been:
> > {noformat}
> > DockerInfo was sent, but docker containerizer is not enabled.  Try
> adding --containerizer=docker,... to command line args
> > {noformat}
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>

Reply via email to