You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kevin Klues (JIRA)" <ji...@apache.org> on 2016/12/12 21:22:59 UTC

[jira] [Comment Edited] (MESOS-6763) Add heartbeats to both input/output connections in IOSwitchboard

    [ https://issues.apache.org/jira/browse/MESOS-6763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15743181#comment-15743181 ] 

Kevin Klues edited comment on MESOS-6763 at 12/12/16 9:22 PM:
--------------------------------------------------------------

https://reviews.apache.org/r/54630/
https://reviews.apache.org/r/54560/
https://reviews.apache.org/r/54561/


was (Author: klueska):
https://reviews.apache.org/r/54630/
https://reviews.apache.org/r/54560/

> Add heartbeats to both input/output connections in IOSwitchboard
> ----------------------------------------------------------------
>
>                 Key: MESOS-6763
>                 URL: https://issues.apache.org/jira/browse/MESOS-6763
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Kevin Klues
>            Assignee: Kevin Klues
>              Labels: debugging, mesosphere
>
> Some networks will kill idle connections if no data is transfered over them within a set amount of time. For example, using AWS's Elastic Load Balancer (ELB), the default time to kill a connection is only 60s! Because of this, we need a way to send application level heartbeats to keep these connections alive for any long running LAUNCH_NESTED_CONTAINER_SESSION, ATTACH_CONTAINER_INPUT and ATTACH_CONTAINER_OUTPUT calls. 
> We should serve these heartbeats from the IOSwitchboard server rather than the agent handlers since the agent essentially acts as a proxy and the heartbeats should originate from the actual server being communicated with.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)