[VOTE] Release Apache Mesos 0.20.0 (rc2)

2014-08-18 Thread Jie Yu
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.20.0. NOTE: 0.20.0-rc1 has a bug on Mac (MESOS-1713) which is fixed in 0.20.0-rc2. 0.20.0 includes the following: This release includes a l

Re: Review Request 24700: Log the user id when receiving a SIGTERM.

2014-08-18 Thread Nikita Vetoshkin
> On Aug. 14, 2014, 5:47 p.m., Nikita Vetoshkin wrote: > > I don't think that si_uid can give something interesting because it can be > > either 0 or UID of receiving process. How about logging si_pid too? > > Ben Mahler wrote: > si_uid represents the user id of the _sending_ process, not t

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2355

2014-08-18 Thread Apache Jenkins Server
See

Re: Review Request 24808: Modify execute cli to run docker image

2014-08-18 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24808/#review50954 --- Patch looks great! Reviews applied: [24808] All tests passed. - M

Re: Review Request 24825: Fixed a bug in docker/docker.cpp that causes unresolved symbols on OSX.

2014-08-18 Thread Timothy Chen
> On Aug. 19, 2014, 1:13 a.m., Timothy Chen wrote: > > Ship It! Sorry about this, thanks for fixing this up! - Timothy --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24825/#review50945 -

Re: Review Request 24825: Fixed a bug in docker/docker.cpp that causes unresolved symbols on OSX.

2014-08-18 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24825/#review50945 --- Ship it! Ship It! - Timothy Chen On Aug. 18, 2014, 11:40 p.m., J

Re: Review Request 24825: Fixed a bug in docker/docker.cpp that causes unresolved symbols on OSX.

2014-08-18 Thread Jie Yu
> On Aug. 19, 2014, 12:28 a.m., Vinod Kone wrote: > > src/slave/containerizer/isolators/cgroups/constants.hpp, lines 32-37 > > > > > > Shouldn't these be initialized in a .cpp because of the gcc 4.1.2 bug > > that affe

Re: Review Request 24825: Fixed a bug in docker/docker.cpp that causes unresolved symbols on OSX.

2014-08-18 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24825/#review50943 --- Ship it! src/slave/containerizer/isolators/cgroups/constants.hpp <

Review Request 24825: Fixed a bug in docker/docker.cpp that causes unresolved symbols on OSX.

2014-08-18 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24825/ --- Review request for mesos, Benjamin Hindman, Timothy Chen, and Vinod Kone. Bugs:

Re: Review Request 24810: Added Resources support to return the port range for the given number of ports.

2014-08-18 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24810/#review50940 --- include/mesos/resources.hpp

Re: Review Request 22066: Added timeout to rescind unused offers

2014-08-18 Thread Kapil Arya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22066/ --- (Updated Aug. 18, 2014, 5:37 p.m.) Review request for mesos, Adam B, Ben Mahler

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

2014-08-18 Thread Jie Yu
OK, I can confirm it is a bug due to the new docker stuff. Partially my bad not test it on mac. I need to have rc2 with the bug fix. I'll submit a bug fix shortly. - Jie On Mon, Aug 18, 2014 at 1:53 PM, Vinod Kone wrote: > make check succeed on Centos 5.5 but failed on Python framework on OSX

Re: Review Request 24810: Added Resources support to return the port range for the given number of ports.

2014-08-18 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24810/#review50934 --- Patch looks great! Reviews applied: [24810] All tests passed. - M

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

2014-08-18 Thread Vinod Kone
make check succeed on Centos 5.5 but failed on Python framework on OSX Mavericks. environment details: ➜ mesos-0.20.0 gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (b

Re: Review Request 24808: Modify execute cli to run docker image

2014-08-18 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24808/ --- (Updated Aug. 18, 2014, 7:07 p.m.) Review request for mesos, Benjamin Hindman a

Re: Review Request 24808: Modify execute cli to run docker image

2014-08-18 Thread Timothy Chen
> On Aug. 18, 2014, 7:03 p.m., Niklas Nielsen wrote: > > src/cli/execute.cpp, line 108 > > > > > > How about leaving an example? It is the "docker:///" format, right? Actually without the docker:///, just the docker i

Re: Review Request 24808: Modify execute cli to run docker image

2014-08-18 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24808/#review50920 --- Ship it! Looks great! Looking forward to use this :-) src/cli/exe

Re: Review Request 24700: Log the user id when receiving a SIGTERM.

2014-08-18 Thread Ben Mahler
> On Aug. 14, 2014, 5:47 p.m., Nikita Vetoshkin wrote: > > I don't think that si_uid can give something interesting because it can be > > either 0 or UID of receiving process. How about logging si_pid too? > > Ben Mahler wrote: > si_uid represents the user id of the _sending_ process, not t

Review Request 24810: Added Resources support to return the port range for the given number of ports.

2014-08-18 Thread Zuyu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24810/ --- Review request for mesos and Vinod Kone. Repository: mesos-git Description --

Review Request 24808: Modify execute cli to run docker image

2014-08-18 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24808/ --- Review request for mesos, Benjamin Hindman and Niklas Nielsen. Repository: meso

Re: Review Request 24753: Moved 'mesos::internal::logging::installSignalFailureHandler()' to stout/logging.hpp.

2014-08-18 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24753/#review50799 --- Whoops, this change mixes stout / libprocess / mesos code! Probably

Re: Review Request 24804: Added Resources support to return the port range for the given number of ports

2014-08-18 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24804/#review50907 --- Patch looks great! Reviews applied: [24804] All tests passed. - M

Re: Review Request 24804: Added Resources support to return the port range for the given number of ports

2014-08-18 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24804/#review50899 --- src/common/resources.cpp

Re: updating website copy

2014-08-18 Thread Joe Stein
feedback inline, with my marketing cap on =8^) /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop **

updating website copy

2014-08-18 Thread Benjamin Hindman
I believe it's high time to update the our website with some new copy (what we have presently hasn't been updated for a while), and I wanted to reach out to you for feedback in the hopes of making some improvements before MesosCon (and my talk!). While I've always felt the most apt description for

Review Request 24804: Added Resources support to return the port range for the given number of ports

2014-08-18 Thread Zuyu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24804/ --- Review request for mesos and Vinod Kone. Repository: mesos-git Description --

Re: Review Request 24700: Log the user id when receiving a SIGTERM.

2014-08-18 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24700/#review50875 --- Patch looks great! Reviews applied: [24700] All tests passed. - M

Re: Review Request 24700: Log the user id when receiving a SIGTERM.

2014-08-18 Thread Nikita Vetoshkin
> On Aug. 14, 2014, 5:47 p.m., Nikita Vetoshkin wrote: > > I don't think that si_uid can give something interesting because it can be > > either 0 or UID of receiving process. How about logging si_pid too? > > Ben Mahler wrote: > si_uid represents the user id of the _sending_ process, not t

Re: Review Request 24700: Log the user id when receiving a SIGTERM.

2014-08-18 Thread Alexandra Sava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24700/ --- (Updated Aug. 18, 2014, 11:33 a.m.) Review request for mesos and Ben Mahler.

Re: Review Request 24700: Log the user id when receiving a SIGTERM.

2014-08-18 Thread Alexandra Sava
> On Aug. 14, 2014, 5:47 p.m., Nikita Vetoshkin wrote: > > I don't think that si_uid can give something interesting because it can be > > either 0 or UID of receiving process. How about logging si_pid too? > > Ben Mahler wrote: > si_uid represents the user id of the _sending_ process, not t