Canceled Event: Reminder Test @ Fri Apr 8, 2016 3pm - 4pm (Apache Mesos)

2016-04-08 Thread mcypark
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VEVENT DTSTART:20160408T22Z DTEND:20160408T23Z DTSTAMP:20160408T024334Z ORGANIZER;CN=Apache Mesos:mailto:2hecvndc0mnaqlir34cqnfvtak@group.calendar. google.com UID:a3e08f3l2q

Re: On launching command tasks

2016-04-08 Thread Benjamin Mahler
> > Mesos expects the first argument to be the same > as the command itself [1] To be precise, what does "expect" mean here? Do we actually have code in mesos with this expectation? Or are you just saying that we require CommandInfo.arguments to map directly to exec's 'args'? Have you considered

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

2016-04-08 Thread Niklas Nielsen
Alright - with that in mind. Will morning, midday or evening PST be preferred compared to your time zone? On Thu, Apr 7, 2016 at 10:35 PM, Du, Fan wrote: > > > 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 Ni

Re: mesos git commit: Add curl_easy_cleanup when fopen is failed.

2016-04-08 Thread Benjamin Mahler
Looks like this was a file descriptor leak? Seems like we should have a bug to track this. AFAICT it's not a bad leak since it only affects the fetcher, and the fetcher is short-lived? $ grep -R net::download 3rdparty src 3rdparty/libprocess/3rdparty/stout/README.md:A collection of utilities for

Re: Design Doc for Qemu/KVM containerizer

2016-04-08 Thread haosdent
hi, @rojas Thank you very much for your information. Let me find a second shepherd for [Modularize the containerizer interface]. On Fri, Apr 8, 2016 at 7:38 PM, Alexander Rojas wrote: > Hi Haosdent, > > Till had an accident and will be out for a while, your reviews may take a > while or otherwis

Re: Windows CI Server

2016-04-08 Thread Juan Larriba
As of now (if I am wrong Alex please correct me), the following software needs to be installed on Windows slave: - Visual Studio 2015 Community ( https://www.visualstudio.com/es-es/downloads/download-visual-studio-vs.aspx) with Common Tools for Visual C++ 2015 and Windows 10 SDK. - CMake for Windo

Re: Design Doc for Qemu/KVM containerizer

2016-04-08 Thread Alexander Rojas
Hi Haosdent, Till had an accident and will be out for a while, your reviews may take a while or otherwise you may consider getting help from a second shepherd. > On 07 Apr 2016, at 17:00, haosdent wrote: > > Hi, @Abhishek Thanks your nice design document. I just take a look your > code in > ht