[Design Doc] Mesos PAM support

2017-09-01 Thread James Peach
Hi all,

I wrote up a design doc on how we can support PAM on Mesos agents. Any comments 
or feedback would be appreciated

> https://docs.google.com/document/d/1nlWC7ArgQRr5f_uH5wJ0AGV8BHMhoKgYf__RTmu7TKk
>  
> 

thanks,
James

[Community WG] Vote on meeting-time change

2017-09-01 Thread jmalnick

Hi everyone,

We haven't had very many participants in our Community Working Group  
meetings and would like to try moving to a more west-coast friendly time in  
the hopes that more people will attend.


Please take the time to vote on a recurring time slot, or feel free to send  
a note if you object to the time change.


Doodle poll: https://doodle.com/poll/66z64bcimbrtxkz9

All the best!
Judith

You have been invited to the following event.

Title: Community WG Meeting - Apache Mesos
Hi there,

DC/OS is inviting you to a scheduled Zoom meeting.

Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/234540281

Or iPhone one-tap (US Toll):  +16465588656,,234540281# or  
+14086380968,,234540281#


Or Telephone:
Dial: +1 646 558 8656 (US Toll) or +1 408 638 0968 (US Toll)
Meeting ID: 234 540 281
International numbers available:  
https://zoom.us/zoomconference?m=OKIHpbzLxzng1HLmXFQixj2oWOdpxmPd



When: Thu 2017-09-07 8am – 8:50am Pacific Time
Where: SF | FL2 | Andromeda Galaxy (6 People)
Video call: Join video call  


Who:
* jmaln...@mesosphere.io - creator
* jfarr...@apache.org
* Joerg Schad
* bmah...@mesosphere.io
* Jay Guo
* vi...@mesosphere.io
* James Peach
* Kapil Arya
* sundeep.ku...@hotmail.co.in
* LUIS MARIA MORALES ALONSO
* Haijiang Chen
* vishn...@ieee.org
* Andrew Schwartzmeyer
* Till Toenshoff
Attachments:
* Apache Mesos Community WG Agenda -  
https://docs.google.com/a/mesosphere.io/document/d/1vgi434dYkkZHs49EK4F4eMmM-3JG4f3qg-N5En-4ubg/edit?usp=drive_web


Re: recovery_agent_removal_limit usage question?

2017-09-01 Thread Ilya Pronin
Hey,

I'm not sure I understood your question correctly. But AFAIK
recovery_agent_removal_limit flag is intended to limit the number of agents
that will be marked unreachable after the re-registration timeout. If the
master sees that it has to remove more agents than the limit allows, it
will failover. Otherwise, agents that have not yet re-registered will be
marked unreachable at slave_removal_rate_limit. Here's the code that does
that:
https://github.com/apache/mesos/blob/master/src/master/master.cpp#L1946

We no longer shutdown agents if they try to re-register after being marked
unreachable, so we can safely remove those agents from the registry.
However, it still might be a good signal for the operator to investigate
why a lot of agents did not re-register.

On Fri, Sep 1, 2017 at 6:46 AM, tommy xiao  wrote:

> toady i have a curious to read mesos source code for
> --recovery_agent_removal_limit. how does it working from source code. i
> have not found any useful logic for recovery_agent_removal_limit. anyone
> can do me favor?
>
> --
> Deshi Xiao
> Twitter: xds2000
> E-mail: xiaods(AT)gmail.com
>

-- 
Ilya Pronin