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 8E2AE18705 for ; Mon, 7 Dec 2015 13:58:11 +0000 (UTC) Received: (qmail 87102 invoked by uid 500); 7 Dec 2015 13:58:11 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 86776 invoked by uid 500); 7 Dec 2015 13:58:11 -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 86735 invoked by uid 99); 7 Dec 2015 13:58:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 13:58:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 121652C1F68 for ; Mon, 7 Dec 2015 13:58:11 +0000 (UTC) Date: Mon, 7 Dec 2015 13:58:11 +0000 (UTC) From: "Stephan Ewen (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FLINK-3124) Introduce a TaskInfo object to better represent task name, index, attempt number etc. 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-3124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-3124. ------------------------------- > Introduce a TaskInfo object to better represent task name, index, attempt number etc. > ------------------------------------------------------------------------------------- > > Key: FLINK-3124 > URL: https://issues.apache.org/jira/browse/FLINK-3124 > Project: Flink > Issue Type: Improvement > Reporter: Sachin Goel > Assignee: Sachin Goel > Fix For: 1.0.0 > > > Introduce a TaskInfo object to clean up passing of Task name, index, parallelism etc. from the Task Deployment descriptor -> Environment -> PactTask -> RuntimeContext. -- This message was sent by Atlassian JIRA (v6.3.4#6332)