Re: Review Request 21101: Fixed cpplint whitespace/line_length style error.

2014-05-05 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21101/#review42256 --- Bad patch! Reviews applied: [21101] Failed command: git apply --in

Review Request 21101: Fixed cpplint whitespace/line_length style error.

2014-05-05 Thread Adam B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21101/ --- Review request for mesos, Benjamin Hindman, Ian Downes, and Vinod Kone. Reposit

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

2014-05-05 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20818/#review42251 --- Bad patch! Reviews applied: [20818] Failed command: git apply --in

Re: Review Request 21098: Fixed comment length in cgroups tests.

2014-05-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21098/#review42250 --- Ship it! Ship It! - Vinod Kone On May 6, 2014, 5:41 a.m., Niklas

Review Request 21098: Fixed comment length in cgroups tests.

2014-05-05 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21098/ --- Review request for mesos and Ian Downes. Repository: mesos-git Description --

Re: Review Request 18730: Implemented a basic Authorizer interface.

2014-05-05 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18730/#review42249 --- Bad patch! Reviews applied: [18730] Failed command: ./support/meso

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Connor Doyle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21052/#review42247 --- include/mesos/mesos.proto

Jenkins build is back to normal : Mesos-Ubuntu-distcheck #75

2014-05-05 Thread Apache Jenkins Server
See

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Connor Doyle
> On May 5, 2014, 9:48 p.m., Niklas Nielsen wrote: > > include/mesos/mesos.proto, line 137 > > > > > > Shouldn't this be a hostname? > > Benjamin Hindman wrote: > I wasn't convinced that a hostname would be suffic

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21013/#review42242 --- Bad patch! Reviews applied: [21013] Failed command: ./support/meso

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21013/ --- (Updated May 6, 2014, 3:07 a.m.) Review request for mesos, Benjamin Hindman and

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21013/ --- (Updated May 6, 2014, 3:07 a.m.) Review request for mesos, Benjamin Hindman and

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Timothy St. Clair
> On May 5, 2014, 11:32 p.m., Niklas Nielsen wrote: > > 3rdparty/libprocess/3rdparty/stout/tests/dynamiclibrary_tests.cpp, line 33 > > > > > > s/sym (/sym(/ > > > > With the Try change: > > Try symbol = dlt

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Timothy St. Clair
> On May 5, 2014, 11:32 p.m., Niklas Nielsen wrote: > > 3rdparty/libprocess/3rdparty/stout/include/stout/dynamiclibrary.hpp, line 59 > > > > > > Trailing space. Same issue here, there is no trailing space in my patch.

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Timothy St. Clair
> On May 5, 2014, 11:32 p.m., Niklas Nielsen wrote: > > 3rdparty/libprocess/3rdparty/stout/include/stout/dynamiclibrary.hpp, line 46 > > > > > > Trailing space. This is odd, this is not in my patch. - Timothy ---

[jira] [Created] (MESOS-1309) Automate updating the website for a new release

2014-05-05 Thread Vinod Kone (JIRA)
Vinod Kone created MESOS-1309: - Summary: Automate updating the website for a new release Key: MESOS-1309 URL: https://issues.apache.org/jira/browse/MESOS-1309 Project: Mesos Issue Type: Improveme

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Timothy St. Clair
> On May 5, 2014, 11:32 p.m., Niklas Nielsen wrote: > > 3rdparty/libprocess/3rdparty/stout/include/stout/dynamiclibrary.hpp, line 40 > > > > > > We try to keep the member variables clean of "_" and in case of > > clash

[jira] [Resolved] (MESOS-981) Implement Storage on the Replicated Log.

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone resolved MESOS-981. -- Resolution: Fixed Fix Version/s: 0.19.0 commit 48dd007c4d5945e2ee9f75dd4e1164a0c66f5b79 Author: B

[jira] [Commented] (MESOS-783) Master::killTask must not answer with TASK_LOST when the task is unknown.

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990150#comment-13990150 ] Vinod Kone commented on MESOS-783: -- can this be closed now? > Master::killTask must not a

Re: Review Request 18730: Implemented a basic Authorizer interface.

2014-05-05 Thread Vinod Kone
> On May 5, 2014, 5:13 p.m., Benjamin Hindman wrote: > > src/tests/master_contender_detector_tests.cpp, line 371 > > > > > > How about explicitly calling out namespace here? This is defined in zoookeeper.jute.h and is

[jira] [Comment Edited] (MESOS-1243) Containerizer::wait return type should be Option

2014-05-05 Thread Till Toenshoff (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990141#comment-13990141 ] Till Toenshoff edited comment on MESOS-1243 at 5/6/14 12:38 AM:

[jira] [Commented] (MESOS-1243) Containerizer::wait return type should be Option

2014-05-05 Thread Till Toenshoff (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990141#comment-13990141 ] Till Toenshoff commented on MESOS-1243: --- Recovery: Right now {{recover}} is not cont

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Niklas Nielsen
> On May 5, 2014, 2:48 p.m., Niklas Nielsen wrote: > > include/mesos/mesos.proto, line 137 > > > > > > Shouldn't this be a hostname? > > Benjamin Hindman wrote: > I wasn't convinced that a hostname would be suffic

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21052/#review42226 --- include/mesos/mesos.proto

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Benjamin Hindman
> On May 5, 2014, 11:24 p.m., Vinod Kone wrote: > > include/mesos/mesos.proto, line 151 > > > > > > Do you also want to add optional data that should be in the response? I could ... given that other implementations I

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Benjamin Hindman
> On May 5, 2014, 9:48 p.m., Niklas Nielsen wrote: > > include/mesos/mesos.proto, line 137 > > > > > > Shouldn't this be a hostname? I wasn't convinced that a hostname would be sufficient. For example, in the event t

[jira] [Closed] (MESOS-1308) Backport MESOS-1252 to add support ENV MAVEN_HOME on the build.

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernardo Gomez Palacio closed MESOS-1308. - Resolution: Won't Fix Won't fix unless there is a 0.18.2 release. > Backport MES

[jira] [Commented] (MESOS-1308) Backport MESOS-1252 to add support ENV MAVEN_HOME on the build.

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990103#comment-13990103 ] Bernardo Gomez Palacio commented on MESOS-1308: --- Ok, will do thanks for lett

[jira] [Commented] (MESOS-1308) Backport MESOS-1252 to add support ENV MAVEN_HOME on the build.

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990095#comment-13990095 ] Vinod Kone commented on MESOS-1308: --- Looks like this patch wasn't backported to 0.18.1.

[jira] [Commented] (MESOS-1308) Backport MESOS-1252 to add support ENV MAVEN_HOME on the build.

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990094#comment-13990094 ] Bernardo Gomez Palacio commented on MESOS-1308: --- https://reviews.apache.org/

Re: Review Request 21091: Backport MESOS-1252 to add support ENV MAVEN_HOME on the build

2014-05-05 Thread Bernardo Gomez Palacio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21091/ --- (Updated May 5, 2014, 11:36 p.m.) Review request for mesos and Mesos ReviewBot.

Re: Review Request 21013: Addition of DynamicLibrary to stout.

2014-05-05 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21013/#review42210 --- Hey Tim, Feel free to reach out on IRC or on mail if you disagree o

Review Request 21091: Backport MESOS-1252 to add support ENV MAVEN_HOME on the build

2014-05-05 Thread Bernardo Gomez Palacio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21091/ --- Review request for mesos and Mesos ReviewBot. Bugs: MESOS-1308 https://issu

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21052/#review42217 --- Ship it! include/mesos/mesos.proto

[jira] [Commented] (MESOS-1243) Containerizer::wait return type should be Option

2014-05-05 Thread Ian Downes (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990079#comment-13990079 ] Ian Downes commented on MESOS-1243: --- Can you clarify on why this is needed? I think it's

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

2014-05-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20818/#review42216 --- src/linux/cgroups.cpp

[jira] [Updated] (MESOS-1276) Make the delay between master detection and registration configurable

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-1276: -- Sprint: Q2'14 Sprint 1 > Make the delay between master detection and registration configurable > --

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

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

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

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-1114: -- Sprint: Q2'14 Sprint 1 > Authorize task/executor launches > > >

Re: Review Request 20955: Add os::getgid() and os::getuid().

2014-05-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20955/#review42215 --- Ship it! 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp <

[jira] [Created] (MESOS-1308) Backport MESOS-1252 to add support ENV MAVEN_HOME on the build.

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
Bernardo Gomez Palacio created MESOS-1308: - Summary: Backport MESOS-1252 to add support ENV MAVEN_HOME on the build. Key: MESOS-1308 URL: https://issues.apache.org/jira/browse/MESOS-1308 Proje

Re: Review Request 21052: Introduced a HealthCheck protobuf.

2014-05-05 Thread Niklas Nielsen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21052/#review42207 --- Looking great - a few questions before a ship-it :) include/mesos/

[jira] [Commented] (MESOS-1141) Add a 'user' field to CommandInfo.

2014-05-05 Thread Niklas Quarfot Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990005#comment-13990005 ] Niklas Quarfot Nielsen commented on MESOS-1141: --- https://issues.apache.org/j

[RESULT][VOTE] Release Apache Mesos 0.18.1 (rc2)

2014-05-05 Thread Niklas Nielsen
Hi all, The vote for Mesos 0.18.1 (rc2) has passed with the following votes. +1 (Binding) -- Vinod Kone Brenden Matthews Benjamin Hindman +1 (Non-binding) -- Till Toenshoff Chengwei Yang Manivannan There were no 0 or -1 votes. Please fi

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

2014-05-05 Thread Vinod Kone (JIRA)
Vinod Kone created MESOS-1307: - Summary: Authorize offer allocations Key: MESOS-1307 URL: https://issues.apache.org/jira/browse/MESOS-1307 Project: Mesos Issue Type: Task Components: ge

[jira] [Created] (MESOS-1306) Support Framework API Rate Limiting on Master

2014-05-05 Thread Yan Xu (JIRA)
Yan Xu created MESOS-1306: - Summary: Support Framework API Rate Limiting on Master Key: MESOS-1306 URL: https://issues.apache.org/jira/browse/MESOS-1306 Project: Mesos Issue Type: Story R

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

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-1114: -- Summary: Authorize task/executor launches (was: Integrate Authorizer into Master.) > Authorize task/e

[jira] [Updated] (MESOS-1114) Integrate Authorizer into Master.

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-1114: -- Issue Type: Task (was: Sub-task) Parent: (was: MESOS-911) > Integrate Authorizer into Mast

[jira] [Closed] (MESOS-997) Create an async-signal-safe fatal()

2014-05-05 Thread Ian Downes (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Downes closed MESOS-997. Resolution: Fixed Fixed by Dominic in: commit 5f46778bb20a3033abafd97804ea687376e38c7f Author: Dominic Hamo

[jira] [Assigned] (MESOS-1287) metrics collection should not wait indefinitely

2014-05-05 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominic Hamon reassigned MESOS-1287: Assignee: Dominic Hamon > metrics collection should not wait indefinitely > ---

[jira] [Closed] (MESOS-1117) Migrate existing statistics to new metrics/statistics libraries

2014-05-05 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominic Hamon closed MESOS-1117. Resolution: Won't Fix > Migrate existing statistics to new metrics/statistics libraries > -

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

2014-05-05 Thread Ian Downes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20818/ --- (Updated May 5, 2014, 1:16 p.m.) Review request for mesos, Benjamin Hindman, Be

[jira] [Resolved] (MESOS-1116) Create library to track statistics of metrics

2014-05-05 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominic Hamon resolved MESOS-1116. -- Resolution: Fixed Fix Version/s: 0.19.0 > Create library to track statistics of metrics

[jira] [Assigned] (MESOS-1116) Create library to track statistics of metrics

2014-05-05 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominic Hamon reassigned MESOS-1116: Assignee: Dominic Hamon > Create library to track statistics of metrics > -

[jira] [Commented] (MESOS-1117) Migrate existing statistics to new metrics/statistics libraries

2014-05-05 Thread Dominic Hamon (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989924#comment-13989924 ] Dominic Hamon commented on MESOS-1117: -- closing as we have specific tickets for each

[jira] [Closed] (MESOS-1211) MesosContainerizer should recover isolators after the launcher recovers

2014-05-05 Thread Ian Downes (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Downes closed MESOS-1211. - Resolution: Invalid The code does actually wait for Launcher::recover() to complete before starting Isol

[GitHub] mesos pull request: Deb packaging

2014-05-05 Thread Sirupsen
GitHub user Sirupsen opened a pull request: https://github.com/apache/mesos/pull/17 Deb packaging This adds https://github.com/mesosphere/mesos-deb-packaging into Mesos so we can build it with our current Debian package build process [described on the Vault](https://vault.shopify.c

[GitHub] mesos pull request: Deb packaging

2014-05-05 Thread Sirupsen
Github user Sirupsen closed the pull request at: https://github.com/apache/mesos/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Updated] (MESOS-1133) Port slave stats.json over to new metrics library

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1133: - Sprint: Q2'14 Sprint 1 > Port slave stats.json over to new metrics library >

[jira] [Updated] (MESOS-1132) Port master stats.json over to new metrics library

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1132: - Sprint: Q2'14 Sprint 1 > Port master stats.json over to new metrics library > ---

[jira] [Updated] (MESOS-1146) Port system process stats over to new metrics library

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1146: - Sprint: Q2'14 Sprint 1 > Port system process stats over to new metrics library >

[jira] [Updated] (MESOS-1287) metrics collection should not wait indefinitely

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1287: - Sprint: Q2'14 Sprint 1 > metrics collection should not wait indefinitely > --

[jira] [Updated] (MESOS-1285) metrics names shouldn't include problematic characters

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1285: - Sprint: Q2'14 Sprint 1 > metrics names shouldn't include problematic characters > ---

[jira] [Updated] (MESOS-1283) reintroduce LIBPROCESS_STATISTICS_WINDOW

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1283: - Sprint: Q2'14 Sprint 1 > reintroduce LIBPROCESS_STATISTICS_WINDOW > -

[jira] [Updated] (MESOS-1286) metrics Gauge doesn't need to depend on defer

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1286: - Sprint: Q2'14 Sprint 1 > metrics Gauge doesn't need to depend on defer >

[jira] [Updated] (MESOS-1284) metrics Timer should use Clock

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1284: - Sprint: Q2'14 Sprint 1 > metrics Timer should use Clock > -- > >

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

2014-05-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 1 > Add a perf_event isolator > - > >

[jira] [Updated] (MESOS-911) Add pluggable authorization interface

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-911: Sprint: Q2'14 Sprint 1 > Add pluggable authorization interface > ---

[jira] [Created] (MESOS-1305) Export frameworks QPS through metrics endpoint

2014-05-05 Thread Chris Lambert (JIRA)
Chris Lambert created MESOS-1305: Summary: Export frameworks QPS through metrics endpoint Key: MESOS-1305 URL: https://issues.apache.org/jira/browse/MESOS-1305 Project: Mesos Issue Type: Task

[jira] [Updated] (MESOS-1305) Export frameworks QPS through metrics endpoint

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1305: - Sprint: Q2'14 Sprint 1 > Export frameworks QPS through metrics endpoint > ---

[jira] [Updated] (MESOS-1304) Create framework rate limiting design document and gather feedback

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-1304: - Sprint: Q2'14 Sprint 1 > Create framework rate limiting design document and gather feedback > ---

[jira] [Created] (MESOS-1304) Create framework rate limiting design document and gather feedback

2014-05-05 Thread Chris Lambert (JIRA)
Chris Lambert created MESOS-1304: Summary: Create framework rate limiting design document and gather feedback Key: MESOS-1304 URL: https://issues.apache.org/jira/browse/MESOS-1304 Project: Mesos

Re: Review Request 20983: Update system check (http-parser)

2014-05-05 Thread Timothy St. Clair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20983/ --- (Updated May 5, 2014, 7:13 p.m.) Review request for mesos and Benjamin Hindman.

[jira] [Updated] (MESOS-984) Implement "auto-initialization" of the Replicated Log.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-984: Sprint: Q2'14 Sprint 1 > Implement "auto-initialization" of the Replicated Log. > --

[jira] [Updated] (MESOS-294) Slaves should report last lines of stdout/stderr when an executor crashes

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-294: Sprint: Q2'14 Sprint 1 > Slaves should report last lines of stdout/stderr when an executor crashes >

[jira] [Updated] (MESOS-327) Expose master and slave process resource usage.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-327: Sprint: Q2'14 Sprint 1 > Expose master and slave process resource usage. > -

[jira] [Updated] (MESOS-764) Implement Master persistence using the Registrar.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-764: Sprint: (was: Q2'14 Sprint 1) > Implement Master persistence using the Registrar. > --

[jira] [Updated] (MESOS-764) Implement Master persistence using the Registrar.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-764: Sprint: Q2'14 Sprint 1 > Implement Master persistence using the Registrar. > ---

[jira] [Updated] (MESOS-984) Implement "auto-initialization" of the Replicated Log.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-984: Sprint: (was: Q2'14 Sprint 1) > Implement "auto-initialization" of the Replicated Log. > -

[jira] [Updated] (MESOS-296) Add timestamp tracking of TaskState changes.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-296: Sprint: Q2'14 Sprint 1 > Add timestamp tracking of TaskState changes. >

[jira] [Updated] (MESOS-292) Remove unnecessary includes of headers to improve compile times

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-292: Sprint: Q2'14 Sprint 1 > Remove unnecessary includes of headers to improve compile times > -

[jira] [Updated] (MESOS-296) Add timestamp tracking of TaskState changes.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-296: Sprint: (was: Q2'14 Sprint 1) > Add timestamp tracking of TaskState changes. > ---

[jira] [Updated] (MESOS-292) Remove unnecessary includes of headers to improve compile times

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-292: Sprint: (was: Q2'14 Sprint 1) > Remove unnecessary includes of headers to improve compile times >

[jira] [Updated] (MESOS-294) Slaves should report last lines of stdout/stderr when an executor crashes

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-294: Sprint: (was: Q2'14 Sprint 1) > Slaves should report last lines of stdout/stderr when an executor

[jira] [Updated] (MESOS-287) have cgroups isolation module oversubscribe in order to killTask rather than OOM

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-287: Sprint: (was: Q2'14 Sprint 1) > have cgroups isolation module oversubscribe in order to killTask r

[jira] [Updated] (MESOS-327) Expose master and slave process resource usage.

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-327: Sprint: (was: Q2'14 Sprint 1) > Expose master and slave process resource usage. >

[jira] [Updated] (MESOS-287) have cgroups isolation module oversubscribe in order to killTask rather than OOM

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-287: Sprint: Q2'14 Sprint 1 > have cgroups isolation module oversubscribe in order to killTask rather tha

[jira] [Updated] (MESOS-750) Require compilers that support c++11

2014-05-05 Thread Chris Lambert (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lambert updated MESOS-750: Sprint: (was: Q2'14 Sprint 1) > Require compilers that support c++11 > ---

[jira] [Created] (MESOS-1303) ExamplesTest.{TestFramework, NoExecutorFramework} flaky

2014-05-05 Thread Ian Downes (JIRA)
Ian Downes created MESOS-1303: - Summary: ExamplesTest.{TestFramework, NoExecutorFramework} flaky Key: MESOS-1303 URL: https://issues.apache.org/jira/browse/MESOS-1303 Project: Mesos Issue Type: B

[jira] [Commented] (MESOS-1291) Use clang-format to automatically format code to style

2014-05-05 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989851#comment-13989851 ] Vinod Kone commented on MESOS-1291: --- +1. Integration into code editors and auto-formatti

[jira] [Closed] (MESOS-1295) [MESOS-1259]:Enrich the Java Docs in the src/java files. -- SchedulerDriver.java

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernardo Gomez Palacio closed MESOS-1295. - Resolution: Duplicate > [MESOS-1259]:Enrich the Java Docs in the src/java files.

[jira] [Created] (MESOS-1302) [MESOS-1259]:Enrich the Java Docs in the src/java files. -- MesosSchedulerDriver.java

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
Bernardo Gomez Palacio created MESOS-1302: - Summary: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- MesosSchedulerDriver.java Key: MESOS-1302 URL: https://issues.apache.org/jira/browse/MESOS-1

Re: Review Request 21080: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- MesosSchedulerDriver.java

2014-05-05 Thread Bernardo Gomez Palacio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21080/ --- (Updated May 5, 2014, 6:46 p.m.) Review request for mesos and Mesos ReviewBot.

[jira] [Created] (MESOS-1300) [MESOS-1259]:Enrich the Java Docs in the src/java files. -- Executor.java

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
Bernardo Gomez Palacio created MESOS-1300: - Summary: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- Executor.java Key: MESOS-1300 URL: https://issues.apache.org/jira/browse/MESOS-1300

[jira] [Created] (MESOS-1301) [MESOS-1259]:Enrich the Java Docs in the src/java files. -- Log.java

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
Bernardo Gomez Palacio created MESOS-1301: - Summary: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- Log.java Key: MESOS-1301 URL: https://issues.apache.org/jira/browse/MESOS-1301

Re: Review Request 21078: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- Log.java

2014-05-05 Thread Bernardo Gomez Palacio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21078/ --- (Updated May 5, 2014, 6:44 p.m.) Review request for mesos and Mesos ReviewBot.

Re: Review Request 21076: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- Executor.java

2014-05-05 Thread Bernardo Gomez Palacio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21076/ --- (Updated May 5, 2014, 6:44 p.m.) Review request for mesos and Mesos ReviewBot.

[jira] [Created] (MESOS-1299) [MESOS-1259]:Enrich the Java Docs in the src/java files. -- ExecutorDriver.java

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
Bernardo Gomez Palacio created MESOS-1299: - Summary: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- ExecutorDriver.java Key: MESOS-1299 URL: https://issues.apache.org/jira/browse/MESOS-1299

Re: Review Request 21077: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- ExecutorDriver.java

2014-05-05 Thread Bernardo Gomez Palacio
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21077/ --- (Updated May 5, 2014, 6:43 p.m.) Review request for mesos and Mesos ReviewBot.

[jira] [Created] (MESOS-1298) [MESOS-1259]:Enrich the Java Docs in the src/java files. -- SchedulerDriver.java

2014-05-05 Thread Bernardo Gomez Palacio (JIRA)
Bernardo Gomez Palacio created MESOS-1298: - Summary: [MESOS-1259]:Enrich the Java Docs in the src/java files. -- SchedulerDriver.java Key: MESOS-1298 URL: https://issues.apache.org/jira/browse/MESOS-1298

  1   2   >