Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 574A11853A for ; Wed, 13 Jan 2016 16:08:40 +0000 (UTC) Received: (qmail 48966 invoked by uid 500); 13 Jan 2016 16:08:40 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 48888 invoked by uid 500); 13 Jan 2016 16:08:40 -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 48853 invoked by uid 99); 13 Jan 2016 16:08:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2016 16:08:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F28252C03DA for ; Wed, 13 Jan 2016 16:08:39 +0000 (UTC) Date: Wed, 13 Jan 2016 16:08:39 +0000 (UTC) From: "Ufuk Celebi (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-3232) Add option to eagerly deploy channels MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ufuk Celebi created FLINK-3232: ---------------------------------- Summary: Add option to eagerly deploy channels Key: FLINK-3232 URL: https://issues.apache.org/jira/browse/FLINK-3232 Project: Flink Issue Type: Improvement Components: Distributed Runtime Affects Versions: 0.10.1 Reporter: Ufuk Celebi Assignee: Ufuk Celebi Priority: Minor Fix For: 1.0.0 Intermediate partitions are consumed via input channels. These channels are instantiated lazily when the partition producer emits the first record. This can lead to higher latencies for the first records passing the pipeline. In order to decrease this latency, we can deploy channels eagerly. I would like to add this as a flag to the intermediate results of the execution graph. On deployment, the task can then deploy the input channels as soon as the intermediate stream has been registered at the partition manager. -- This message was sent by Atlassian JIRA (v6.3.4#6332)