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 86B5110D04 for ; Wed, 17 Dec 2014 23:28:38 +0000 (UTC) Received: (qmail 15245 invoked by uid 500); 17 Dec 2014 23:28:38 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 15204 invoked by uid 500); 17 Dec 2014 23:28:38 -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 15194 invoked by uid 99); 17 Dec 2014 23:28:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 23:28:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 17 Dec 2014 23:28:16 +0000 Received: (qmail 14668 invoked by uid 99); 17 Dec 2014 23:28:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 23:28:14 +0000 Date: Wed, 17 Dec 2014 23:28:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1019) Rework RPC service 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-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250804#comment-14250804 ] ASF GitHub Bot commented on FLINK-1019: --------------------------------------- Github user uce commented on a diff in the pull request: https://github.com/apache/incubator-flink/pull/149#discussion_r22013789 --- Diff: flink-addons/flink-hadoop-compatibility/src/main/java/org/apache/flink/hadoopcompatibility/mapreduce/HadoopOutputFormat.java --- @@ -116,7 +117,9 @@ public void open(int taskNumber, int numTasks) throws IOException { } catch (Exception e) { throw new RuntimeException(e); } - + + System.out.println("HadoopOutputFormat: Write to " + this.configuration.get("mapred" + --- End diff -- These are just debug outputs, right? Just to make sure :) > Rework RPC service > ------------------ > > Key: FLINK-1019 > URL: https://issues.apache.org/jira/browse/FLINK-1019 > Project: Flink > Issue Type: Improvement > Components: Distributed Runtime > Reporter: Ufuk Celebi > > There is work going on to improve the RPC service by using [Akka|akka.io]. I couldn't find a issue for it. > Could one of the two people working on it ([~StephanEwen] and [~asteriosk]) please give an overview of the changes and a status update? -- This message was sent by Atlassian JIRA (v6.3.4#6332)