Re: Native code error

2015-06-09 Thread Alberto Rodriguez
Done! Thank you! 2015-06-10 8:52 GMT+02:00 Alex Rukletsov : > Mark it as a duplicate. > On 10 Jun 2015 8:21 am, "Alberto Rodriguez" wrote: > > > Thank you for replying and for opening a ticket. I also added a ticket > > related to the issue: https://issues.apache.org/jira/browse/MESOS-2820 > > S

Re: Native code error

2015-06-09 Thread Alex Rukletsov
Mark it as a duplicate. On 10 Jun 2015 8:21 am, "Alberto Rodriguez" wrote: > Thank you for replying and for opening a ticket. I also added a ticket > related to the issue: https://issues.apache.org/jira/browse/MESOS-2820 > Should I close it? > > Thank you > > 2015-06-10 0:29 GMT+02:00 Niklas Niel

Re: Mesos Jira workflow

2015-06-09 Thread Benjamin Hindman
+1 This sounds great to me Marco. I love eliminating Reopened, as well as simplifying (constraining) other transitions. I couple of quick questions: Why does stoping progress go from In Progress back to Open instead of Accepted? Seems like it's still an Accepted issue just not being worked on. Ca

Re: Native code error

2015-06-09 Thread Alberto Rodriguez
Thank you for replying and for opening a ticket. I also added a ticket related to the issue: https://issues.apache.org/jira/browse/MESOS-2820 Should I close it? Thank you 2015-06-10 0:29 GMT+02:00 Niklas Nielsen : > Thanks Alberto - I finally got to look at the trace and added a ticket to > trac

Re: Introduction / Request to be added to Jira committers

2015-06-09 Thread Oliver Nicholas
Hey Tim. We're not *currently* planning Storm work (I think it "just works" for us at the moment), but I suspect as we move more and more stuff over Mesos and start to expand our clusters and add complexity to our configurations, we'll have work to do on that side as well. -o On Tue, Jun 9, 2015

Re: Introduction / Request to be added to Jira committers

2015-06-09 Thread Timothy Chen
Hi Oliver, It's great to hear you're using the Storm over Mesos framework too! I think there are lots of improvements that can be made there, are you guys planning to help work on that framework as well? Tim On Tue, Jun 9, 2015 at 6:37 PM, Oliver Nicholas wrote: > Hello Folks, > > Name's Oliver

Introduction / Request to be added to Jira committers

2015-06-09 Thread Oliver Nicholas
Hello Folks, Name's Oliver Nicholas, I'm a sometimes-manager, sometimes-engineer here at Uber. We've been running some Storm jobs over Mesos for a year or two but are looking into moving larger workloads under Marathon now, and ironing out some kinks along the way. My first patch is pretty strai

Re: Mesos Jira workflow

2015-06-09 Thread Benjamin Mahler
I don't have comment permissions on the doc, but it looks like you omitted a way to go from Reviewable -> In Progress, which we often do when the reviewee has more work to do before being ready for additional reviews, for example. I'm not sure what 'Closed' is supposed to represent, what does it m

Re: Mesos Jira workflow

2015-06-09 Thread Marco Massenzio
Hi Vinod, thanks for super-quick reply. We've already been through this in our internal (Mesosphere) Jira (on a completely different topic) so I know that this can be done, if we use our own "custom Mesos" workflow (here: https://issues.apache.org/jira/plugins/servlet/project-config/MESOS/workflow

Re: Native code error

2015-06-09 Thread Niklas Nielsen
Thanks Alberto - I finally got to look at the trace and added a ticket to track it: https://issues.apache.org/jira/browse/MESOS-2839 Thanks again! On 5 June 2015 at 00:39, Alberto Rodriguez wrote: > Hi Niklas, > > Thank you for replying, see attached the full crash. > > Kind regards, > > 2015-0

Re: Mesos Jira workflow

2015-06-09 Thread Vinod Kone
+jake Marco, this sounds good to me. Have you looked into see if JIRA allows us to constrain ourselves to this workflow? If yes, the next step would be to work with ASF infra to see if they are ok with us adopting a new workflow. IIRC, there are some JIRA settings that are global to all ASF projec

Re: Mesos Jira workflow

2015-06-09 Thread Marco Massenzio
Hadn't realized that the mailing list forwarder would make the images unavailable, apologies about that. I've created this Google Doc which should be open and accessible. Again, please let me know if anyone fee

Mesos Jira workflow

2015-06-09 Thread Marco Massenzio
Folks, Please take a look at MESOS-2806: in a nutshell, our current workflow is rather convoluted and brings about a host of issues, when managing tasks' status transitions (detailed in the Jira - see screenshots there). This is what it currently looks like: [image: Inline image 1] (spaghetti w

Re: Custom Mesos Allocation module

2015-06-09 Thread Alex Rukletsov
The MesosAllocator class is just a wrapper for any actor-based allocator. I think you actually want to subclass HierarchicalAllocatorProcess and pass it as template parameter to MesosAllocator. But consider preferring composition over inheritance

Re: Custom Mesos Allocation module

2015-06-09 Thread Dariia Zhyrova
Hi Alex, Right, I can add Mesos sources to include path... But I cannot inherit from MesosAllocator since it has private constructor. I will think about this, maybe I really can reuse existing allocator implementation w/o subclassing. I plan to send all protobufs which come with specific event to