Re: [VOTE] Release Apache Mesos 1.1.2 (rc2)

2017-05-18 Thread Till Toenshoff
+1

Ran on internal CI. All failures I saw were well documented flaky tests.

> On May 13, 2017, at 12:26 AM, Vinod Kone  wrote:
> 
> +1 (binding)
> 
> Ran on ASF CI. The one configuration that is in "red" is due to a known
> flaky issue with perf core dump during test suite teardown.
> 
> *Revision*: 37d98c55e1f43d6734729b5cdbed242ebc3263ed
> 
>   - refs/tags/1.1.2-rc2
> 
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl autotools
> [image: Success]
> 
> [image: Not run]
> cmake
> [image: Success]
> 
> [image: Not run]
> --verbose autotools
> [image: Success]
> 
> [image: Not run]
> cmake
> [image: Success]
> 
> [image: Not run]
> ubuntu:14.04 --verbose --enable-libevent --enable-ssl autotools
> [image: Success]
> 
> [image: Failed]
> 
> cmake
> [image: Success]
> 
> [image: Success]
> 
> --verbose autotools
> [image: Success]
> 
> [image: Success]
> 
> cmake
> [image: Success]
> 
> [image: Success]
> 
> 
> On Fri, May 12, 2017 at 8:07 AM, Alex Rukletsov  wrote:
> 
>> Folks,
>> 
>> Please vote on releasing the following candidate as Apache Mesos 1.1.2.
>> 
>> 1.1.2 includes the following:
>> 
>> 
>> ** Bug
>>  * [MESOS-2537] - AC_ARG_ENABLED checks are broken.
>>  * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
>>  * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http
>> Redirect 3xx urls.
>>  * [MESOS-6327] - Large docker images causes container launch failures:
>> Too many levels of symbolic links.
>>  * [MESOS-7057] - Consider using the relink functionality of libprocess in
>> the executor driver.
>>  * [MESOS-7119] - Mesos master crash while accepting inverse offer.
>>  * [MESOS-7152] - The agent may be flapping after the machine reboots due
>> to provisioner recover.
>>  * [MESOS-7197] - Requesting t

Re: [VOTE] Release Apache Mesos 1.1.2 (rc2)

2017-05-12 Thread Vinod Kone
+1 (binding)

Ran on ASF CI. The one configuration that is in "red" is due to a known
flaky issue with perf core dump during test suite teardown.

*Revision*: 37d98c55e1f43d6734729b5cdbed242ebc3263ed

   - refs/tags/1.1.2-rc2

Configuration Matrix gcc clang
centos:7 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Not run]
cmake
[image: Success]

[image: Not run]
--verbose autotools
[image: Success]

[image: Not run]
cmake
[image: Success]

[image: Not run]
ubuntu:14.04 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Failed]

cmake
[image: Success]

[image: Success]

--verbose autotools
[image: Success]

[image: Success]

cmake
[image: Success]

[image: Success]


On Fri, May 12, 2017 at 8:07 AM, Alex Rukletsov  wrote:

> Folks,
>
> Please vote on releasing the following candidate as Apache Mesos 1.1.2.
>
> 1.1.2 includes the following:
> 
> 
> ** Bug
>   * [MESOS-2537] - AC_ARG_ENABLED checks are broken.
>   * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
>   * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http
> Redirect 3xx urls.
>   * [MESOS-6327] - Large docker images causes container launch failures:
> Too many levels of symbolic links.
>   * [MESOS-7057] - Consider using the relink functionality of libprocess in
> the executor driver.
>   * [MESOS-7119] - Mesos master crash while accepting inverse offer.
>   * [MESOS-7152] - The agent may be flapping after the machine reboots due
> to provisioner recover.
>   * [MESOS-7197] - Requesting tiny amount of CPU crashes master.
>   * [MESOS-7210] - HTTP health check doesn't work when mesos runs with
> --docker_mesos_image.
>   * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid
> argument" error.
>   * [MESOS-7265] - Co