Re: How to turn more verbose executor log on?

2016-11-30 Thread CmingXu
It help, Thanks On Thu, Dec 1, 2016 at 9:49 AM, tommy xiao wrote: > have a try this ENV "GLOG_v=1" > > 2016-12-01 9:04 GMT+08:00 CmingXu : >> >> Hi, Team >> >> I run with Mesos default docker executor and my questions is how can >> I turn verbose level log

Re: How to turn more verbose executor log on?

2016-11-30 Thread tommy xiao
have a try this ENV "GLOG_v=1" 2016-12-01 9:04 GMT+08:00 CmingXu : > Hi, Team > > I run with Mesos default docker executor and my questions is how can > I turn verbose level log on, so I can see every docker command that > the executor are running? > > Thanks > -- Deshi

How to turn more verbose executor log on?

2016-11-30 Thread CmingXu
Hi, Team I run with Mesos default docker executor and my questions is how can I turn verbose level log on, so I can see every docker command that the executor are running? Thanks

Re: Slight change on Isolator interface on Linux

2016-11-30 Thread tommy xiao
Cool 2016-11-30 3:53 GMT+08:00 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 >

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

2016-11-30 Thread Greg Mann
+1 (non-binding) Did `sudo make check` on CentOS 7. Aside from several LinuxFilesystemIsolatorTests and two other flaky tests, CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess and MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery, everything passed. Cheers, Greg On Wed, Nov

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

2016-11-30 Thread Benjamin Mahler
Right now this fails at container launch time rather than initialization of the agent, seems like a bug? Also it would be great to avoid surfacing a stack trace for this. On Wed, Nov 30, 2016 at 5:58 AM, Alex Rukletsov wrote: > Curl is also a prerequisite for mesos-native

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

2016-11-30 Thread Adam Bordelon
Technically that Kafka framework is maintained by members of the Mesos community, not the Apache Mesos PMC/committers specifically, so a PR to the repo (with an email to this list) would be a reasonable approach. I'm not even sure that Joe Stein (cc'd) and the other Kafka framework contributors

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

2016-11-30 Thread Alex Rukletsov
Curl is also a prerequisite for mesos-native HTTP health checks (from Mesos 1.2). We will remove it eventually but likely not in the nearest future. On 29 Nov 2016 19:08, "jieyu" wrote: > Github user jieyu commented on the issue: > >

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

2016-11-30 Thread Alex Rukletsov
Joseph— Thank you for investigating. I'm +1 (binding) make check passes on CentOS 7, Fedora 23, Ubuntu 14, 15 modulo known flaky tests, including LinuxFilesystemIsolatorTest.ROOT_ChangeRootFilesystem. On 29 Nov 2016 21:21, "Joseph Wu" wrote: > AlexR, > > Thanks for