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 0C727200BA3 for ; Thu, 20 Oct 2016 19:30:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0B4D1160ACC; Thu, 20 Oct 2016 17:30:02 +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 477F1160AF2 for ; Thu, 20 Oct 2016 19:30:01 +0200 (CEST) Received: (qmail 486 invoked by uid 500); 20 Oct 2016 17:29:59 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 150 invoked by uid 99); 20 Oct 2016 17:29:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 17:29:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5EAD42C014E for ; Thu, 20 Oct 2016 17:29:59 +0000 (UTC) Date: Thu, 20 Oct 2016 17:29:59 +0000 (UTC) From: "Till Rohrmann (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-4871) Add memory calculation for TaskManagers and forward MetricRegistry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Oct 2016 17:30:02 -0000 Till Rohrmann created FLINK-4871: ------------------------------------ Summary: Add memory calculation for TaskManagers and forward MetricRegistry Key: FLINK-4871 URL: https://issues.apache.org/jira/browse/FLINK-4871 Project: Flink Issue Type: Sub-task Reporter: Till Rohrmann Assignee: Till Rohrmann Priority: Minor Add automatic memory calculation for {{TaskManagers}} executed by the {{MiniCluster}}. Additionally, change the {{TaskManagerRunner}} to accept a given {{MetricRegistry}} so that the one instantiated by the {{MiniCluster}} is used. -- This message was sent by Atlassian JIRA (v6.3.4#6332)