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 792FB17D87 for ; Sat, 1 Nov 2014 19:37:10 +0000 (UTC) Received: (qmail 37403 invoked by uid 500); 1 Nov 2014 19:37:10 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 37366 invoked by uid 500); 1 Nov 2014 19:37:10 -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 37357 invoked by uid 99); 1 Nov 2014 19:37:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2014 19:37:10 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,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, 01 Nov 2014 19:37:08 +0000 Received: (qmail 35036 invoked by uid 99); 1 Nov 2014 19:35:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2014 19:35:33 +0000 Date: Sat, 1 Nov 2014 19:35:33 +0000 (UTC) From: "Stephan Ewen (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1198) Store broadcast variables once per TaskManager 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-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193391#comment-14193391 ] Stephan Ewen commented on FLINK-1198: ------------------------------------- I have worked in this issue already for the past week and have it running (including iterations) except for compatibility with the deprecated record API. I think it easier if I just finish that part, since the tricky cases are all done. > Store broadcast variables once per TaskManager > ---------------------------------------------- > > Key: FLINK-1198 > URL: https://issues.apache.org/jira/browse/FLINK-1198 > Project: Flink > Issue Type: Improvement > Components: Local Runtime > Affects Versions: 0.7.0-incubating > Reporter: Stephan Ewen > Assignee: Alexander Alexandrov > Fix For: 0.8-incubating > > > Currently, a copy of the broadcast variable is sent to each parallel task, rather than once to the TaskManager where the tasks share them. > Sharing the braodcast variables would increase memory efficiency significantly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)