Re: 1.0.2 release

2016-10-05 Thread Vinod Kone
Release dashboard: https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12329719 I'm waiting for 2 issues to be resolved. Once that's done, I'll start prepping the release. On Wed, Oct 5, 2016 at 4:11 PM, Vinod Kone wrote: > Hi, > > As the Release Manager for 1.0, I'm responsible f

1.0.2 release

2016-10-05 Thread Vinod Kone
Hi, As the Release Manager for 1.0, I'm responsible for all subsequent patch releases. I'm planning to cut the next patch release (1.0.2) within a week. So, if you have any patches that need to get into 1.0.2 make sure that either it is already in the 1.0.x branch or the corresponding ticket has

Re: Mesos CLI patches

2016-10-05 Thread Kevin Klues
Sorry, meant to send this to Haris directly. Please disregard. On Wed, Oct 5, 2016 at 1:19 PM Kevin Klues wrote: > Hey Haris, > > Now that the pods rush is over, we're finally ready to start pushing the > CLI patches through. Will you have time in the next few weeks to work in > any comments we

Mesos CLI patches

2016-10-05 Thread Kevin Klues
Hey Haris, Now that the pods rush is over, we're finally ready to start pushing the CLI patches through. Will you have time in the next few weeks to work in any comments we have on them? If not, don't worry. I can take them over s d make sure they get submitted with you as the author. Just need to

Re: Resource Isolation in Mesos

2016-10-05 Thread haosdent
> These flags are used in agent - cgroups_limits_swap=true --isolation=cgroups/cpu,cgroups/mem --cgroups_hierachy=/sys/fs/c group In agent logs I can see updated memory limit to 33MB for container. Not sure if there are typos or not, some flags name may incorrect. Add according to > "mem_limit_by

Re: Troubleshooting tasks that are stuck in the 'Staging' state

2016-10-05 Thread haosdent
> How do you typically monitor the messages between Master and Agents? For my side, I didn't monitor this. And only check the logs when troubleshooting some problems. Not sure if other users or developers have tools to meet your requirement here. On Wed, Oct 5, 2016 at 8:16 PM, Frank Scholten wro

Re: Resource Isolation in Mesos

2016-10-05 Thread Srikant Kalani
What i can see in http output is mem_rss_bytes is not coming on rhel7. Here is the http output : Output for Agent running on rhel7 [{"container\_id":"8062e683\-204c\-40c2\-87ae\-fcc2c3f71b85","executor\_id":"\*\*\*\*\*","executor\_name":"Command Executor (Task: \*\*\*\*\*) (Command: sh \-c '\\*\

Re: Troubleshooting tasks that are stuck in the 'Staging' state

2016-10-05 Thread Frank Scholten
Ok. How do you typically monitor the messages between Master and Agents? Do you have some tools for this on the cluster? On Tue, Oct 4, 2016 at 6:21 PM, haosdent wrote: > Hi, @Frank Thanks for your information > >> I see messages 'Telling agent (...) to kill task (...)'. Why does this >> happen?

Re: Resource Isolation in Mesos

2016-10-05 Thread haosdent
Hi, @Srikant How about the result of http://${YOUR_AGENT_IP}:5051/containers? It is wired that you could saw ``` Updated 'memory.limit_in_bytes' to xxx ``` in log as you mentioned, but `limit_in_bytes` is still the initialize value as you show above. On Wed, Oct 5, 2016 at 2:04 PM, Srikant Kalan