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

2019-04-23 Thread Joseph Wu
-1 (binding)

We found a serious bug when upgrading from 1.7.x to 1.8.x, which prevents
agents from reregistering after upgrading the masters:
https://issues.apache.org/jira/browse/MESOS-9740

On Tue, Apr 23, 2019 at 8:27 AM Andrei Budnik  wrote:

> +1
>
> sudo make -j16 distcheck
> DISTCHECK_CONFIGURE_FLAGS='--disable-libtool-wrappers
> --disable-parallel-test-execution --enable-seccomp-isolator
> --enable-launcher-sealing'
> on Fedora 25
>
> I gave +1, but some of the recently added tests are failing:
> [  FAILED  ] VolumeGidManagerTest.ROOT_UNPRIVILEGED_USER_SlaveReboot
> [  FAILED  ] CniIsolatorTest.VETH_VerifyResourceStatistics
> [  FAILED  ] DockerVolumeIsolatorTest.ROOT_EmptyCheckpointFileSlaveRecovery
>
>
> On Thu, Apr 18, 2019 at 3:00 PM Benno Evers  wrote:
>
> > Hi all,
> >
> > Please vote on releasing the following candidate as Apache Mesos 1.8.0.
> >
> >
> > 1.8.0 includes the following:
> >
> >
> 
> >  * Greatly reduced allocator cycle time.
> >  * Operation feedback for v1 schedulers.
> >  * Per-framework minimum allocatable resources.
> >  * New CLI subcommands `task attach` and `task exec`.
> >  * New `linux/seccomp` isolator.
> >  * Support for Docker v2 Schema2 manifest format.
> >  * XFS quota for persistent volumes.
> >  * **Experimental** Support for the new CSI v1 API.
> >
> > In addition, 1.8.0-rc2 includes the following changes:
> >
> >
> -
> >  * Docker manifest v2s2 config with image GC.
> >  * Expanded `highlights` section in the CHANGELOG.
> >
> >
> > The CHANGELOG for the release is available at:
> >
> >
> https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.8.0-rc2
> >
> >
> 
> >
> > The candidate for Mesos 1.8.0 release is available at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/1.8.0-rc2/mesos-1.8.0.tar.gz
> >
> > The tag to be voted on is 1.8.0-rc2:
> > https://gitbox.apache.org/repos/asf?p=mesos.git;a=commit;h=1.8.0-rc2
> >
> > The SHA512 checksum of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/1.8.0-rc2/mesos-1.8.0.tar.gz.sha512
> >
> > The signature of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/1.8.0-rc2/mesos-1.8.0.tar.gz.asc
> >
> > The PGP key used to sign the release is here:
> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >
> > The JAR is in a staging repository here:
> > https://repository.apache.org/content/repositories/orgapachemesos-1252
> >
> > Please vote on releasing this package as Apache Mesos 1.8.0!
> >
> > The vote is open until Wednesday, April 24th and passes if a majority of
> > at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Mesos 1.8.0
> > [ ] -1 Do not release this package because ...
> >
> > Thanks,
> > Benno and Joseph
> >
>


RE: Slack upgrade to Standard plan. Thanks Criteo

2019-04-23 Thread Marc Roos
 

I don't think it is good to get vendor locked-in. First and foremost 
data in slack is not publicly accessible.




-Original Message-
From: Jie Yu [mailto:yujie@gmail.com] 
Sent: 23 April 2019 19:51
To: user
Subject: Re: Slack upgrade to Standard plan. Thanks Criteo

Thanks Criteo friends!


On Tue, Apr 23, 2019 at 10:13 AM Vinod Kone  
wrote:


Hi folks,

As you probably realized today, we got our Slack upgraded from 
"free" plan to "standard" plan, which allows us to have unlimited 
message history and better analytics among other things! This would be 
great for our community.

This upgrade has been made possible due to a general 
contribution/donation from folks at Criteo 
 . Criteo has been a long time user of Apache Mesos and 
luckily for us, they wanted to contribute back to the ecosystem. We will update 
the website with the thanks shortly.

Hope you'll take advantage of the standard plan.

Thanks,

Vinod






Re: Slack upgrade to Standard plan. Thanks Criteo

2019-04-23 Thread Jie Yu
Thanks Criteo friends!

On Tue, Apr 23, 2019 at 10:13 AM Vinod Kone  wrote:

> Hi folks,
>
> As you probably realized today, we got our Slack upgraded from "free" plan
> to "standard" plan, which allows us to have unlimited message history and
> better analytics among other things! This would be great for our community.
>
> This upgrade has been made possible due to a general contribution/donation
> from folks at Criteo . Criteo has been a long
> time user of Apache Mesos and luckily for us, they wanted to contribute
> back to the ecosystem. We will update the website with the thanks shortly.
>
> Hope you'll take advantage of the standard plan.
>
> Thanks,
> Vinod
>
>
>


Slack upgrade to Standard plan. Thanks Criteo

2019-04-23 Thread Vinod Kone
Hi folks,

As you probably realized today, we got our Slack upgraded from "free" plan
to "standard" plan, which allows us to have unlimited message history and
better analytics among other things! This would be great for our community.

This upgrade has been made possible due to a general contribution/donation
from folks at Criteo . Criteo has been a long time
user of Apache Mesos and luckily for us, they wanted to contribute back to
the ecosystem. We will update the website with the thanks shortly.

Hope you'll take advantage of the standard plan.

Thanks,
Vinod


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

2019-04-23 Thread Andrei Budnik
+1

sudo make -j16 distcheck
DISTCHECK_CONFIGURE_FLAGS='--disable-libtool-wrappers
--disable-parallel-test-execution --enable-seccomp-isolator
--enable-launcher-sealing'
on Fedora 25

I gave +1, but some of the recently added tests are failing:
[  FAILED  ] VolumeGidManagerTest.ROOT_UNPRIVILEGED_USER_SlaveReboot
[  FAILED  ] CniIsolatorTest.VETH_VerifyResourceStatistics
[  FAILED  ] DockerVolumeIsolatorTest.ROOT_EmptyCheckpointFileSlaveRecovery


On Thu, Apr 18, 2019 at 3:00 PM Benno Evers  wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 1.8.0.
>
>
> 1.8.0 includes the following:
>
> 
>  * Greatly reduced allocator cycle time.
>  * Operation feedback for v1 schedulers.
>  * Per-framework minimum allocatable resources.
>  * New CLI subcommands `task attach` and `task exec`.
>  * New `linux/seccomp` isolator.
>  * Support for Docker v2 Schema2 manifest format.
>  * XFS quota for persistent volumes.
>  * **Experimental** Support for the new CSI v1 API.
>
> In addition, 1.8.0-rc2 includes the following changes:
>
> -
>  * Docker manifest v2s2 config with image GC.
>  * Expanded `highlights` section in the CHANGELOG.
>
>
> The CHANGELOG for the release is available at:
>
> https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.8.0-rc2
>
> 
>
> The candidate for Mesos 1.8.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/1.8.0-rc2/mesos-1.8.0.tar.gz
>
> The tag to be voted on is 1.8.0-rc2:
> https://gitbox.apache.org/repos/asf?p=mesos.git;a=commit;h=1.8.0-rc2
>
> The SHA512 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.8.0-rc2/mesos-1.8.0.tar.gz.sha512
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.8.0-rc2/mesos-1.8.0.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1252
>
> Please vote on releasing this package as Apache Mesos 1.8.0!
>
> The vote is open until Wednesday, April 24th and passes if a majority of
> at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 1.8.0
> [ ] -1 Do not release this package because ...
>
> Thanks,
> Benno and Joseph
>