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 4890818464 for ; Wed, 11 Nov 2015 12:35:11 +0000 (UTC) Received: (qmail 70093 invoked by uid 500); 11 Nov 2015 12:35:11 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 70031 invoked by uid 500); 11 Nov 2015 12:35:11 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 70017 invoked by uid 99); 11 Nov 2015 12:35:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 12:35:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E9F682C0453 for ; Wed, 11 Nov 2015 12:35:10 +0000 (UTC) Date: Wed, 11 Nov 2015 12:35:10 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2942) Dangling operators in web UI's program visualization (non-deterministic) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000315#comment-15000315 ] ASF GitHub Bot commented on FLINK-2942: --------------------------------------- GitHub user iampeter opened a pull request: https://github.com/apache/flink/pull/1346 Fixed FLINK-2942 This should fix https://issues.apache.org/jira/browse/FLINK-2942 You can merge this pull request into a Git repository by running: $ git pull https://github.com/iampeter/flink master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1346.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1346 ---- commit 87ce80399ac0192ffccba2dc9fd307e7ebb02d1d Author: Piotr Godek Date: 2015-11-11T12:32:37Z Fixed FLINK-2942 ---- > Dangling operators in web UI's program visualization (non-deterministic) > ------------------------------------------------------------------------ > > Key: FLINK-2942 > URL: https://issues.apache.org/jira/browse/FLINK-2942 > Project: Flink > Issue Type: Bug > Components: Webfrontend > Affects Versions: 0.10 > Environment: OSX, Firefox and Chrome > Reporter: Fabian Hueske > Priority: Critical > Fix For: 0.10, 1.0 > > Attachments: Screen Shot 2015-10-29 at 17.11.19.png, Screen Shot 2015-10-29 at 20.51.46.png, Screen Shot 2015-10-29 at 20.52.13.png, Screen Shot 2015-11-09 at 14.48.03.png > > > When visualizing a program with three {{MapPartition}} operators that branch off from an {{OuterJoin}} operator, two of the three {{MapPartition}} operators are not connected to the {{OuterJoin}} operator and appear to have no input. > The problem is present in FireFox as well as in Chrome. I'll attach a screenshot. > The problem and be reproduced by executing the "Cascading for the impatient" [TFIDF example program|https://github.com/Cascading/Impatient/tree/master/part5] using the [Cascading Flink Connector|https://github.com/dataArtisans/cascading-flink]. > Update: It appears that the problem is non-deterministic. I ran the same job again (same setup) and the previously missing connections were visualized. However, the UI showed only one input for a binary operator (OuterJoin). Running the job a third time resulted in a graph layout which was again different from both runs before. However, two of the {{MapPartition}} operators had not inputs just as in the first run. -- This message was sent by Atlassian JIRA (v6.3.4#6332)