+1 (binding)
Tested on Ubuntu 15.04:
- Built with clang-3.6 and gcc-4.8.
- Launched 1K agents.
- Launched 100K tasks (slowly) on 100 agents.
- Validated virtual memory set did not grow.
- Validate UI was responsive.
- Validate task recovery with 0.26 Master -> 0.27 Master with 0.27 Agent
constant.
- Validate task recovery with 0.26 Master -> 0.26 Master with 0.26 Agent
constant.
- Validate task recovery with 0.26 Agent -> 0.27 Agent with 0.26 Master
constant.
- Validate task recovery with 0.26 Agent -> 0.27 Agent with 0.27 Master
constant.
- Validated constrained framework when quota set.
- Validated framework received remaining offers if quota set on a
separate role.
Broken not considered blockers (Feel free to decide they are a blocker):
- Web UI task count is off (MESOS-4562)
I was not able to verify the docker containerizer tests in my environment.
On Fri, Jan 29, 2016 at 1:45 PM, Vinod Kone <[email protected]> wrote:
> +1 (binding)
>
> Tested (non-root tests with ./support/docker_build.sh script) on ASF CI
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/>with
> the following configurations:
>
> NOTE: clang is intentionally disabled on centos and "clang + ubuntu +
> --verbose" build failed because of a docker image building issue (not mesos
> issue).
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=docker%7C%7CHadoop/
> >
> [image: Not run]
> --verbose
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=docker%7C%7CHadoop/
> >
> [image: Not run]
> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/
> >
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/
> >
> --verbose
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/
> >
> [image: Failed]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/4/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=docker%7C%7CHadoop/
> >
>
> On Fri, Jan 29, 2016 at 10:43 AM, Jörg Schad <[email protected]> wrote:
>
> > [+1] (non-binding)
> >
> > I tested on Ubuntu 12.04 and OSX 10.10.5 without SSL.
> >
> > *make check* works on both platforms with no issues.
> >
> > With *sudo make check *some tests fail.
> > The ubuntu failure also occurs with other tests and seems to be related
> to
> > the cgroups configuration on that system. Currently looking into the
> > details here (thanks to Avinash for his support!) and would open a Jira
> if
> > necessary.
> > The 3 failures on OSX are known issues (see below for the respective Jira
> > tickets).
> >
> > *Ubuntu 12.04*
> >
> > [ RUN ] AuthenticationTest.UnauthenticatedSlave
> >
> > F0129 15:55:48.241842 11049 cluster.cpp:369] CHECK_SOME(containerizer):
> > Could not create MesosContainerizer: Failed to create launcher: Failed to
> > create Linux launcher: Failed to mount cgroups hierarchy at
> > '/sys/fs/cgroup/freezer': Failed to create directory
> > '/sys/fs/cgroup/freezer': No such file or directory
> >
> > *** Check failure stack trace: ***
> >
> > @ 0x2b969832bd0e google::LogMessage::Fail()
> >
> > @ 0x2b969832bc48 google::LogMessage::SendToLog()
> >
> > @ 0x2b969832b64a google::LogMessage::Flush()
> >
> > @ 0x2b969832e562 google::LogMessageFatal::~LogMessageFatal()
> >
> > @ 0x97fe2a _CheckFatal::~_CheckFatal()
> >
> > @ 0xa5376f
> mesos::internal::tests::Cluster::Slaves::start()
> >
> > @ 0xffc286 mesos::internal::tests::MesosTest::StartSlave()
> >
> > @ 0x9bd542
> >
> mesos::internal::tests::AuthenticationTest_UnauthenticatedSlave_Test::TestBody()
> >
> > @ 0x164b8fc
> > testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> >
> > @ 0x164678a
> > testing::internal::HandleExceptionsInMethodIfSupported<>()
> >
> > @ 0x1627919 testing::Test::Run()
> >
> > @ 0x162809e testing::TestInfo::Run()
> >
> > @ 0x16286ee testing::TestCase::Run()
> >
> > @ 0x162ef36 testing::internal::UnitTestImpl::RunAllTests()
> >
> > @ 0x164c521
> > testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> >
> > @ 0x164732a
> > testing::internal::HandleExceptionsInMethodIfSupported<>()
> >
> > @ 0x162dc6c testing::UnitTest::Run()
> >
> > @ 0xde89b9 RUN_ALL_TESTS()
> >
> > @ 0xde85d6 main
> >
> > @ 0x2b969a2f376d (unknown)
> >
> > @ 0x97e409 (unknown)
> >
> > make[3]: *** [check-local] Aborted (core dumped)
> >
> >
> > *OSX:*
> >
> > *[ PASSED ] 955 tests.*
> >
> > *[ FAILED ] 3 tests, listed below:*
> >
> > *[ FAILED ] ExamplesTest.JavaFramework **Seems to be
> > known via *MESOS-3582 <https://issues.apache.org/jira/browse/MESOS-3582>
> >
> > *[ FAILED ] FetcherCacheTest.LocalUncachedExtract (Problem mentioned
> > via MESOS-3579)*
> >
> > *[ FAILED ] FetcherCacheHttpTest.HttpMixed **(Problem mentioned
> > via MESOS-3579)*
> >
> >
> >
> > On Thu, Jan 28, 2016 at 8:12 AM, Michael Park <[email protected]> wrote:
> >
> >> Hi all,
> >>
> >> Please vote on releasing the following candidate as Apache Mesos 0.27.0.
> >>
> >> 0.27.0 includes the following:
> >>
> >>
> --------------------------------------------------------------------------------
> >> We added major features such as Implicit Roles, Quota, Multiple Disks
> and
> >> more.
> >>
> >> We also added major bug fixes such as performance improvements to
> >> state.json requests and GLOG.
> >>
> >> 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.27.0-rc2
> >>
> >>
> --------------------------------------------------------------------------------
> >>
> >> The candidate for Mesos 0.27.0 release is available at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.0-rc2/mesos-0.27.0.tar.gz
> >>
> >> The tag to be voted on is 0.27.0-rc2:
> >>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.0-rc2
> >>
> >> The MD5 checksum of the tarball can be found at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.0-rc2/mesos-0.27.0.tar.gz.md5
> >>
> >> The signature of the tarball can be found at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.0-rc2/mesos-0.27.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 up in Maven in a staging repository here:
> >> https://repository.apache.org/content/repositories/orgapachemesos-1100
> >>
> >> Please vote on releasing this package as Apache Mesos 0.27.0!
> >>
> >> The vote is open until Sat Jan 30 23:59:59 PST 2016 and passes if a
> >> majority of at least 3 +1 PMC votes are cast.
> >>
> >> [ ] +1 Release this package as Apache Mesos 0.27.0
> >> [ ] -1 Do not release this package because ...
> >>
> >> Thanks,
> >>
> >> Tim, Kapil, MPark
> >>
> >
> >
>