Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3BCC7200BBD for ; Tue, 25 Oct 2016 00:45:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3A66E160B00; Mon, 24 Oct 2016 22:45:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 75D8A160AEB for ; Tue, 25 Oct 2016 00:44:59 +0200 (CEST) Received: (qmail 20235 invoked by uid 500); 24 Oct 2016 22:44:58 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 20226 invoked by uid 99); 24 Oct 2016 22:44:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 22:44:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5059F2C001E for ; Mon, 24 Oct 2016 22:44:58 +0000 (UTC) Date: Mon, 24 Oct 2016 22:44:58 +0000 (UTC) From: "Kevin Klues (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-6470) Backport our prototype for remote pty support into Mesos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 22:45:00 -0000 Kevin Klues created MESOS-6470: ---------------------------------- Summary: Backport our prototype for remote pty support into Mesos Key: MESOS-6470 URL: https://issues.apache.org/jira/browse/MESOS-6470 Project: Mesos Issue Type: Task Reporter: Kevin Klues Assignee: Kevin Klues It is unclear if this will need to be added to {{launch.cpp}} so that a pty is allocated at the time that a task is first launched. Or if it makes sense to only allow {{pty}} allocation on-the-fly as we attach to a process (in which case it will need to be the responsibility of the logger in our new model). -- This message was sent by Atlassian JIRA (v6.3.4#6332)