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 2472818714 for ; Thu, 23 Jul 2015 19:35:03 +0000 (UTC) Received: (qmail 87520 invoked by uid 500); 23 Jul 2015 19:34:04 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 87491 invoked by uid 500); 23 Jul 2015 19:34:04 -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 87480 invoked by uid 99); 23 Jul 2015 19:34:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 19:34:04 +0000 Date: Thu, 23 Jul 2015 19:34:04 +0000 (UTC) From: "Vinod Kone (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-3131) Master should send heartbeats on the subscription connection 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-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639394#comment-14639394 ] Vinod Kone commented on MESOS-3131: ----------------------------------- commit dfd55d2a14f75f4e4581b9d3b75d0c7a9c546e69 Author: Vinod Kone Date: Wed Jul 22 15:05:37 2015 -0700 Added HEARTBEAT event to the scheduler API. Review: https://reviews.apache.org/r/36708 > Master should send heartbeats on the subscription connection > ------------------------------------------------------------ > > Key: MESOS-3131 > URL: https://issues.apache.org/jira/browse/MESOS-3131 > Project: Mesos > Issue Type: Task > Reporter: Vinod Kone > > In order to deal with network partitions and ensuring network intermediately do not close the persistent subscription connection, master must periodically send heartbeats. > The expectation with schedulers is that they resubscribe when they do not receive heartbeats for some time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)