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 CA85E1151E for ; Mon, 16 Jun 2014 12:01:28 +0000 (UTC) Received: (qmail 98506 invoked by uid 500); 16 Jun 2014 12:01:28 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 98434 invoked by uid 500); 16 Jun 2014 12:01:28 -0000 Mailing-List: contact dev-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 dev@flink.incubator.apache.org Received: (qmail 98423 invoked by uid 99); 16 Jun 2014 12:01:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 12:01:28 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Mon, 16 Jun 2014 12:01:27 +0000 Received: (qmail 98075 invoked by uid 99); 16 Jun 2014 12:01:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 12:01:07 +0000 Date: Mon, 16 Jun 2014 12:01:07 +0000 (UTC) From: =?utf-8?Q?Bastian_K=C3=B6cher_=28JIRA=29?= To: dev@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-941) Possible deadlock after increasing my data set size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-941?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Bastian K=C3=B6cher updated FLINK-941: --------------------------------- Attachment: IMPRO-3.SS14.G03.zip Source of the program > Possible deadlock after increasing my data set size > --------------------------------------------------- > > Key: FLINK-941 > URL: https://issues.apache.org/jira/browse/FLINK-941 > Project: Flink > Issue Type: Bug > Affects Versions: pre-apache-0.5.1 > Reporter: Bastian K=C3=B6cher > Attachments: IMPRO-3.SS14.G03.zip > > > If I increase my data set, my algorithm stops at some point and doesn't c= ontinue anymore. I already waited a quite amount of time, but nothing happe= ns. The linux processor explorer also displays that the process is sleeping= and waiting for something to happen, could maybe be a deadlock. > I attached the source of my program, the class HAC_2 is the actual algori= thm. > Changing the line 271 from "if(Integer.parseInt(tokens[0]) > 282)" to "if= (Integer.parseInt(tokens[0]) > 283)" at my PC "enables" the bug. The number= s 282, 283 are the numbers of the documents in my test data and this line s= kips all documents with an id greater than that. -- This message was sent by Atlassian JIRA (v6.2#6252)