Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 22CD010FDA for ; Mon, 23 Dec 2013 12:34:59 +0000 (UTC) Received: (qmail 51810 invoked by uid 500); 23 Dec 2013 12:34:58 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 51702 invoked by uid 500); 23 Dec 2013 12:34:55 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 51686 invoked by uid 99); 23 Dec 2013 12:34:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Dec 2013 12:34:53 +0000 Date: Mon, 23 Dec 2013 12:34:53 +0000 (UTC) From: "Ilias Kapouranis (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-833) Add more finish states for vertices 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/HAMA-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855598#comment-13855598 ] Ilias Kapouranis commented on HAMA-833: --------------------------------------- Imagine we are at superstep 3 and node K votes to halt. He WILL BE aggregated at the next aggregation phase. But from superstep 4 and onward he will be inactive. > Add more finish states for vertices > ----------------------------------- > > Key: HAMA-833 > URL: https://issues.apache.org/jira/browse/HAMA-833 > Project: Hama > Issue Type: Improvement > Components: graph > Affects Versions: 0.6.3 > Reporter: Anastasis Andronidis > Assignee: Anastasis Andronidis > Priority: Minor > Labels: features > Fix For: 0.7.0 > > > We should handle more cases on the vertices, like: > 1) voteToStop() : Immediately stop the vertex compute and suppress any further calculations on top of that. (e.g. aggregation) > 2) voteToTerminate(): Immediately stop the vertex compute, suppress any further calculations on top of that and deactivate the vertex so even if any message reaches it, will not come alive. > Any comments? -- This message was sent by Atlassian JIRA (v6.1.5#6160)