Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1AA11067A for ; Fri, 23 Oct 2015 17:14:43 +0000 (UTC) Received: (qmail 35929 invoked by uid 500); 23 Oct 2015 17:14:28 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 35894 invoked by uid 500); 23 Oct 2015 17:14:28 -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 35883 invoked by uid 99); 23 Oct 2015 17:14:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 17:14:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DAE2F2C033A for ; Fri, 23 Oct 2015 17:14:27 +0000 (UTC) Date: Fri, 23 Oct 2015 17:14:27 +0000 (UTC) From: "Anand Mazumdar (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-3480) Refactor Executor struct in Slave to handle HTTP based executors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14971385#comment-14971385 ] Anand Mazumdar commented on MESOS-3480: --------------------------------------- {code} commit e1b0e125723dd6f144aa733961c490c1f0e1ef17 Author: Anand Mazumdar Date: Thu Oct 22 23:13:51 2015 -0700 Added HttpConnection to the Executor struct in the Agent. This lays an initial part of the groundwork needed to support executors using the HTTP API in the Agent. Review: https://reviews.apache.org/r/38874 {code} {code} commit 02c7d93ceefce19743b0e043ead62fb02a160dbd Author: Anand Mazumdar Date: Thu Oct 22 18:25:55 2015 -0700 Added output operator for Executor struct in agent. Review: https://reviews.apache.org/r/39569 {code} > Refactor Executor struct in Slave to handle HTTP based executors > ---------------------------------------------------------------- > > Key: MESOS-3480 > URL: https://issues.apache.org/jira/browse/MESOS-3480 > Project: Mesos > Issue Type: Task > Reporter: Anand Mazumdar > Assignee: Anand Mazumdar > Labels: mesosphere > Fix For: 0.26.0 > > > Currently, the {{struct Executor}} in slave only supports executors connected via message passing (driver). We should refactor it to add support for HTTP based Executors similar to what was done for the Scheduler API {{struct Framework}} in {{src/master/master.hpp}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)