Re: [Isolation][Containerization] - Add Intel Cache Allocation Technology(CAT) Isolator Support

2016-04-07 Thread Du, Fan
On 2016/4/7 9:18, Niklas Nielsen wrote: On Tue, Apr 5, 2016 at 7:51 PM, Du, Fan wrote: Thanks for heads up! Kevin and Niklas. Exposing LLC as resource needs special modification to current resource managing and offering behavior. Here is my early thoughts: 1) 'cpu'

Re: [02/11] mesos git commit: Added support for contender and detector modules.

2016-04-07 Thread Shuai Lin
Hi Kapil, I created a JIRA about improving the test cpp framework to be able to load detectors from modules, to make it easier for writing script tests for the etcd contender/dector module I'm working on. Actually it could benefit any contender/detector module developer. Do you think it make

Re: Typed Error Handling in Mesos

2016-04-07 Thread Dario Rexin
Usually you would fix the left type and only keep the right type variable. `then` looks like it’s a combination of what in other languages / libraries may be two separate methods called `map` and `flatMap` (or `fmap` and `bind` in Haskell). Here however, we are only interested in the `flatMap`

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-07 Thread Kapil Arya
+1 (binding) CI runs with: amd64/centos/6 amd64/centos/7 amd64/debian/jessie amd64/ubuntu/precise amd64/ubuntu/trusty amd64/ubuntu/vivid amd64/ubuntu/wily On Wed, Apr 6, 2016 at 11:53 PM, Vinod Kone wrote: > +1(binding) > > Tested on ASF CI. > > The centos failures are

Re: Typed Error Handling in Mesos

2016-04-07 Thread Benjamin Mahler
Long overdue, thanks Michael! Have you considered how composition will work with typed errors? I recall in the past when we looked into this, Future chaining was interesting: f1 = []() -> Future { ... }; f2 = []() -> Future { ... }; f3 = []() -> Future { ... };

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread haosdent
Thanks a lot! On Apr 8, 2016 2:47 AM, "Abhishek Dasgupta" wrote: > Yeah, sure @haosdent. > > I will take a look on Mesos-3709 and relay my view. We would surely need > your help on modularizing it. > > Thanks > Abhishek > > On Thursday 07 April 2016 09:19 PM,

Re: [VOTE] Release Apache Mesos 0.25.1 (rc4)

2016-04-07 Thread Kapil Arya
+1 (binding) CI runs for amd64/centos/6 amd64/centos/7 amd64/debian/jessie amd64/ubuntu/precise amd64/ubuntu/trusty amd64/ubuntu/vivid amd64/ On Wed, Apr 6, 2016 at 9:43 PM, Vinod Kone wrote: > +1 (binding) > > `./configure && make check` on ubuntu 14.04 > > On Wed, Apr

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread Abhishek Dasgupta
Yeah, sure @haosdent. I will take a look on Mesos-3709 and relay my view. We would surely need your help on modularizing it. Thanks Abhishek On Thursday 07 April 2016 09:19 PM, haosdent wrote: Great! I would like to take participate with you if you decide to use module way in KVM

Re: [VOTE] Release Apache Mesos 0.24.2 (rc5)

2016-04-07 Thread Kapil Arya
+1 (binding) CI runs for amd64/centos/6 amd64/centos/7 amd64/debian/jessie amd64/ubuntu/precise amd64/ubuntu/trusty amd64/ubuntu/vivid amd64/ On Thu, Apr 7, 2016 at 12:44 AM, Vinod Kone wrote: > +1 (binding) > > make check on ubuntu 14.04 > > On Wed, Apr 6, 2016 at

Re: [02/11] mesos git commit: Added support for contender and detector modules.

2016-04-07 Thread Kapil Arya
Already posted a RR https://reviews.apache.org/r/45876/ :) On Thu, Apr 7, 2016 at 12:29 PM, James Peach wrote: > > > On Apr 6, 2016, at 3:48 PM, ka...@apache.org wrote: > > > > Added support for contender and detector modules. > > > > > > >

Re: [02/11] mesos git commit: Added support for contender and detector modules.

2016-04-07 Thread James Peach
> On Apr 6, 2016, at 3:48 PM, ka...@apache.org wrote: > > Added support for contender and detector modules. > > > http://git-wip-us.apache.org/repos/asf/mesos/blob/cbbc8f0b/src/tests/module.cpp > -- > diff --git

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread haosdent
Great! I would like to take participate with you if you decide to use module way in KVM containerizer eventually. On Thu, Apr 7, 2016 at 11:08 PM, Guangya Liu wrote: > @haosdent, > > You may see that I already linked MESOS-2717 to MESOS-3709 >

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread Guangya Liu
@haosdent, You may see that I already linked MESOS-2717 to MESOS-3709 , yes, we will definitely consider the module mode. Thanks, Guangya On Thu, Apr 7, 2016 at 11:00 PM, haosdent wrote: > Hi, @Abhishek Thanks your nice

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread haosdent
Hi, @Abhishek Thanks your nice design document. I just take a look your code in https://github.com/abdasgupta/mesos/commit/e845ee70602dfc774381996f884587578c07a25b . It looks like a prototype now. Do you every consider implement it through the module way. Refer to the ticket [Modularize the

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread Abhishek Dasgupta
Yeah Sure. It is done. Please check. On Thursday 07 April 2016 06:19 PM, Jörg Schad wrote: Could you extend the permissions on the design doc in order to allow comments? Thanks! On Thu, Apr 7, 2016 at 2:34 PM, Abhishek Dasgupta < a10gu...@linux.vnet.ibm.com> wrote: Hi all, I uploaded a

Re: Design Doc for Qemu/KVM containerizer

2016-04-07 Thread Jörg Schad
Could you extend the permissions on the design doc in order to allow comments? Thanks! On Thu, Apr 7, 2016 at 2:34 PM, Abhishek Dasgupta < a10gu...@linux.vnet.ibm.com> wrote: > Hi all, > > I uploaded a design doc for Mesos-2717: > > >

Design Doc for Qemu/KVM containerizer

2016-04-07 Thread Abhishek Dasgupta
Hi all, I uploaded a design doc for Mesos-2717: https://docs.google.com/document/d/1_VuFiJqxjlH_CA1BCMknl3sadlTZ69FuDe7qasDIOk0/edit?usp=sharing Need your views and comments on it. -- Regards, ---

IBM Power CI setup

2016-04-07 Thread zhiwei
Hi Vinod and others, Currently the Mesos supports IBM Power(ppc64le), so I think it's time to setup the Power CI. I have updated the `support/docker_build.sh` script to support Power Machine[1], can you help setup the Power CI? [1]: https://reviews.apache.org/r/45803/

Re: Windows CI Server

2016-04-07 Thread haosdent
https://builds.apache.org/computer/windows1/systemInfo and https://builds.apache.org/computer/windows2/systemInfo are windows servers. But I think they need install Visual Studio 2015 and CMake to build Mesos Agent. On Thu, Apr 7, 2016 at 3:23 PM, Juan Larriba wrote: > Hi

Windows CI Server

2016-04-07 Thread Juan Larriba
Hi guys, in order to integrate the Windows builds in the CI cycle to avoid someone inadvertently breaking the Windows build, a Windows Jenkins slave would be necessary. Does the Apache Jenkins currently have a Windows build slave? Has the Windows build enough importance for this kind of