[jira] [Commented] (MESOS-674) Implement a test executor

2013-09-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759791#comment-13759791 ] Vinod Kone commented on MESOS-674: -- OK. I spent quite some time today thinking about how t

Re: Review Request 14001: Ignored the recovery error due to the inability to find the latest executor run.

2013-09-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14001/#review25950 --- Ship it! src/slave/state.cpp

[jira] [Assigned] (MESOS-674) Implement a test executor

2013-09-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone reassigned MESOS-674: Assignee: Vinod Kone > Implement a test executor > - > >

Re: Fwd: [PROPOSAL] Aurora for Apache Incubation

2013-09-05 Thread Brian KimJohnson
Thanks for your messaging Dave. Very excited to see this project - and work with Mesos in the future. Will wait for the initial source drop. Regards, Brian On Thu, Sep 5, 2013 at 1:55 PM, Dave Lester wrote: > To be clear: the Aurora code will be online and available prior to a vote > in the

Re: Review Request 13949: Added a replicated log disk failure test.

2013-09-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13949/#review25949 --- Looks like this test and the previous ones can leave files/dirs arou

Re: Review Request 13988: libprocess: Remove duplicated definition of gethostbyname2_r

2013-09-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13988/#review25948 --- Ship it! Ship It! - Vinod Kone On Sept. 5, 2013, 7:24 a.m., Davi

Re: Review Request 14002: (resubmit) Add resource checks to slave recovery tests to ensure resources are re-offered after restarts.

2013-09-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14002/#review25946 --- Has this been tested on both linux and osx? How many iterations? -

Review Request 14002: (resubmit) Add resource checks to slave recovery tests to ensure resources are re-offered after restarts.

2013-09-05 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14002/ --- Review request for mesos, Ben Mahler, Jie Yu, Vinod Kone, and Jiang Yan Xu. Rep

[jira] [Commented] (MESOS-679) Inability to find a latest run should not be considered a recovery error

2013-09-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759330#comment-13759330 ] Vinod Kone commented on MESOS-679: -- https://reviews.apache.org/r/14001/ >

[jira] [Resolved] (MESOS-678) Isolator.Usage test isn't run on OSX

2013-09-05 Thread Ian Downes (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Downes resolved MESOS-678. -- Resolution: Not A Problem > Isolator.Usage test isn't run on OSX > -

[jira] [Commented] (MESOS-678) Isolator.Usage test isn't run on OSX

2013-09-05 Thread Ian Downes (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759255#comment-13759255 ] Ian Downes commented on MESOS-678: -- Actually, this is intentional because resource usage i

[jira] [Created] (MESOS-679) Inability to find a latest run should not be considered a recovery error

2013-09-05 Thread Vinod Kone (JIRA)
Vinod Kone created MESOS-679: Summary: Inability to find a latest run should not be considered a recovery error Key: MESOS-679 URL: https://issues.apache.org/jira/browse/MESOS-679 Project: Mesos

Review Request 14001: Ignored the recovery error due to the inability to find the latest executor run.

2013-09-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14001/ --- Review request for mesos, Benjamin Hindman and Ben Mahler. Bugs: MESOS-679

Re: Fwd: [PROPOSAL] Aurora for Apache Incubation

2013-09-05 Thread Dave Lester
To be clear: the Aurora code will be online and available prior to a vote in the incubator. Cheers, Dave On Thu, Sep 5, 2013 at 6:52 AM, Matthew Farrellee wrote: > It sounds interesting. It's weird that the code is lagging behind the > incubation request and still isn't available. > > Best, > >

[jira] [Created] (MESOS-678) Isolator.Usage test isn't run on OSX

2013-09-05 Thread Ian Downes (JIRA)
Ian Downes created MESOS-678: Summary: Isolator.Usage test isn't run on OSX Key: MESOS-678 URL: https://issues.apache.org/jira/browse/MESOS-678 Project: Mesos Issue Type: Bug Components

Marathon project

2013-09-05 Thread Paco Nathan
Earlier this week Mesosphere launched Marathon, an open source framework based on Mesos for long-running services: https://github.com/mesosphere/marathon Marathon was built by the same team that did Chronos, with other contribs coming in now. Also, a couple articles just came out about Mesos, in

Re: Fwd: [PROPOSAL] Aurora for Apache Incubation

2013-09-05 Thread Matthew Farrellee
It sounds interesting. It's weird that the code is lagging behind the incubation request and still isn't available. Best, matt On 09/05/2013 09:49 AM, Tim St Clair wrote: I'm game, but my bandwidth will be limited. https://wiki.apache.org/incubator/AuroraProposal I was playing in this spac

Fwd: [PROPOSAL] Aurora for Apache Incubation

2013-09-05 Thread Tim St Clair
I'm game, but my bandwidth will be limited. https://wiki.apache.org/incubator/AuroraProposal I was playing in this space in condor for a while, some of the isolation work (auto-fuse-mounting,chroots,cgroups,namespaces) will likely translate.   Cheers, Tim   - Forwarded Message - > Fr

Review Request 13988: libprocess: Remove duplicated definition of gethostbyname2_r

2013-09-05 Thread David Mackey
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13988/ --- Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. Reposit