Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EA63E200A5B for ; Wed, 25 May 2016 19:58:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9245160A29; Wed, 25 May 2016 17:58:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3694B160A0F for ; Wed, 25 May 2016 19:58:53 +0200 (CEST) Received: (qmail 75986 invoked by uid 500); 25 May 2016 17:58:52 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Delivered-To: moderator for dev@gearpump.incubator.apache.org Received: (qmail 85519 invoked by uid 99); 25 May 2016 08:32:32 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled From: huafengw To: dev@gearpump.incubator.apache.org Reply-To: dev@gearpump.incubator.apache.org Message-ID: Subject: [GitHub] incubator-gearpump pull request: fix GEARPUMP_114 fix dead loop in... Content-Type: text/plain Date: Wed, 25 May 2016 08:32:28 +0000 (UTC) archived-at: Wed, 25 May 2016 17:58:54 -0000 GitHub user huafengw opened a pull request: https://github.com/apache/incubator-gearpump/pull/24 fix GEARPUMP_114 fix dead loop in graph with cycles You can merge this pull request into a Git repository by running: $ git pull https://github.com/huafengw/incubator-gearpump gear_114 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/24.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 #24 ---- commit 68fe8abe4808030c866161d6864779aa370ff1e7 Author: huafengw Date: 2016-05-25T03:15:31Z fix GEARPUMP_114 fix dead loop in graph with cycles ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---