Re: [VOTE] Release Apache Mesos 1.2.2 (rc1)

2017-08-08 Thread Adam Bordelon
+1 (binding) Green DC/OS integration tests when bumping DC/OS 1.9.x to Mesos 1.2.2-rc1: https://github.com/dcos/dcos/pull/1800 On Fri, Aug 4, 2017 at 7:05 PM, Kapil Arya wrote: > +1 Green build on internal CI. > > The RC packages are available at: http://open.mesosphere. > com/downloads/mesos-rc

Re: Command Executor

2017-08-08 Thread Benjamin Mahler
You're free to write your own long lived executor that can process multiple tasks. The built in executors self-terminate after running the tasks they are launched with. On Tue, Aug 8, 2017 at 2:36 AM, Oeg Bizz wrote: > It is used to notify some services that the agents are out there ready to > p

Re: Deprecating `--disable-zlib` in libprocess

2017-08-08 Thread Jie Yu
+1 on removing this flag. On Tue, Aug 8, 2017 at 11:32 AM, Benjamin Mahler wrote: > Sorry, I think this was me, feel free to remove it from libprocess now that > it's required. > > On Tue, Aug 8, 2017 at 10:57 AM, Chun-Hung Hsiao > wrote: > > > Hi all, > > > > In libprocess, we have an optional

Re: Deprecating `--disable-zlib` in libprocess

2017-08-08 Thread Benjamin Mahler
Sorry, I think this was me, feel free to remove it from libprocess now that it's required. On Tue, Aug 8, 2017 at 10:57 AM, Chun-Hung Hsiao wrote: > Hi all, > > In libprocess, we have an optional `--disable-zlib` flag, but it's > currently not used > for conditional compilation and we always use

Re: Deprecating `--disable-zlib` in libprocess

2017-08-08 Thread James Peach
> On Aug 8, 2017, at 10:57 AM, Chun-Hung Hsiao wrote: > > Hi all, > > In libprocess, we have an optional `--disable-zlib` flag, but it's > currently not used > for conditional compilation and we always use zlib in libprocess, > and there's a requirement check in Mesos to make sure that zlib exi

Deprecating `--disable-zlib` in libprocess

2017-08-08 Thread Chun-Hung Hsiao
Hi all, In libprocess, we have an optional `--disable-zlib` flag, but it's currently not used for conditional compilation and we always use zlib in libprocess, and there's a requirement check in Mesos to make sure that zlib exists. Should this option be removed then? Or is there anyone working on

Re: Command Executor

2017-08-08 Thread Oeg Bizz
It is used to notify some services that the agents are out there ready to process data.  The service takes into account who and how many are out there and some information from the HB to perform some sort of load balancing.   Without the HB the service does not know how many agents are out and ta