Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-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 D7B3917C75 for ; Sat, 11 Oct 2014 17:06:57 +0000 (UTC) Received: (qmail 7554 invoked by uid 500); 11 Oct 2014 17:06:57 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 7519 invoked by uid 500); 11 Oct 2014 17:06:57 -0000 Mailing-List: contact issues-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list issues@flink.incubator.apache.org Received: (qmail 7504 invoked by uid 99); 11 Oct 2014 17:06:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 17:06:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Oct 2014 17:06:35 +0000 Received: (qmail 7183 invoked by uid 99); 11 Oct 2014 17:06:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 17:06:33 +0000 Date: Sat, 11 Oct 2014 17:06:33 +0000 (UTC) From: "Robert Metzger (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1153) Yarn container does not terminate if Flink's yarn client is terminated before the application master is completely started MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168259#comment-14168259 ] Robert Metzger commented on FLINK-1153: --------------------------------------- The old RPC service seems to have a method "Server.getNumOpenConnections()". The AM could destroy itself and all the containers after 30 seconds without a connection from the Client? Do you think this is a good solution? (I assume that we can handle this more elegantly with the Akka rewrite) > Yarn container does not terminate if Flink's yarn client is terminated before the application master is completely started > -------------------------------------------------------------------------------------------------------------------------- > > Key: FLINK-1153 > URL: https://issues.apache.org/jira/browse/FLINK-1153 > Project: Flink > Issue Type: Bug > Components: YARN Client > Reporter: Till Rohrmann > > The yarn application master container does not terminate if the yarn client is terminated after the container request is issued but before the application master is completely started. -- This message was sent by Atlassian JIRA (v6.3.4#6332)