Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-21 Thread Jay Buffington
--- On April 21, 2015, 5:14 p.m., Jay Buffington wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33249

Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-21 Thread Jay Buffington
b826000e0a4221690f956ea51f49ad4c99d5e188 Diff: https://reviews.apache.org/r/33249/diff/ Testing --- I added test case to slave_test.cpp. I also tried this with Aurora, supplied a bogus docker image url and saw the docker pull failure stderr message in Aurora's web UI. Thanks, Jay

Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-20 Thread Jay Buffington
b826000e0a4221690f956ea51f49ad4c99d5e188 Diff: https://reviews.apache.org/r/33249/diff/ Testing --- I added test case to slave_test.cpp. I also tried this with Aurora, supplied a bogus docker image url and saw the docker pull failure stderr message in Aurora's web UI. Thanks, Jay

Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-17 Thread Jay Buffington
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33249/#review80350 --- On April 16, 2015, 3:16 p.m., Jay Buffington wrote

Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-16 Thread Jay Buffington
failure stderr message in Aurora's web UI. Thanks, Jay Buffington

Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-16 Thread Jay Buffington
--- On April 16, 2015, 3:16 p.m., Jay Buffington wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33249/ --- (Updated April 16

Re: Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-16 Thread Jay Buffington
--- On April 16, 2015, 3:16 p.m., Jay Buffington wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33249/ --- (Updated April

Review Request 33249: Send statusUpdate to scheduler on containerizer launch failure

2015-04-15 Thread Jay Buffington
: https://reviews.apache.org/r/33249/diff/ Testing --- I added test case to slave_test.cpp. I also tried this with Aurora, supplied a bogus docker image url and saw the docker pull failure stderr message in Aurora's web UI. Thanks, Jay Buffington

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-03-23 Thread Jay Buffington
installed gcc 4.8.2 (and updated bintools) and it compiled. - Jay Buffington On March 17, 2015, 10:44 p.m., Ian Downes wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31444

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-03-22 Thread Jay Buffington
options enabled. src/slave/containerizer/mesos/launch.cpp https://reviews.apache.org/r/31444/#comment125268 I'd change this to include what chroot target you're talking about (e.g. chroot target '%s' ...) and give the operator a hint about what they should do about it. - Jay Buffington

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-03-16 Thread Jay Buffington
On Feb. 28, 2015, 3:35 a.m., Jay Buffington wrote: src/slave/containerizer/mesos/launch.cpp, line 218 https://reviews.apache.org/r/31444/diff/1/?file=876502#file876502line218 This is pretty invasive. Jie suggested doing a private bind mount of flags.chroot.get

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-03-13 Thread Jay Buffington
On Feb. 28, 2015, 5:03 p.m., Jay Buffington wrote: src/slave/containerizer/mesos/launch.cpp, line 262 https://reviews.apache.org/r/31444/diff/1/?file=876502#file876502line262 I was curious how you came up with this list. I did man MAKEDEV and read

Re: Review Request 30774: Fetcher Cache

2015-03-04 Thread Jay Buffington
in the fetcher docs aren’t part of the review. Where can I find them? Thanks! Jay docs/fetcher-cache-internals.md https://reviews.apache.org/r/30774/#comment122236 s/eactly/exactly/ - Jay Buffington On March 4, 2015, 12:54 p.m., Bernd Mathiske wrote

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-02-28 Thread Jay Buffington
confusing when reading the logs. - Jay Buffington On Feb. 25, 2015, 10:48 p.m., Ian Downes wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31444

Re: Review Request 31444: Support chrooting in MesosContainerizer launch helper.

2015-02-27 Thread Jay Buffington
://reviews.apache.org/r/31444/#comment121306 This is pretty invasive. Jie suggested doing a private bind mount of flags.chroot.get() in another comment. I think if you do that, isn't this mount --make-rslave / unnecessary? - Jay Buffington On Feb. 25, 2015, 10:48 p.m., Ian Downes wrote

Re: Review Request 26815: Added a advisory message reminding the user to initialize the log.

2014-10-16 Thread Jay Buffington
/#comment97455 You missed --path: mesos-log initialize --path=PATH - Jay Buffington On Oct. 16, 2014, 7:11 p.m., Jie Yu wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26815

Re: MESOS-1739 Design Document: Allow slave reconfiguration on restart

2014-09-30 Thread Jay Buffington
Design documents like this are fantastic. Not only do they make it easier to understand justifications for changes, but they help me understand the current state of affairs as well. Keep them coming! Even after the patch is merged this document has a lot of value. Please make sure that the doc

mesos authorization

2014-09-09 Thread Jay Buffington
Hi All, I've had a few conversations offline with mesos contributors regarding authorization and authentication. I'd like to solicit the larger community for comments. I want to create groups of people and allow those groups to only launch tasks as certain unix users. Commonly, this unix user

Re: Review Request 23771: Added a Docker containerizer.

2014-07-30 Thread Jay Buffington
:/// failed to start: TaskInfo/ExecutorInfo not supported shows up in the log and the task fails to start. See slave/slave.cpp line 2443. - Jay Buffington On July 30, 2014, 7:54 p.m., Timothy Chen wrote: --- This is an automatically

Re: Review Request 23771: Added a Docker containerizer.

2014-07-30 Thread Jay Buffington
On July 30, 2014, 8:12 p.m., Jay Buffington wrote: src/slave/containerizer/docker.cpp, line 523 https://reviews.apache.org/r/23771/diff/5/?file=645526#file645526line523 This should be docker:// (two slashes, not three). With a private registry I'll set image to docker

[jira] [Commented] (MESOS-1524) Implement Docker support in Mesos

2014-06-21 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14039827#comment-14039827 ] Jay Buffington commented on MESOS-1524: --- Tom, I've opened MESOS-1527 to address

[jira] [Updated] (MESOS-1527) Cho

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Buffington updated MESOS-1527: -- Summary: Cho (was: Currently you have to choose the containerizer at mesos-slave start time

[jira] [Updated] (MESOS-1527) Currently you have to choose the containerizer at mesos-slave start time via the --isolation option.

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Buffington updated MESOS-1527: -- Description: Cur Currently you have to choose the containerizer at mesos-slave start time via

[jira] [Updated] (MESOS-1527) Cho

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Buffington updated MESOS-1527: -- Issue Type: Improvement (was: Epic) Cho --- Key: MESOS-1527

[jira] [Updated] (MESOS-1527) Choose containerizer at runtime

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Buffington updated MESOS-1527: -- Summary: Choose containerizer at runtime (was: Cho) Choose containerizer at runtime

[jira] [Created] (MESOS-1527) Currently you have to choose the containerizer at mesos-slave start time via the --isolation option.

2014-06-20 Thread Jay Buffington (JIRA)
Jay Buffington created MESOS-1527: - Summary: Currently you have to choose the containerizer at mesos-slave start time via the --isolation option. Key: MESOS-1527 URL: https://issues.apache.org/jira/browse/MESOS

[jira] [Updated] (MESOS-1527) Currently you have to choose the containerizer at mesos-slave start time via the --isolation option.

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Buffington updated MESOS-1527: -- Description: Currently you have to choose the containerizer at mesos-slave start time via

[jira] [Updated] (MESOS-1527) Choose containerizer at runtime

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Buffington updated MESOS-1527: -- Description: Currently you have to choose the containerizer at mesos-slave start time via

[jira] [Commented] (MESOS-1524) Implement Docker support in Mesos

2014-06-20 Thread Jay Buffington (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14039597#comment-14039597 ] Jay Buffington commented on MESOS-1524: --- It seems like there are three approaches

Re: is mesos0.19.0 compatiable with spark0.9.1 ?

2014-06-17 Thread Jay Buffington
I can't confirm that it is- but it better be. That's a major reason to use protocol buffers: to version the APIs. Jay On Tue, Jun 17, 2014 at 1:14 AM, qingyang li liqingyang1...@gmail.com wrote: is mesos0.19.0 compatiable with spark0.9.1 ? if not, which mesos version can work well with

Re: Review Request 21718: Update gitignore template

2014-05-20 Thread Jay Buffington
/#comment77697 Shouldn't this line live in https://github.com/3rdparty/libprocess/blob/master/.gitignore ? It's not 100% clear to me how 3rdparty modules are pulled in. They're not git submodules, right? They are actually copied into the repo? - Jay Buffington On May 20, 2014, 6:13 p.m