Re: Deactivationg framework unexpectly

2016-08-08 Thread Anindya Sinha
Looks like your framework (chronos) is sending a DeactivateFrameworkMessage message to the master. The scheduler driver would also send a DeativateFramework message if it is aborted (https://github.com/apache/mesos/blob/master/src/sched/sched.cpp#L1224

Mesos logging

2016-08-08 Thread Hendrik Haddorp
Hi, the Mesos code contains log statements using LOG(INFO) and VLOG(1), for example. So far I found that Mesos is using the Google Logging Library. Looking in the logs I only seem to be able to find output from VLOG statements. What do I need to do to get the output from the LOG statements? Where

what's the pronunciation of "MESOS"?

2016-08-08 Thread Yu Wei
Thx, Jared, (??) Software developer Interested in open source software, big data, Linux

Support for tasks groups aka pods in Mesos

2016-08-08 Thread Vinod Kone
Hi folks, One of the most requested features in Mesos has been first class support for managing pod like containers. We finally have some time to focus and shepherd this work. The epic tracking this work is : https://issues.apache.org/jira/browse/MESOS-2449 Design doc:

Re: what's the pronunciation of "MESOS"?

2016-08-08 Thread Joseph Jacks
"MAY-zoss" is most common and correct. "MEH-zoss" is second most common and also correct, I think. "MEE-zoss" is third most common, but incorrect. JJ. > On Aug 8, 2016, at 10:48 PM, Yu Wei wrote: > > > Thx, > > Jared, (韦煜) > Software developer > Interested in open

Re: Mesos logging

2016-08-08 Thread Charles Allen
Which glog are you trying to capture? You can set the verbosity level with the environment variable GLOG_v And you can also set it through things like Spark. So if you want a lot of ZK chatter at the mesos level in your spark logs, add spark.executorEnv.GLOG_v=9 to your spark context On Mon,

Re: Support for tasks groups aka pods in Mesos

2016-08-08 Thread Vinod Kone
Sorry, sent the wrong link earlier for design doc. Design doc: https://issues.apache.org/jira/browse/MESOS-6009 > Direct link: https://docs.google.com/document/d/1FtcyQkDfGp-bPHTW4pUoqQCgVlPde936bo-IIENO_ho/edit#heading=h.ip4t59nlogfz

Re: what's the pronunciation of "MESOS"?

2016-08-08 Thread Yu Wei
Thanks Joe. It's really interesting. Jared, (??) Software developer Interested in open source software, big data, Linux From: Joseph Jacks Sent: Tuesday, August 9, 2016 10:53 AM To: user@mesos.apache.org Subject: Re: what's the

Re: Mesos logging

2016-08-08 Thread Hendrik Haddorp
I would like to see the "docker run" trace from https://github.com/apache/mesos/blob/master/src/docker/docker.cpp line 811. What verbosity level does INFO map to? On 09/08/16 05:06, Charles Allen wrote: > Which glog are you trying to capture? You can set the verbosity level > with the environment

Re: [VOTE] Release Apache Mesos 1.0.0 (rc4)

2016-08-08 Thread haosdent
Oh, it is because Homebrew still using Mesos 0.28.1. Open a pull request to update it to Mesos 1.0.0 just now. https://github.com/Homebrew/homebrew-core/pull/3704 Sorry for noise. On Mon, Aug 8, 2016 at 6:15 PM, haosdent wrote: > Hi, I noted that we have not yet update mesos

Re: [VOTE] Release Apache Mesos 1.0.0 (rc4)

2016-08-08 Thread haosdent
Hi, I noted that we have not yet update mesos python packages in pip ``` pip show mesos --- Metadata-Version: 1.0 Name: mesos Version: 0.28.1 Summary: Python bindings for mesos Home-page: http://pypi.python.org/pypi/mesos Author: Apache Mesos Author-email: me...@apache.com License: Apache 2.0

Deactivationg framework unexpectly

2016-08-08 Thread 志昌 余
Hi, I recently faced a wired problem. I'm running mesos + chronos. Chronos often (once every several days) stops scheduling tasks due to mesos deactived the framework. As following is the log of mesos master leader: # grep -iP "activat|disconnected" /var/log/mesos/mesos-master.INFO I0806