+1 to this. Only one minor comment: I saw that there are indeed someone using mesos CLI, such as `mesos ps` etc. I did minor enhancement for mesos CLI recently to improve debug-ability, it would be great if we can have those in 0.28.2.
The following are the three patches for mesos CLI enhancement: https://reviews.apache.org/r/47636/ Fixed some coding error in mesos-ps. https://reviews.apache.org/r/47693/ Added more error info for mesos ps. https://reviews.apache.org/r/47711/ Added more verbose message when mesos command encouter error. Thanks, Guangya On Mon, May 30, 2016 at 7:53 AM, Jie Yu <[email protected]> wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.28.2. > > > 0.28.2 is a bug fix release. It includes the following: > > -------------------------------------------------------------------------------- > ** Bug > * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS > distribution has perf backports. > * [MESOS-5239] - Persistent volume DockerContainerizer support assumes > proper mount propagation setup on the host. > * [MESOS-5253] - Isolator cleanup should not be invoked if they are not > prepared yet. > * [MESOS-5282] - Destroy container while provisioning volume images may > lead to a race. > * [MESOS-5312] - Env `MESOS_SANDBOX` is not set properly for command > tasks that changes rootfs. > * [MESOS-4885] - Unzip should force overwrite. > * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer. > * [MESOS-5380] - Killing a queued task can cause the corresponding > command executor to never terminate. > > ** Improvement > * [MESOS-5307] - Sandbox mounts should not be in the host mount > namespace. > > The CHANGELOG for the release is available at: > > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.28.2-rc1 > > -------------------------------------------------------------------------------- > > The candidate for Mesos 0.28.2 release is available at: > https://dist.apache.org/repos/dist/dev/mesos/0.28.2-rc1/mesos-0.28.2.tar.gz > > The tag to be voted on is 0.28.2-rc1: > https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.28.2-rc1 > > The MD5 checksum of the tarball can be found at: > > https://dist.apache.org/repos/dist/dev/mesos/0.28.2-rc1/mesos-0.28.2.tar.gz.md5 > > The signature of the tarball can be found at: > > https://dist.apache.org/repos/dist/dev/mesos/0.28.2-rc1/mesos-0.28.2.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 up in Maven in a staging repository here: > https://repository.apache.org/content/repositories/orgapachemesos-1140 > > Please vote on releasing this package as Apache Mesos 0.28.2! > > The vote is open until Wed Jun 1 16:51:42 PDT 2016 and passes if a > majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Mesos 0.28.2 > [ ] -1 Do not release this package because ... > > Thanks, > - Jie >
