You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2016/11/28 22:20:58 UTC

[jira] [Comment Edited] (MESOS-6473) Build support for ATTACH_CONTAINER_OUTPUT into the Agent API in Mesos

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

Vinod Kone edited comment on MESOS-6473 at 11/28/16 10:20 PM:
--------------------------------------------------------------

https://reviews.apache.org/r/54093/
https://reviews.apache.org/r/54039/
https://reviews.apache.org/r/53994/
https://reviews.apache.org/r/54049/
https://reviews.apache.org/r/53995/


was (Author: adam-mesos):
https://reviews.apache.org/r/53995/

> Build support for ATTACH_CONTAINER_OUTPUT into the Agent API in Mesos
> ---------------------------------------------------------------------
>
>                 Key: MESOS-6473
>                 URL: https://issues.apache.org/jira/browse/MESOS-6473
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Kevin Klues
>            Assignee: Vinod Kone
>              Labels: debugging, mesosphere
>
> Coupled with the ATTACH_CONTAINER_INPUT call, this call will attach a remote client to the the input/output of the entrypoint of a container. All input/output data will be packed into I/O messages and interleaved with control messages sent between a client and the agent. A single chunked request will be used to stream messages to the agent over the input stream, and a single chunked response will be used to stream messages to the client over the output stream.
> This call will integrate with the I/O switchboard to stream data between the container and the HTTP stream.



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