Build failed in Jenkins: mesos-reviewbot #768

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/768/ -- [...truncated 4565 lines...] Removing bin/mesos.sh Removing bin/valgrind-mesos-local.sh Removing bin/valgrind-mesos-master.sh Removing bin/valgrind-mesos-slave.sh Removing bin/valgrind-mesos-tests.sh

Re: Review Request 21799: Fixes to enable cgroup + systemd.slice behavior

2014-05-30 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21799/#review44370 --- src/linux/cgroups.cpp

0.19.0 Testing

2014-05-30 Thread Benjamin Mahler
Hi All, I've pushed a tag for the first release candidate for 0.19.0: 0.19.0-rc1 I would like to ask others to assist in testing this candidate so that we can catch anything obvious before the vote! Thanks, Ben

[jira] [Assigned] (MESOS-1439) SchedulerTest.MetricsEndpoint is flaky

2014-05-30 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominic Hamon reassigned MESOS-1439: Assignee: Dominic Hamon SchedulerTest.MetricsEndpoint is flaky

Re: 0.19.0 Testing

2014-05-30 Thread Tom Arnfeld
Hey Ben, When’s the vote going out? I’m in the process of deploying 0.19.0-rc1 (and testing with Deimos) to our pre-production cluster to see how it goes… will report back if I find anything odd. Tom. On 30 May 2014, at 17:48, Benjamin Mahler benjamin.mah...@gmail.com wrote: Hi All, I've

Re: Review Request 21799: Fixes to enable cgroup + systemd.slice behavior

2014-05-30 Thread Timothy St. Clair
On May 30, 2014, 4:17 p.m., Jie Yu wrote: src/linux/cgroups.cpp, lines 454-463 https://reviews.apache.org/r/21799/diff/1/?file=587746#file587746line454 Hum, what if the user specify '--slave_subsystems=cpu,cpuacct' on the command line? IIUC, the 'prepare' function will be called

Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22089/ --- Review request for mesos, Vinod Kone and Jiang Yan Xu. Bugs: MESOS-1439

[jira] [Commented] (MESOS-1439) SchedulerTest.MetricsEndpoint is flaky

2014-05-30 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14013951#comment-14013951 ] Dominic Hamon commented on MESOS-1439: -- https://reviews.apache.org/r/22089

Re: Review Request 20563: Added defaultWindow to metrics based on LIBPROCESS_STATISTICS_WINDOW.

2014-05-30 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20563/ --- (Updated May 30, 2014, 10:12 a.m.) Review request for mesos and Ben Mahler.

Re: Review Request 21598: Fix for coverity leak and cleanup to use DynamicLibrary

2014-05-30 Thread Timothy St. Clair
On May 27, 2014, 4:47 p.m., Dominic Hamon wrote: Could Ben or Niklas chime in here, I think we are at an impasse below. - Timothy --- This is an automatically generated e-mail. To reply, visit:

Re: Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22089/#review44383 --- Ship it! Ship It! - Jiang Yan Xu On May 30, 2014, 10:08 a.m.,

[jira] [Created] (MESOS-1440) Add support for scriptable health checks

2014-05-30 Thread Niklas Quarfot Nielsen (JIRA)
Niklas Quarfot Nielsen created MESOS-1440: - Summary: Add support for scriptable health checks Key: MESOS-1440 URL: https://issues.apache.org/jira/browse/MESOS-1440 Project: Mesos

Re: Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22089/#review44384 --- What is the bug and what is the fix here? - Vinod Kone On May

Re: Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Vinod Kone
On May 30, 2014, 5:32 p.m., Vinod Kone wrote: What is the bug and what is the fix here? Dominic Hamon wrote: we weren't waiting for anything before trying to hit the endpoint and exiting the test. As such, the scheduler wasn't registering. By adding a slave and waiting for offers,

[jira] [Created] (MESOS-1442) Adding grace_period_seconds to the health check protobuf

2014-05-30 Thread Niklas Quarfot Nielsen (JIRA)
Niklas Quarfot Nielsen created MESOS-1442: - Summary: Adding grace_period_seconds to the health check protobuf Key: MESOS-1442 URL: https://issues.apache.org/jira/browse/MESOS-1442 Project:

Build failed in Jenkins: Mesos-Ubuntu-distcheck #107

2014-05-30 Thread Apache Jenkins Server
:51.740658 32378 authenticatee.hpp:128] Creating new client SASL connection I0530 18:08:51.740852 32376 master.cpp:2302] Registering slave at slave(173)@67.195.138.60:37227 (janus.apache.org) with id 20140530-180851-1015726915-37227-32356-0 I0530 18:08:51.740993 32376 master.cpp:2986

Re: Review Request 20818: Refactored cgroups::destroy to use a single pass and to reap processes.

2014-05-30 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20818/#review44398 --- Ship it! Ship It! - Vinod Kone On May 29, 2014, 10:26 p.m., Ian

Re: Review Request 22064: Use a timeout to discard cgroups::destroy.

2014-05-30 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22064/#review44392 --- Ship it! src/slave/containerizer/isolators/cgroups/cpushare.cpp

Re: Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22089/ --- (Updated May 30, 2014, 11:28 a.m.) Review request for mesos, Vinod Kone and

Re: Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22089/#review44402 --- Ship it! Ship It! - Jiang Yan Xu On May 30, 2014, 11:28 a.m.,

Re: Review Request 22064: Use a timeout to discard cgroups::destroy.

2014-05-30 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22064/#review44405 --- src/slave/containerizer/linux_launcher.cpp

Re: Review Request 21451: Add sampling support to the perf_event isolator.

2014-05-30 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21451/#review44386 --- src/slave/containerizer/isolators/cgroups/perf_event.cpp

Build failed in Jenkins: mesos-reviewbot #769

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/769/ -- [...truncated 5023 lines...] Removing 3rdparty/Makefile Removing 3rdparty/Makefile.in Removing 3rdparty/leveldb/ Removing 3rdparty/libprocess/.deps/ Removing 3rdparty/libprocess/3rdparty/.deps/

Re: Review Request 22089: Added slave to SchedulerTest.MetricsEndpoint

2014-05-30 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22089/#review44406 --- Ship it! Ship It! - Vinod Kone On May 30, 2014, 6:28 p.m.,

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Vinod Kone
On May 29, 2014, 5:13 p.m., Vinod Kone wrote: src/tests/slave_tests.cpp, line 815 https://reviews.apache.org/r/21968/diff/6/?file=597869#file597869line815 I dont think you need this abstraction. Just advance the clock and make sure there is no registration message sent. Yifan

[jira] [Updated] (MESOS-1278) Add a perf_event isolator

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1278: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Add a perf_event isolator

[jira] [Updated] (MESOS-1114) Authorize task/executor launches

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1114: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Authorize task/executor launches

[jira] [Updated] (MESOS-1341) AllocatorZooKeeperTest/0.FrameworkReregistersFirst is flaky

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1341: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2)

[jira] [Updated] (MESOS-1149) SlaveRecovery.Reboot test doesn't reap executor

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1149: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) SlaveRecovery.Reboot test doesn't

[jira] [Updated] (MESOS-1307) Authorize offer allocations

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1307: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Authorize offer allocations

[jira] [Updated] (MESOS-1417) Slave should not send terminal status update before containerizer update is finished

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1417: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Slave should not send terminal

[jira] [Updated] (MESOS-473) Freezer fails fatally when it is unable to write 'FROZEN' to freezer.state

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-473: Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Freezer fails fatally when it is

[jira] [Updated] (MESOS-759) The cgroups TaskKiller should skip freezing the cgroup if it is already empty.

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-759: Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) The cgroups TaskKiller should skip

[jira] [Updated] (MESOS-1374) Verify static libprocess scheduler port works with Mesos Master

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1374: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Verify static libprocess

[jira] [Updated] (MESOS-1404) Glibc 'fork()' is not async signal safe

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1404: - Sprint: Q2'14 Sprint 2, Q2'14 Sprint 3 (was: Q2'14 Sprint 2) Glibc 'fork()' is not async

[jira] [Updated] (MESOS-1373) Keep track of the principals for authenticated pids in Master.

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1373: - Labels: (was: 3) Story Points: 3 Keep track of the principals for authenticated

[jira] [Updated] (MESOS-1358) Show when the leading master was elected in the webui

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1358: - Labels: (was: 1) Story Points: 1 Show when the leading master was elected in the

[jira] [Updated] (MESOS-1374) Verify static libprocess scheduler port works with Mesos Master

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1374: - Labels: (was: 5) Story Points: 5 Verify static libprocess scheduler port works with

[jira] [Updated] (MESOS-1371) Expose libprocess queue length from scheduler driver to metrics endpoint

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1371: - Labels: (was: 1) Story Points: 1 Expose libprocess queue length from scheduler

[jira] [Updated] (MESOS-1344) Add flags support for JSON

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1344: - Labels: (was: 2) Story Points: 2 Add flags support for JSON

[jira] [Updated] (MESOS-1332) Improve Master and Slave metric names

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1332: - Labels: (was: 3) Story Points: 3 Improve Master and Slave metric names

[jira] [Updated] (MESOS-1114) Authorize task/executor launches

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1114: - Labels: (was: 5) Story Points: 5 Authorize task/executor launches

[jira] [Updated] (MESOS-1339) Add per-framework-principal counters for all messages from a scheduler on Master

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1339: - Labels: (was: 3) Story Points: 3 Add per-framework-principal counters for all

Re: Review Request 21443: Support for running `perf stat`.

2014-05-30 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21443/#review44409 --- Hey Ian, took a look at the API being exposed and a quick look

[jira] [Commented] (MESOS-1028) expose internal metrics

2014-05-30 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014154#comment-14014154 ] Dominic Hamon commented on MESOS-1028: -- Closing this as some of these metrics are

Re: 0.19.0 Testing

2014-05-30 Thread Vinod Kone
Lets revert the following commit because authorization is not ready yet and exposing the acls flag will be misleading. commit 0dda8220396fbb788f25a0f08dd3ab39e6879bd9 Author: Vinod Kone vi...@twitter.com Date: Fri May 16 14:37:28 2014 -0700 Integrate Authorizer into Master.

Re: 0.19.0 Testing

2014-05-30 Thread Benjamin Hindman
In general, I think it's okay to ship some features that are 'alpha' or even incomplete. Rather than reverting the commit I wonder if it would be better just to call out these features as such. On Fri, May 30, 2014 at 12:46 PM, Vinod Kone vinodk...@gmail.com wrote: Lets revert the following

[jira] [Commented] (MESOS-1119) Allocator should make an allocation decision per slave instead of per framework/role.

2014-05-30 Thread Adam B (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14014220#comment-14014220 ] Adam B commented on MESOS-1119: --- Here's the dev@ thread that prompted this JIRA:

Re: 0.19.0 Testing

2014-05-30 Thread Vinod Kone
just cherry pick this commit instead. d903e7d32040f5be070f158e21c674deb6230540 On Fri, May 30, 2014 at 1:41 PM, Benjamin Hindman b...@eecs.berkeley.edu wrote: In general, I think it's okay to ship some features that are 'alpha' or even incomplete. Rather than reverting the commit I wonder if

Build failed in Jenkins: mesos-reviewbot #770

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/770/changes Changes: [dlester] Adds Virdata and Yieldbot to #PoweredByMesos page. [vinod] Fixed SchedulerTest.MetricsEndpoint test. -- [...truncated 4572 lines...] test -z || rm -f test . =

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1865

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/1865/changes Changes: [vinod] Fixed SchedulerTest.MetricsEndpoint test. -- [...truncated 52446 lines...] 2014-05-30

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #2140

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2140/changes Changes: [vinod] Fixed SchedulerTest.MetricsEndpoint test. -- [...truncated 53348 lines...] I0530 21:22:58.222676 10478

Build failed in Jenkins: Mesos-Ubuntu-distcheck #108

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Ubuntu-distcheck/108/changes Changes: [vinod] Fixed SchedulerTest.MetricsEndpoint test. -- [...truncated 31383 lines...] 2014-05-30 21:13:22,524:2626(0x2b44b8200700):ZOO_ERROR@handle_socket_error_msg@1697: Socket

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21968/ --- (Updated May 30, 2014, 9:34 p.m.) Review request for mesos, Adam B, Niklas

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21968/ --- (Updated May 30, 2014, 9:37 p.m.) Review request for mesos, Adam B, Niklas

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Yifan Gu
On May 29, 2014, 5:13 p.m., Vinod Kone wrote: src/tests/slave_tests.cpp, line 815 https://reviews.apache.org/r/21968/diff/6/?file=597869#file597869line815 I dont think you need this abstraction. Just advance the clock and make sure there is no registration message sent. Yifan

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21968/ --- (Updated May 30, 2014, 9:45 p.m.) Review request for mesos, Adam B, Niklas

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Yifan Gu
On May 29, 2014, 4:14 p.m., Adam B wrote: src/tests/slave_tests.cpp, line 736 https://reviews.apache.org/r/21968/diff/6/?file=597869#file597869line736 Why needed, to simulate master failover? Can't you just test this during initial registration? See below. On May 29, 2014,

Re: Review Request 21968: Fix issue #878 Slave should not register with the master when in TERMINATING.

2014-05-30 Thread Yifan Gu
On May 28, 2014, 9:05 p.m., Yifan Gu wrote: src/tests/slave_tests.cpp, line 799 https://reviews.apache.org/r/21968/diff/4/?file=597770#file597770line799 The comment may not be true, I'm digging into it. Update: It's true. If I don't drop the message, the slave will terminate

Re: 0.19.0 Testing

2014-05-30 Thread Benjamin Mahler
Hey Tom, I would like to aim for the release to be published by the end of next week. This will give us time to make sure the rc is stable. I'll be calling a vote early next week. For the external containerizer (EC) (+ Deimos), since it is an 'alpha' feature, we'll likely want to follow up with

[jira] [Updated] (MESOS-1350) Initial implementation of framework API rate limiter, taking the config via master flag

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1350: - Sprint: Q2'14 Sprint 3 Initial implementation of framework API rate limiter, taking the config

[jira] [Updated] (MESOS-1343) Authorize HTTP endpoints

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1343: - Issue Type: Story (was: Task) Authorize HTTP endpoints

[jira] [Updated] (MESOS-1391) Add an HTTP authentication flag which provides usernames/passwords for basic/digest HTTP authentication

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1391: - Sprint: Q2'14 Sprint 3 Add an HTTP authentication flag which provides usernames/passwords for

[jira] [Updated] (MESOS-1390) Add an authenticated '/shutdown' endpoint for shutting down a running framework

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1390: - Sprint: Q2'14 Sprint 3 Add an authenticated '/shutdown' endpoint for shutting down a running

[jira] [Updated] (MESOS-1437) SlaveRecoveryTest/0.RestartBeforeContainerizerLaunch is flaky

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1437: - Sprint: Q2'14 Sprint 3 SlaveRecoveryTest/0.RestartBeforeContainerizerLaunch is flaky

[jira] [Updated] (MESOS-1434) MesosContainerizerIsolatorPreparationTest.ScriptFails seems flaky

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1434: - Sprint: Q2'14 Sprint 3 MesosContainerizerIsolatorPreparationTest.ScriptFails seems flaky

[jira] [Updated] (MESOS-513) FaultToleranceTest.SchedulerFailoverFrameworkMessage test is flaky

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-513: Sprint: Q2'14 Sprint 3 FaultToleranceTest.SchedulerFailoverFrameworkMessage test is flaky

[jira] [Updated] (MESOS-1438) Race when destroying containers in cluster cleanup.

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1438: - Sprint: Q2'14 Sprint 3 Race when destroying containers in cluster cleanup.

[jira] [Updated] (MESOS-547) MasterTest.MasterLost is flaky on Jenkins

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-547: Sprint: Q2'14 Sprint 3 MasterTest.MasterLost is flaky on Jenkins

[jira] [Updated] (MESOS-1435) RegistrarZooKeeperTest.TaskRunning is flaky, sometimes runs forever.

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1435: - Sprint: Q2'14 Sprint 3 RegistrarZooKeeperTest.TaskRunning is flaky, sometimes runs forever.

[jira] [Updated] (MESOS-1422) AllocatorTest/0.SchedulerFailover test is flaky

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1422: - Sprint: Q2'14 Sprint 3 AllocatorTest/0.SchedulerFailover test is flaky

[jira] [Updated] (MESOS-1436) AllocatorZooKeeperTest/0.SlaveReregistersFirst flaky and can run forever

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1436: - Sprint: Q2'14 Sprint 3 AllocatorZooKeeperTest/0.SlaveReregistersFirst flaky and can run forever

Re: Review Request 21964: Adding maven to docs

2014-05-30 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21964/#review44432 --- Ship it! I'll get this committed right now. - Benjamin Hindman

[jira] [Updated] (MESOS-1397) Rename ResourceStatistics for containers

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1397: - Sprint: Q2'14 Sprint 3 Rename ResourceStatistics for containers

[jira] [Assigned] (MESOS-1398) Document perf isolator flags

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert reassigned MESOS-1398: Assignee: Ian Downes Document perf isolator flags

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #1866

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/1866/changes

[jira] [Updated] (MESOS-1396) Introduce a PerfStatistics protobuf

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1396: - Sprint: Q2'14 Sprint 3 Introduce a PerfStatistics protobuf ---

[jira] [Updated] (MESOS-1395) Test perf isolator for slave roll forward/roll back

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1395: - Sprint: Q2'14 Sprint 3 Test perf isolator for slave roll forward/roll back

[jira] [Updated] (MESOS-1393) Write parser for perf output.

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1393: - Sprint: Q2'14 Sprint 3 Write parser for perf output. -

[jira] [Updated] (MESOS-1398) Document perf isolator flags

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1398: - Sprint: Q2'14 Sprint 3 Document perf isolator flags

[jira] [Assigned] (MESOS-1374) Verify static libprocess scheduler port works with Mesos Master

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert reassigned MESOS-1374: Assignee: Benjamin Hindman (was: Dominic Hamon) Verify static libprocess scheduler port

Build failed in Jenkins: Mesos-Ubuntu-distcheck #109

2014-05-30 Thread Apache Jenkins Server
TASK_RUNNING (UUID: 1b8fac7c-7395-437a-90c0-a4d6792dcaa4) for task bd359984-02d1-4b2d-aa66-78f67c8df47f of framework 20140530-223535-160088899-42594-15528- I0530 22:35:36.924839 15628 slave.cpp:2018] Handling status update TASK_RUNNING (UUID: 1b8fac7c-7395-437a-90c0-a4d6792dcaa4) for task bd359984

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

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2141/changes

[jira] [Updated] (MESOS-1307) Authorize offer allocations

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1307: - Description: When frameworks register or reregister they should authorize their roles. Split

[jira] [Updated] (MESOS-1307) Authorize offer allocations

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1307: - Story Points: 5 Authorize offer allocations --- Key:

[jira] [Updated] (MESOS-1396) Introduce a PerfStatistics protobuf

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1396: - Story Points: 2 Introduce a PerfStatistics protobuf ---

[jira] [Updated] (MESOS-1393) Write parser for perf output.

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1393: - Story Points: 3 Write parser for perf output. -

[jira] [Assigned] (MESOS-1441) Move HealthCheck from CommandInfo to TaskInfo

2014-05-30 Thread Timothy Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Chen reassigned MESOS-1441: --- Assignee: Timothy Chen Move HealthCheck from CommandInfo to TaskInfo

[jira] [Updated] (MESOS-1397) Rename ResourceStatistics for containers

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1397: - Story Points: 8 Rename ResourceStatistics for containers

[jira] [Assigned] (MESOS-1442) Adding grace_period_seconds to the health check protobuf

2014-05-30 Thread Timothy Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Chen reassigned MESOS-1442: --- Assignee: Timothy Chen Adding grace_period_seconds to the health check protobuf

[jira] [Updated] (MESOS-1398) Document perf isolator flags

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1398: - Story Points: 1 Document perf isolator flags

Jenkins build is back to normal : mesos-reviewbot #771

2014-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/mesos-reviewbot/771/changes

Re: Review Request 22048: Add helper in tests/mesos.hpp to create task with resources.

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

[jira] [Updated] (MESOS-1114) Authorize task/executor launches

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1114: - Story Points: 8 (was: 5) Authorize task/executor launches

[jira] [Updated] (MESOS-1307) Authorize offer allocations

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1307: - Story Points: 8 (was: 5) Authorize offer allocations ---

[jira] [Updated] (MESOS-1350) Initial implementation of framework API rate limiter, taking the config via master flag

2014-05-30 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1350: - Description: In this iteration: - Rate limits are configured via Master flag

Re: Review Request 22028: Cut 0.19.0 off of master.

2014-05-30 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22028/#review0 --- configure.ac https://reviews.apache.org/r/22028/#comment78835

[jira] [Updated] (MESOS-1443) Create a protobuf for framework rate limit configuration and load it as JSON through master flags

2014-05-30 Thread Yan Xu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Xu updated MESOS-1443: -- Sprint: Q2'14 Sprint 3 Summary: Create a protobuf for framework rate limit configuration and load it as

[jira] [Created] (MESOS-1443) Create a protobuf for configuration for framework rate limits and load it as JSON through master flags

2014-05-30 Thread Yan Xu (JIRA)
Yan Xu created MESOS-1443: - Summary: Create a protobuf for configuration for framework rate limits and load it as JSON through master flags Key: MESOS-1443 URL: https://issues.apache.org/jira/browse/MESOS-1443

[jira] [Created] (MESOS-1444) Integrate rate limiter into the master

2014-05-30 Thread Yan Xu (JIRA)
Yan Xu created MESOS-1444: - Summary: Integrate rate limiter into the master Key: MESOS-1444 URL: https://issues.apache.org/jira/browse/MESOS-1444 Project: Mesos Issue Type: Task

  1   2   >