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 00EDE18EB4 for ; Mon, 27 Jul 2015 09:35:29 +0000 (UTC) Received: (qmail 4842 invoked by uid 500); 27 Jul 2015 09:35:25 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 4765 invoked by uid 500); 27 Jul 2015 09:35:25 -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 4753 invoked by uid 99); 27 Jul 2015 09:35:25 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2015 09:35:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1B027190AE5 for ; Mon, 27 Jul 2015 09:35:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=googlemail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gaE41uj4DF4j for ; Mon, 27 Jul 2015 09:35:23 +0000 (UTC) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 11D2D20908 for ; Mon, 27 Jul 2015 09:35:23 +0000 (UTC) Received: by wicmv11 with SMTP id mv11so131238065wic.0 for ; Mon, 27 Jul 2015 02:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8T4wY/Qyrtqn9mCpTMHkFekNGtaPMS7zHXTs1go6weg=; b=bPHhv08dWIDLJZxQpOGKxtFa9iPiwOdmGClun1qgiIJDTlzYKM/swg1BAh2qSijjXT 0JRxLIc7eNR8OhYFRfxnwiTb/5kead+3xfg4yB0DsXKwOf6dFg7hxzXP4lqdG2Zx7ngT n6w4FXtMZ1l+K97m6dbY2vnpDIh/UuEP94qGFqUL70wyNZfaFzhf9GpJi7KquvNpG1Fv Bfwx9Ej5TI0SzXtZHhb4MQHsQRv+6ddfspsOKx0Khb0XniN6Zzgj2i0oGFwEhMdGiFY3 O15PywmcqS+Lm/ZQZDlNDXlw6sAJjG5UEe7gMaBaF3YPg/AXzI+H7uqa/TEP4H+qUpTE msFA== MIME-Version: 1.0 X-Received: by 10.180.79.4 with SMTP id f4mr22372933wix.83.1437989722773; Mon, 27 Jul 2015 02:35:22 -0700 (PDT) Received: by 10.28.96.137 with HTTP; Mon, 27 Jul 2015 02:35:22 -0700 (PDT) Received: by 10.28.96.137 with HTTP; Mon, 27 Jul 2015 02:35:22 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Jul 2015 11:35:22 +0200 Message-ID: Subject: Re: A soft reminder From: Felix Neutatz To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=f46d041825ec9de2ac051bd812a1 --f46d041825ec9de2ac051bd812a1 Content-Type: text/plain; charset=UTF-8 Hi, I also encountered the EOF exception for a delta iteration with "more data". With less data it works ... Best regards, Felix Am 27.07.2015 10:25 vorm. schrieb "Andra Lungu" : > Hi Stephan, > > I tried to debug a bit around the EOF Exception. It seems that I am pretty > useless on my own. I have no idea how to fix it. And it occurs in quite a > lot of experiments... I believe it's something behind a delta iteration > [this is the common point between my experiments and the others' code]. > > Some pointers would be greatly appreciated :) > Thanks! > Andra > > On Mon, Jul 27, 2015 at 9:32 AM, Stephan Ewen wrote: > > > Hey! > > > > It is pretty much as you said: No one had the time to fix this so far. > They > > are on the list, though, > > > > Do you want to pick up one of them? > > > > Greetings, > > Stephan > > > > > > On Fri, Jul 24, 2015 at 6:56 PM, Andra Lungu > > wrote: > > > > > Hi guys, > > > > > > I opened these JIRAs a while ago and, unfortunately, no one had time to > > > look at them :|. > > > > > > [1] https://issues.apache.org/jira/browse/FLINK-2361 > > > [2] https://issues.apache.org/jira/browse/FLINK-2360 > > > > > > [1] could probably be hacked, but [2] is a huge problem that was > > > encountered by other people outside of Gelly. > > > > > > Thanks for the help! > > > Andra > > > > > > --f46d041825ec9de2ac051bd812a1--