Non-existing jobs being stuck in over capacity

2016-09-20 Thread Cecile, Adam
Hello Guys,

We are sometime experiencing weird behavior between Mesos and Marathon. Some 
jobs that does not seem to exist in Mesos (clicking on Mesos details link shows 
nothing) are displayed in Marathon as being in over capacity.

Problem is that I have no clue how to clean them up, as it's supposed to be 
marathon job ;-)

Can you give me a hint to figure out what's exactly going on and how to sort 
this out ?

Best regards from Luxembourg,

Adam.


[cid:9816ffbb-a024-4ade-88b5-f38c6e53b249]




Re: mirror of mesosphere's repo

2016-09-20 Thread Dick Davies
It's on s3 isn't it - maybe CloudFront?

On 20 September 2016 at 05:48, tommy xiao  wrote:
> Hi Team and Mesosphere's repo,
>
> can Mesosphere  provide a sync server way with http://repos.mesosphere.com/.
> it will help china's community to sync the package from mirror repo.
>
> --
> Deshi Xiao
> Twitter: xds2000
> E-mail: xiaods(AT)gmail.com


Re: Non-existing jobs being stuck in over capacity

2016-09-20 Thread Benjamin Mahler
You may get better help from the Marathon team:

https://github.com/mesosphere/marathon#help

On Mon, Sep 19, 2016 at 11:49 PM, Cecile, Adam  wrote:

> Hello Guys,
>
> We are sometime experiencing weird behavior between Mesos and Marathon.
> Some jobs that does not seem to exist in Mesos (clicking on Mesos details
> link shows nothing) are displayed in Marathon as being in over capacity.
>
> Problem is that I have no clue how to clean them up, as it's supposed to
> be marathon job ;-)
>
> Can you give me a hint to figure out what's exactly going on and how to
> sort this out ?
>
> Best regards from Luxembourg,
>
> Adam.
>
>
>
>
>
>


Voting for MesosCon Hangzhou Talks! due September 26 / MesosCon 杭州演讲主题投票!截止日期为9月26号

2016-09-20 Thread David Greenberg
Please visit the following link and submit your responses. We'll be
tallying up results on Monday, so you have one week to vote and make your
voice heard!

https://docs.google.com/forms/d/e/1FAIpQLSdW7EDrMo_5fps8imeQFzDxLAcA0pCbOZz3MZdGjdcVJjC0LQ/viewform

请您打开下面的链接并进行投票。在接下来的一周里,您可以仔细考虑并进行投票和反馈意见,我们将在下个星期一汇总最终的投票结果。

https://gdgdocs.org/forms/d/e/1FAIpQLSdW7EDrMo_5fps8imeQFzDxLAcA0pCbOZz3MZdGjdcVJjC0LQ/viewform


Special thanks to haosdent, who has been providing much better translations
than I can!

Best regards,
David, Kiersten, and Artem - MesosCon co-chairs


RE: Support for tasks groups aka pods in Mesos

2016-09-20 Thread Hubert.Asamer
Hi,
Very cool feature.
I’ve seen some recent changes 
(MESOS-6096) in the 
mesos-execute cli supporting grouped tasks which spawns the task-group on an 
arbitrary or specified agent node. Tested this yesterday and it works great.  
But if the task group holds a lot of one-off tasks (let’s say 50 tasks each 4 
cores,…) how could one achieve that  tasks are evenly distributed over several 
agents, depending on free resources? Don’t know if this is referred to pods, 
but do you think mesos-execute will support this?

Currently I’m using chronos & cook for batch scheduling, but I’d  like to 
achieve that every batch/group of  tasks runs in its own temporary framework 
like it does with mesos-execute

Thanks in advance & kind regards,
Hubert

——
Deutsches Zentrum für Luft- und Raumfahrt e.V. (DLR)
German Aerospace Center


German Remote Sensing Data Center | International Ground Segment | 
Oberpfaffenhofen | 82234 Wessling | Germany

Hubert Asamer
phone  +49 (0) 8153 28-2894 | fax +49 (0) 8153 28-1443 | 
hubert.asa...@dlr.de
www.DLR.de/eoc




From: Vinod Kone [mailto:vinodk...@apache.org]
Sent: Dienstag, 9. August 2016 02:54
To: dev; user
Subject: Support for tasks groups aka pods in Mesos

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: https://issues.apache.org/jira/browse/MESOS-2449

Your feedback on the design will be most welcome. Once we get agreement on the 
design, we can start breaking down the epic into tickets.

Thanks,
Vinod & Jie