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 8912218B9F for ; Mon, 16 Nov 2015 13:44:15 +0000 (UTC) Received: (qmail 14246 invoked by uid 500); 16 Nov 2015 13:44:14 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 14026 invoked by uid 500); 16 Nov 2015 13:44:14 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 13546 invoked by uid 99); 16 Nov 2015 13:44:14 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2015 13:44:14 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F9522C1F71 for ; Mon, 16 Nov 2015 13:44:14 +0000 (UTC) Date: Mon, 16 Nov 2015 13:44:14 +0000 (UTC) From: "Fabian Hueske (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-2524) Add "getTaskNameWithSubtasks()" to RuntimeContext 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/FLINK-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-2524: --------------------------------- Fix Version/s: (was: 0.10.0) 1.0.0 > Add "getTaskNameWithSubtasks()" to RuntimeContext > ------------------------------------------------- > > Key: FLINK-2524 > URL: https://issues.apache.org/jira/browse/FLINK-2524 > Project: Flink > Issue Type: Improvement > Components: Local Runtime > Affects Versions: 0.10.0 > Reporter: Stephan Ewen > Assignee: Sachin Goel > Labels: easyfix, starter > Fix For: 1.0.0 > > > When printing information to logs or debug output, one frequently needs to identify the statement with the originating task (task name and which subtask). > In many places, the system and user code manually construct something like "MyTask (2/7)". > The {{RuntimeContext}} should offer this, because it is too frequently needed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)