Re: Mesos Executor Failing

2017-06-05 Thread Chawla,Sumit
Hi Joseph The error code is being reported as 0, and there is not much else in the logs. Regards Sumit Chawla On Wed, May 24, 2017 at 12:21 AM, Joseph Wu wrote: > There isn't a tool for this. Can you check if the Mesos agent is being > restarted (or crashing) when you

Re: What is the scheduler for the Command Executor

2017-06-05 Thread Vinod Kone
Hey Wenzhao. Sorry for the delay in response to your earlier email. Looks like this email is a duplicate of that, so I'll just answer this one. Please feel free to ask further questions on this email thread. I'm studying Mesos code, become very confused about the internal working > flow of

What is the scheduler for the Command Executor

2017-06-05 Thread Wenzhao Zhang
Hi, All: I'm studying Mesos code, become very confused about the internal working flow of executing a simple docker image, such as "mesos-execute --master=XXX --containerizer=docker --name=test --docker_image=XXX --shell=false". I believe "mesos-1.2.0/src/cli/*execute.cpp*" is the