[VOTE] Release Apache Mesos 0.19.0 (rc3)

2014-06-05 Thread Benjamin Mahler
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.19.0. Note that I accidentally released the 0.19.0 jar in maven when running the vote script so we'll have to discuss what to do if we require any jar changes. Apologies! 0.19.0 includes the following:

Re: Review Request 22250: A one-off fix for MESOS-1456: it ties the lifetime of metrics in SchedulerProcess to its runstate and not lifetime.

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

Re: Review Request 22253: Wait on Containerizer::update to complete before sending status update.

2014-06-05 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22253/#review44877 --- Patch looks great! Reviews applied: [22252, 22251, 22253] All test

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

2014-06-05 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21451/#review44876 --- Bad patch! Reviews applied: [21442, 21443] Failed command: git app

Re: Review Request 22224: Added an abstraction for launching operations in a subprocess.

2014-06-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4/#review44874 --- Ship it! Lets change EXIT macro to do _exit() instead of exit() to

Re: Review Request 21316: Preview of MESOS-336

2014-06-05 Thread Bernd Mathiske
> On May 29, 2014, 3:05 p.m., Tom Arnfeld wrote: > > include/mesos/mesos.proto, line 198 > > > > > > What's the reason you're only caching on a per-framework basis? Surely > > if the URI is identical the content would

Re: Review Request 21734: MESOS-390 Handle file:// in fetcher

2014-06-05 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21734/ --- (Updated June 6, 2014, 12:20 a.m.) Review request for mesos, Adam B and Niklas

Re: Review Request 21734: MESOS-390 Handle file:// in fetcher

2014-06-05 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21734/ --- (Updated June 6, 2014, 12:20 a.m.) Review request for mesos, Adam B and Niklas

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

2014-06-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019439#comment-14019439 ] Vinod Kone commented on MESOS-1307: --- https://reviews.apache.org/r/22284/ > Authorize of

Review Request 22295: Adapted to the new net::IP interfaces.

2014-06-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22295/ --- Review request for mesos, Ian Downes and Vinod Kone. Repository: mesos-git De

Review Request 22284: Authorized roles.

2014-06-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22284/ --- Review request for mesos, Benjamin Hindman and Ben Mahler. Summary (updated) --

Re: Review Request 22190: Added MockAuthorizer and more authorization tests.

2014-06-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22190/ --- (Updated June 6, 2014, 12:11 a.m.) Review request for mesos, Benjamin Hindman a

Review Request 22294: Allowed net::IP to be created from a dot decimal string.

2014-06-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22294/ --- Review request for mesos, Ian Downes and Vinod Kone. Repository: mesos-git De

Re: Autoscaling Mesos Clusters

2014-06-05 Thread Tobias Knaup
On Fri, May 30, 2014 at 4:40 PM, Jason Giedymin wrote: > You would be surprised how far just scaling when resources offers are > 'tight' and keeping track of idle CPU for each slave to shut then down can > take you. > +1, it's really easy to get cpu/mem/disk usage from state.json and set thresho

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated June 5, 2014, 11:11 p.m.) Review request for mesos, Adam B, Niklas Nie

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Adam B
> On June 5, 2014, 1:38 p.m., Adam B wrote: > > Looks great! > > Have you tested this manually to see the tasks/framework show up in the web > > ui? Mention that in the Testing section, please. > > Yifan Gu wrote: > Haven't done the js part yet. I think I will need to do some negotiation >

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
> On June 5, 2014, 8:38 p.m., Adam B wrote: > > Looks great! > > Have you tested this manually to see the tasks/framework show up in the web > > ui? Mention that in the Testing section, please. > > Yifan Gu wrote: > Haven't done the js part yet. I think I will need to do some negotiation >

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/#review44863 --- Ship it! Great job! src/tests/master_tests.cpp

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Adam B
> On June 5, 2014, 1:38 p.m., Adam B wrote: > > src/master/http.cpp, line 549 > > > > > > I agree with Niklas that it doesn't add much to define a typedef here > > that's only used once. Go ahead and inline it like: >

Re: Review Request 22151: Authorize launch tasks.

2014-06-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22151/#review44833 --- Now I just need to look at the tests next! :) src/common/protobuf_

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
> On June 5, 2014, 8:38 p.m., Adam B wrote: > > Looks great! > > Have you tested this manually to see the tasks/framework show up in the web > > ui? Mention that in the Testing section, please. Haven't done the js part yet. I think I will need to do some negotiation with Ross. - Yifan

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated June 5, 2014, 10:40 p.m.) Review request for mesos, Adam B, Niklas Nie

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated June 5, 2014, 10:15 p.m.) Review request for mesos, Adam B, Niklas Nie

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
> On June 5, 2014, 8:38 p.m., Adam B wrote: > > src/master/http.cpp, line 549 > > > > > > I agree with Niklas that it doesn't add much to define a typedef here > > that's only used once. Go ahead and inline it like: >

Re: Review Request 21734: MESOS-390 Handle file:// in fetcher

2014-06-05 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21734/ --- (Updated June 5, 2014, 9:21 p.m.) Review request for mesos, Adam B and Niklas N

Re: Review Request 21734: MESOS-390 Handle file:// in fetcher

2014-06-05 Thread Timothy Chen
> On May 28, 2014, 10:47 p.m., Adam B wrote: > > src/launcher/fetcher.cpp, lines 141-142 > > > > > > Can you LOG(ERROR) here too? > > Is there a reason you need to do this check here rather than rely on > > the lo

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/#review44844 --- Looks great! Have you tested this manually to see the tasks/framewor

Re: Review Request 22224: Added an abstraction for launching operations in a subprocess.

2014-06-05 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4/#review44845 --- src/launcher/launcher.hpp

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

2014-06-05 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 Sprint 3 (was: Q2'14 Sprint 2) > Glibc 'fork()' is not async signal s

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

2014-06-05 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 Sprint 3 > Add an authenticated '/shutdown' endpoint for shutting down a running > fr

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

2014-06-05 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 Sprint 3 > Rename ResourceStatistics for containers >

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

2014-06-05 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 Sprint 3 > Document perf isolator flags > > >

[jira] [Updated] (MESOS-1394) Test different versions of perf

2014-06-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1394: - Sprint: Q2 Sprint 3 > Test different versions of perf > --- > >

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

2014-06-05 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 Sprint 3 > Write parser for perf output. > - > >

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

2014-06-05 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 Sprint 3 > Introduce a PerfStatistics protobuf > --- >

[jira] [Updated] (MESOS-1445) Add new tests for framework rate limiting

2014-06-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1445: - Sprint: Q2 Sprint 3 > Add new tests for framework rate limiting > ---

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

2014-06-05 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 Sprint 3 > Test perf isolator for slave roll forward/roll back > -

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

2014-06-05 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 Sprint 3 > RegistrarZooKeeperTest.TaskRunning is flaky, sometimes runs forever. >

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

2014-06-05 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 Sprint 3 > MasterTest.MasterLost is flaky on Jenkins > --

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

2014-06-05 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 Sprint 3 > FaultToleranceTest.SchedulerFailoverFrameworkMessage test is flaky > -

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

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

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

2014-06-05 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 Sprint 3 (was: Q2'14 Sprint 2) > Authorize offer allocations > --

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

2014-06-05 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 Sprint 3 > AllocatorZooKeeperTest/0.SlaveReregistersFirst flaky and can run forever >

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

2014-06-05 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 Sprint 3 > Race when destroying containers in cluster cleanup. > -

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

2014-06-05 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 Sprint 3 > Initial implementation of framework API rate limiter, taking the config via

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

2014-06-05 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 Sprint 3 (was: Q2'14 Sprint 2) > Add a perf_event isolator >

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

2014-06-05 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 Sprint 3 > MesosContainerizerIsolatorPreparationTest.ScriptFails seems flaky > ---

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

2014-06-05 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 Sprint 3 > AllocatorTest/0.SchedulerFailover test is flaky > -

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

2014-06-05 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 Sprint 3 (was: Q2'14 Sprint 2) > AllocatorZooKeeperTest/0.FrameworkRe

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

2014-06-05 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 Sprint 3 > SlaveRecoveryTest/0.RestartBeforeContainerizerLaunch is flaky > ---

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

2014-06-05 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 Sprint 3 > Add an HTTP authentication flag which provides usernames/passwords for > b

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

2014-06-05 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: - Sprint: Q2 Sprint 3 > Add "per-framework-principal" counters for all messages from a scheduler on

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

2014-06-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1444: - Sprint: Q2 Sprint 3 > Integrate rate limiter into the master > --

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1341: Sprint: Q2'14 Sprint 2 (was: Q2'14 Sprint 2, Q2) > AllocatorZooKeeperTest/0.FrameworkRereg

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-547: --- Sprint: (was: Q2) > MasterTest.MasterLost is flaky on Jenkins >

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-513: --- Sprint: (was: Q2) > FaultToleranceTest.SchedulerFailoverFrameworkMessage test is flaky > ---

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1434: Sprint: (was: Q2) > MesosContainerizerIsolatorPreparationTest.ScriptFails seems flaky > -

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1437: Sprint: (was: Q2) > SlaveRecoveryTest/0.RestartBeforeContainerizerLaunch is flaky > -

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1396: Sprint: (was: Q2) > Introduce a PerfStatistics protobuf > ---

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1436: Sprint: (was: Q2) > AllocatorZooKeeperTest/0.SlaveReregistersFirst flaky and can run fore

[jira] [Updated] (MESOS-1445) Add new tests for framework rate limiting

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1445: Sprint: (was: Q2) > Add new tests for framework rate limiting > -

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1443: Sprint: (was: Q2) > Create a protobuf for framework rate limit configuration and load it

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

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

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

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

[jira] [Updated] (MESOS-1449) Isolator::recover will attempt to remove slave cgroup when using --slave_subsystems

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1449: Sprint: (was: Q2) > Isolator::recover will attempt to remove slave cgroup when using > -

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1398: Sprint: (was: Q2) > Document perf isolator flags > > >

[jira] [Updated] (MESOS-1394) Test different versions of perf

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1394: Sprint: (was: Q2) > Test different versions of perf > --- > >

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1422: Sprint: (was: Q2) > AllocatorTest/0.SchedulerFailover test is flaky > ---

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1391: Sprint: (was: Q2) > Add an HTTP authentication flag which provides usernames/passwords fo

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

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

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1435: Sprint: (was: Q2) > RegistrarZooKeeperTest.TaskRunning is flaky, sometimes runs forever.

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1438: Sprint: (was: Q2) > Race when destroying containers in cluster cleanup. > ---

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1339: Sprint: (was: Q2) > Add "per-framework-principal" counters for all messages from a schedu

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1395: Sprint: (was: Q2) > Test perf isolator for slave roll forward/roll back > ---

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1397: Sprint: (was: Q2) > Rename ResourceStatistics for containers > --

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1393: Sprint: (was: Q2) > Write parser for perf output. > - > >

[jira] [Updated] (MESOS-1455) Segfault in libprocess during Process linking.

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1455: Sprint: (was: Q2) > Segfault in libprocess during Process linking. >

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

2014-06-05 Thread Benjamin Hindman (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Hindman updated MESOS-1444: Sprint: (was: Q2) > Integrate rate limiter into the master >

Re: Review Request 22223: MESOS-1312: Added orphan_tasks and unknown_frameworks in state.json

2014-06-05 Thread Yifan Gu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated June 5, 2014, 6:47 p.m.) Review request for mesos, Adam B, Niklas Niel

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

2014-06-05 Thread Apache Jenkins Server
See

Re: Review Request 22169: Added External Containerizer documentation.

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

Re: Review Request 22266: Removed deprecated 'offer_id' from LaunchTasksMessage.

2014-06-05 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22266/#review44836 --- Ship it! Looks good - thanks! Do we still want to maintain the over

[jira] [Commented] (MESOS-1458) Restore "cpus" metric in addition to cpu_*_secs counters in container stats

2014-06-05 Thread Kevin Sweeney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019079#comment-14019079 ] Kevin Sweeney commented on MESOS-1458: -- First, a car analogy. The accelerometer is us

Re: Review Request 21499: Added healthy field to TaskUpdate.

2014-06-05 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21499/ --- (Updated June 5, 2014, 11:29 a.m.) Review request for mesos and Benjamin Hindma

Re: Review Request 22162: Pulled common Framework (re-)registration validation into a helper method.

2014-06-05 Thread Ben Mahler
> On June 4, 2014, 10:50 p.m., Ben Mahler wrote: > > src/master/master.hpp, lines 622-630 > > > > > > What is the longer term strategy for message validation? Having a > > single generically named 'validate' suggests

Re: Review Request 22252: Change MesosContainerizer::update to not return failure for unknown container.

2014-06-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22252/#review44830 --- Ship it! Ship It! - Jie Yu On June 5, 2014, 12:16 a.m., Ian Down

[jira] [Commented] (MESOS-1458) Restore "cpus" metric in addition to cpu_*_secs counters in container stats

2014-06-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019025#comment-14019025 ] Benjamin Mahler commented on MESOS-1458: Could you provide some use-case examples?

Re: Review Request 22251: Give the command executor some cpu and memory.

2014-06-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22251/#review44829 --- src/slave/slave.hpp

[jira] [Commented] (MESOS-1451) Remove 'offer_id' field from LaunchTasksMessage.

2014-06-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019013#comment-14019013 ] Benjamin Mahler commented on MESOS-1451: https://reviews.apache.org/r/22266/ > Re

[jira] [Commented] (MESOS-1453) Update reconciliation semantics send statuses for each task.

2014-06-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019015#comment-14019015 ] Benjamin Mahler commented on MESOS-1453: https://reviews.apache.org/r/22267/ > Up

[jira] [Commented] (MESOS-1219) Master should generate new id for frameworks that reconnect after failover timeout

2014-06-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019012#comment-14019012 ] Vinod Kone commented on MESOS-1219: --- The review in this ticket ensures a master disallow

[jira] [Commented] (MESOS-1379) Provide a reconciliation mechanism for tasks unknown to the framework.

2014-06-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019017#comment-14019017 ] Benjamin Mahler commented on MESOS-1379: https://reviews.apache.org/r/22268/ > Pr

[jira] [Assigned] (MESOS-1453) Update reconciliation semantics send statuses for each task.

2014-06-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler reassigned MESOS-1453: -- Assignee: Benjamin Mahler > Update reconciliation semantics send statuses for each task

[jira] [Assigned] (MESOS-1379) Provide a reconciliation mechanism for tasks unknown to the framework.

2014-06-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler reassigned MESOS-1379: -- Assignee: Benjamin Mahler > Provide a reconciliation mechanism for tasks unknown to the

Review Request 22266: Removed deprecated 'offer_id' from LaunchTasksMessage.

2014-06-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22266/ --- Review request for mesos, Niklas Nielsen and Vinod Kone. Bugs: MESOS-1451 h

Review Request 22268: Added "implicit" reconciliation.

2014-06-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22268/ --- Review request for mesos, Benjamin Hindman, Niklas Nielsen, and Vinod Kone. Bug

Review Request 22267: Updated reconciliation to send statuses even if state matches.

2014-06-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22267/ --- Review request for mesos, Benjamin Hindman, Niklas Nielsen, and Vinod Kone. Bug

Re: Review Request 22224: Added an abstraction for launching operations in a subprocess.

2014-06-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4/ --- (Updated June 5, 2014, 5:33 p.m.) Review request for mesos, Benjamin Hindman, I

[jira] [Comment Edited] (MESOS-1219) Master should generate new id for frameworks that reconnect after failover timeout

2014-06-05 Thread Yuval Pavel Zholkover (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018908#comment-14018908 ] Yuval Pavel Zholkover edited comment on MESOS-1219 at 6/5/14 5:28 PM: --

[jira] [Resolved] (MESOS-878) Slave should not register with the master when in TERMINATING.

2014-06-05 Thread Adam B (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam B resolved MESOS-878. -- Resolution: Fixed Fix Version/s: 0.20.0 commit adc9b3049a05c70303d46865a2285d6e4578b6a8 Author: Yifan Gu

  1   2   >