Re: bug in 0.22.0?

2015-04-01 Thread Henning Schmiedehausen
eduler api intentionally, please don't use it. > > On Tue, Mar 31, 2015 at 3:30 PM, Henning Schmiedehausen > wrote: >> >> Hm, >> >> so after replaying some of my logs, I am not entirely sure. This may >> be a design decision in the mesos core. Maybe you can help

Re: bug in 0.22.0?

2015-04-01 Thread Henning Schmiedehausen
nd suspicious. >> Would you mind capturing this in a JIRA ticket (targeted 0.22.1) so we can >> track progress and assign an owner? >> >> Thanks, >> Niklas >> >> On 31 March 2015 at 10:00, Henning Schmiedehausen < >> hschmiedehau...@groupon.com> wr

Re: bug in 0.22.0?

2015-03-31 Thread Henning Schmiedehausen
m a bit concerned that these discussions do not happen on the mesos-dev list. I added it in Cc. This is still an Apache project, right? (Wears his Apache hat)). On Mon, Mar 30, 2015 at 9:13 PM, Henning Schmiedehausen wrote: > Hi Ben, > > quick question about a comment in the mesos source co

Re: bug in 0.22.0?

2015-03-31 Thread Henning Schmiedehausen
s, > Niklas > > On 31 March 2015 at 10:00, Henning Schmiedehausen > wrote: >> >> Ok, so here is my log file from the slave: >> https://gist.github.com/hgschmie/fc20b361a2cadeba0fbd >> >> - Slave shuts down executor: >> >> I0330 16:27:5

Re: Review Request 31125: MESOS-2357 - Improve docker ps output parsing

2015-02-25 Thread Henning Schmiedehausen
nough with find_first_of("NAMES") to understand how you would use this. Care to elaborate more? - Henning --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31125/#review73988 --

Re: Review Request 31125: MESOS-2357 - Improve docker ps output parsing

2015-02-24 Thread Henning Schmiedehausen
/diff/ Testing (updated) --- make check Thanks, Henning Schmiedehausen

Re: Review Request 31125: MESOS-2357 - Improve docker ps output parsing

2015-02-24 Thread Henning Schmiedehausen
409line793> > > > > This seems to low of a level, VLOG(2)? If only there were some guidelines as to what level corresponds to what type of output... - Henning --- This is an automatically generated e-mail. To

Re: Review Request 31125: MESOS-2357 - Improve docker ps output parsing

2015-02-24 Thread Henning Schmiedehausen
94f16e701f89367b599f0bd8f44c2f1de21a8e20 Diff: https://reviews.apache.org/r/31125/diff/ Testing --- Thanks, Henning Schmiedehausen

Re: Review Request 31125: MESOS-2357 - Improve docker ps output parsing

2015-02-24 Thread Henning Schmiedehausen
t;Comments in Mesos can't exceed 70 char width" restraint. - Henning --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31125/#review72922 ----------

Review Request 31142: MESOS-2364 - Docker containerizer should pull every time if image tag is ":latest"

2015-02-17 Thread Henning Schmiedehausen
that the most recent version is used. Diffs - src/docker/docker.hpp 3ebbc1f82ac388c4d348417ae33ccc2a56ad3f28 src/docker/docker.cpp 94f16e701f89367b599f0bd8f44c2f1de21a8e20 Diff: https://reviews.apache.org/r/31142/diff/ Testing --- Thanks, Henning Schmiedehausen

Review Request 31125: MESOS-2357 - Improve docker ps output parsing

2015-02-17 Thread Henning Schmiedehausen
parsing will not break. Also issue the --no-trunc command line option to have the output columns not truncated by docker. Diffs - src/docker/docker.cpp 94f16e701f89367b599f0bd8f44c2f1de21a8e20 Diff: https://reviews.apache.org/r/31125/diff/ Testing --- Thanks, Henning Schmiedehausen

Please add me as a contributor

2015-02-17 Thread Henning Schmiedehausen
Hi, please add me as a Mesos contributor (I did the Apache license dance a long time ago and my Apache Id is 'henning'). Also, please assign me MESOS-2357. Thanks, Henning

Release of jesos 1.0 - pure java bindings for Apache Mesos

2014-09-30 Thread Henning Schmiedehausen
Hi, I am happy to announce the very first release of the Jesos project which offers pure Java bindings for Apache Mesos. This allows to write frameworks and executors without having to use the native libmesos library. Source code: https://github.com/groupon/jesos/releases/tag/jesos-1.0 or from M

Re: [RESULT][VOTE] Release Apache Mesos 0.20.0 (rc2)

2014-08-22 Thread Henning Schmiedehausen
never mind, Tim hooked me up. :-) -h On Fri, Aug 22, 2014 at 12:00 PM, Henning Schmiedehausen wrote: > I seem to be missing the 0.20-rc2 and 0.20 release tags in git. > > -h > > > > On Thu, Aug 21, 2014 at 11:59 PM, Jie Yu wrote: >> Hi all, >> >> The

Re: [RESULT][VOTE] Release Apache Mesos 0.20.0 (rc2)

2014-08-22 Thread Henning Schmiedehausen
I seem to be missing the 0.20-rc2 and 0.20 release tags in git. -h On Thu, Aug 21, 2014 at 11:59 PM, Jie Yu wrote: > Hi all, > > The vote for Mesos 0.20.0 (rc2) has passed with the > following votes. > > +1 (Binding) > -- > Vinod Kone > Ian Downes > Niklas Nielsen >

Re: mesos slave sometimes does not send launchTask to executor?

2014-07-24 Thread Henning Schmiedehausen
, Jul 23, 2014 at 12:17 PM, Henning Schmiedehausen < > henn...@schmiedehausen.org> wrote: > >> I0722 02:09:36.131597 6767 slave.cpp:1783] Flushing queued task >> 83ea269c-8988-49bd-9d23-034c33858352 for executor >> 'candyland_e3030c10-d154-4a34-a72f-aba07e1a84d4&

Re: mesos slave sometimes does not send launchTask to executor?

2014-07-23 Thread Henning Schmiedehausen
cutor that should be reproed in 0.19.1 as well. > > I would recommend running the default command executor to see if you are > having issues with message passing in 0.19.0. If no issues, I would dig > more closely into your executor client. > > > On Wed, Jul 23, 2014 at 12:17 PM, H

mesos slave sometimes does not send launchTask to executor?

2014-07-23 Thread Henning Schmiedehausen
Hi, so I have that strange behavior that once in a blue moon, the mesos executor decides to not send a "launchTask" message to my executor. This is what I see (mesos-slave.INFO): I0722 02:09:34.524090 6769 slave.cpp:933] Got assigned task 83ea269c-8988-49bd-9d23-034c33858352 for framework 20140

Pure java implementation of the Apache Mesos APIs

2014-07-21 Thread Henning Schmiedehausen
Hi, https://github.com/groupon/jesos is a pure Java implementation of the SchedulerDriver, ExecutorDriver and State APIs. It is feature complete and somewhat tested (it runs Marathon and Singularity here in-house in non-production (lab) settings). This requires Mesos 0.19 or better (it uses the H

Re: when is scheduler.executorLost called?

2014-07-09 Thread Henning Schmiedehausen
s know if you have any further questions. > -A- > > > On Wed, Jul 9, 2014 at 6:02 PM, Henning Schmiedehausen < > henn...@schmiedehausen.org> wrote: > > > Yes, I use the new wire protocol. > > > > I am currently working with our legal departm

Re: when is scheduler.executorLost called?

2014-07-09 Thread Henning Schmiedehausen
ol to avoid the jni/libmesos? > Would love to see your code. > -A- > > > On Wed, Jul 9, 2014 at 3:51 PM, Henning Schmiedehausen < > henn...@schmiedehausen.org> wrote: > >> I am actually working on a pure-Java implementation of the framework code >> and I was

Re: when is scheduler.executorLost called?

2014-07-09 Thread Henning Schmiedehausen
OS-313 > MESOS-313 - report executor deaths to framework schedulers > Should be a simple patch, but apparently low enough demand that nobody's > done it yet. Care to try? > > > On Wed, Jul 9, 2014 at 2:47 PM, Henning Schmiedehausen < > henn...@schmiedehausen.org> wrote:

when is scheduler.executorLost called?

2014-07-09 Thread Henning Schmiedehausen
Hi, looking through the Mesos source code, especially sched/sched.cpp, there are receivers installed for the following message types, which in turn drive calls to the various scheduler methods: * FrameworkRegisteredMessage drives scheduler-->registered() * FrameworkReregisteredMessage drives sche