Re: Official Mesos/Marathon Docker images - please share your thoughts/plans

2016-01-08 Thread Marek Zawadzki
Adam - thank you. Issue filed (https://github.com/mesosphere/docker-containers/issues/37). -marek On 08.01.2016 01:41, Adam Bordelon wrote: Officially, Apache prefers to distribute source instead of binaries, which is why Mesosphere volunteered to build and distribute rpm/deb packages as well

Re: Shepherd for MESOS-4279 (Graceful restart of docker task)

2016-01-08 Thread Timothy Chen
I'll shepherd this, can you add me to the jira? Thanks, Tim > On Jan 8, 2016, at 7:04 AM, Qian Zhang wrote: > > Hi, > > Can anyone shepherd https://issues.apache.org/jira/browse/MESOS-4279? I > have posted some findings there, we can do further discussion in the ticket.

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-08 Thread Benjamin Mahler
Some feedback on this ticket: it focuses on the solution rather than the problem. We generally want to avoid this, I guess it's been coined 'The XY Problem' (thanks Benjamin Bannier). In this case it turns out that there are actually 2 distinct problems that the user is facing: (1) Passive

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-08 Thread Marco Massenzio
+1 (my two cent is that the “correct” approach from an operations viewpoint is to first query for the leader, then ask the leader; shortcoming identified by Ben obvious, but possibly the lesser of the two evils - and probably unavoidable in a distributed systems without atomic transactions -

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-08 Thread Neil Conway
On Fri, Jan 8, 2016 at 12:29 PM, Benjamin Mahler wrote: > (2) It is difficult to reliably obtain cluster state through the existing > endpoints. This one is less clear to me than the first problem. Here we > have to think through how we want users to be hitting state

Re: Looking for a shepherd for MESOS-4258

2016-01-08 Thread Benjamin Mahler
This is very helpful, thanks for doing it. I'll shepherd. On Wed, Jan 6, 2016 at 9:47 PM, Shuai Lin wrote: > Hi list, > > I'm working on MESOS-4258 < > https://issues.apache.org/jira/browse/MESOS-4258>, > "Generate xml test reports in the jenkins build", , > > It's a

Re: [MESOS-1865] Redirect to the leader master when current master is not a leader.

2016-01-08 Thread Benjamin Mahler
We should add the "who-is-the-current" leader informational endpoint regardless of whether we do redirection, no? Will it be clear which endpoints should redirect? Seems the redirection approach, if we were to do it, needs to be specified explicitly by the user. Otherwise it may be confusing for

Re: Shepherd for MESOS-4279 (Graceful restart of docker task)

2016-01-08 Thread Qian Zhang
Sure, I have added you as the shepherd, thanks Tim! 2016-01-09 1:44 GMT+08:00 Timothy Chen : > I'll shepherd this, can you add me to the jira? > > Thanks, > > Tim > > > On Jan 8, 2016, at 7:04 AM, Qian Zhang wrote: > > > > Hi, > > > > Can anyone shepherd

Re: Anonymous Modules "runtime context"

2016-01-08 Thread Marco Massenzio
Hey folks, any takers? I'd really like to have an initial conversation about MESOS-4253, anyone willing to shepherd this one? Many thanks! -- *Marco Massenzio* http://codetrips.com On Mon, Jan 4, 2016 at 12:19 PM, Marco Massenzio wrote: > Happy New Year, everyone! > >

Re: Using dolt instead of libel when possible

2016-01-08 Thread Benjamin Bannier
Hi, > On Jan 5, 2016, at 8:08 PM, James Peach wrote: >> On Jan 5, 2016, at 12:59 AM, Benjamin Bannier >> wrote: >> dolt is a replacement for libtool which promises to fix some performance >> issues of libtool, many of which have since dolt’s

Shepherd for MESOS-4279 (Graceful restart of docker task)

2016-01-08 Thread Qian Zhang
Hi, Can anyone shepherd https://issues.apache.org/jira/browse/MESOS-4279? I have posted some findings there, we can do further discussion in the ticket. Thanks, Qian Zhang