Re: How to commit code change to kafka mesos framework to fix known issues?

2016-11-29 Thread tommy xiao
here? or PR 2016-11-28 20:32 GMT+08:00 Yu Wei : > Hi Guys, > > > I want to fix a problem in kafka mesos framework. > > https://github.com/mesos/kafka/issues/197 > > > How could I do that? Is there any process about this? > > > Thanks, > > Jared, (??) > Software developer > Interested in open sou

Re: MESOS-6233 Allow agents to re-register post a host reboot

2016-11-29 Thread tommy xiao
agree with james's options. 2016-11-30 0:48 GMT+08:00 James Peach : > > > On Nov 28, 2016, at 6:09 PM, Yan Xu wrote: > > > > So one thing that was brought up during offline conversations was that > if the host reboot is associated with hardware change (e.g., a new memory > stick): > > > >

Re: Hook Deprecation: slavePreLaunchDockerEnvironmentDecorator

2016-11-29 Thread Till Toenshoff
Yes, thanks for these additions Adam - much appreciated. …and while we are at it, we will also remove the `slavePreLaunchDockerHook` which is equally superseded by that new hook. > On Nov 29, 2016, at 7:46 PM, Adam Bordelon wrote: > > + dev@, in case some module developers haven't joined the

Re: [VOTE] Release Apache Mesos 0.28.3 (rc1)

2016-11-29 Thread Joseph Wu
AlexR, Thanks for pointing out those test failures. As of 0.28, the LinuxFilesystemIsolatorTests were notoriously flaky on distributions with "large" root filesystems. The test would essentially copy the root filesystem, leading to timeouts in multiple places in the tests. CentOS 7 was known to

Slight change on Isolator interface on Linux

2016-11-29 Thread Jie Yu
Hi folks, I just landed MESOS-6648 , which greatly simplified the launch path in MesosContainerizer. The patch chain made MesosContainerizer launch helper to take ContainerLaunchInfo. Prior to this patch, the launch helper takes various flags from

Re: Hook Deprecation: slavePreLaunchDockerEnvironmentDecorator

2016-11-29 Thread Adam Bordelon
+ dev@, in case some module developers haven't joined the modules@ list yet. So this will require code changes (and a recompile) so any module implementing the previous hook must now use the new hook, potentially updating to set both environments instead of just the one. Such a hook compiled agains

[GitHub] mesos issue #190: Ensure curl is present on Ubuntu

2016-11-29 Thread jieyu
Github user jieyu commented on the issue: https://github.com/apache/mesos/pull/190 Yeah, curl currently is a dependency if people wants to use container image support in unified containerizer. There is plan to remove this dependency. --- If your project is set up for it, you can repl

[GitHub] mesos issue #190: Ensure curl is present on Ubuntu

2016-11-29 Thread haosdent
Github user haosdent commented on the issue: https://github.com/apache/mesos/pull/190 The associate mail: [Making 'curl' a prerequisite for installing Mesos](https://www.mail-archive.com/dev@mesos.apache.org/msg34530.html) --- If your project is set up for it, you can reply to this e

[GitHub] mesos issue #190: Ensure curl is present on Ubuntu

2016-11-29 Thread vinodkone
Github user vinodkone commented on the issue: https://github.com/apache/mesos/pull/190 Thanks for the PR. @jieyu what's our recommendation regarding curl dependency? I remember there was a discussion in the mailing list sometime back. --- If your project is set up for it,

Re: MESOS-6233 Allow agents to re-register post a host reboot

2016-11-29 Thread James Peach
> On Nov 28, 2016, at 6:09 PM, Yan Xu wrote: > > So one thing that was brought up during offline conversations was that if the > host reboot is associated with hardware change (e.g., a new memory stick): > > • Currently: the agent would skip the recovery (and the chance of > running int

Re: Design for Restartable Tasks

2016-11-29 Thread Megha Sharma
Hi All, Thanks for your feedback on the design, here’s the revised design for Restartable Tasks. https://docs.google.com/document/d/1epYCznSjevbiA776Yr72xx365IGEzKRnoLnXBorm0J0/edit?usp=sharing

[GitHub] mesos pull request #190: Ensure curl is present on Ubuntu

2016-11-29 Thread CVTJNII
GitHub user CVTJNII opened a pull request: https://github.com/apache/mesos/pull/190 Ensure curl is present on Ubuntu When running on a clean Ubuntu install curl may not be present. The following error was seen while experimenting with the ubuntu:14.04 Docker container: ``