Re: Get Task's labels on reconciliation

2016-01-22 Thread Andrii Biletskyi
Neil, thanks for the link! Regarding task labels - maybe I'm doing something wrong because I can't see task labels/ taskData received upon task reconciliation. Here's what I'm doing: 1. Start scheduler 2. Scheduler asks to launch some task (taskId=t1) 3. Executor successfully launches task,

Re: Get Task's labels on reconciliation

2016-01-22 Thread Neil Conway
Hi Andrii, TaskStatus includes the task's labels [1], so what you're trying to do should work. BTW, we recently wrote up some suggestions on how to write highly available frameworks. The docs will be on the website the next time it is refreshed; in the mean time, you can find them here:

Re: Get Task's labels on reconciliation

2016-01-22 Thread Andrii Biletskyi
Okay, thanks for your answer. I will rework my algorithm so it doesn't rely on task labels/data. Thanks, Andrii On Fri, Jan 22, 2016 at 11:49 PM, Vinod Kone wrote: > > On Fri, Jan 22, 2016 at 1:07 PM, Andrii Biletskyi < > andrii.bilets...@stealth.ly> wrote: > >> 8.

Re: Mesos sometimes not allocating the entire cluster

2016-01-22 Thread Klaus Ma
Can you share the whole log of master? I'll be helpful :). Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me On Thu, Jan 21, 2016 at 11:57 PM, Tom Arnfeld wrote: >

Re: Mesos sometimes not allocating the entire cluster

2016-01-22 Thread Tom Arnfeld
I can’t send the entire log as there’s a lot of activity on the cluster all the time, is there anything particular you’re looking for? > On 22 Jan 2016, at 12:46, Klaus Ma wrote: > > Can you share the whole log of master? I'll be helpful :). > > > Da (Klaus), Ma

RE: Framework Id and upgrading mesos versions

2016-01-22 Thread David Kesler
Ah, so the only issue there is the fix version on the ticket is wrong. For some reason I thought 0.26.0 had just been released much more recently, so (combined with the fix version on the ticket) I had assumed that a patch from November would definitely have been included. At least that’s