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 1ECC6200BB8 for ; Sat, 12 Nov 2016 07:54:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1D5D2160B00; Sat, 12 Nov 2016 06:54:02 +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 6553E160AF4 for ; Sat, 12 Nov 2016 07:54:01 +0100 (CET) Received: (qmail 34315 invoked by uid 500); 12 Nov 2016 06:54:00 -0000 Mailing-List: contact user-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@giraph.apache.org Delivered-To: mailing list user@giraph.apache.org Received: (qmail 34299 invoked by uid 99); 12 Nov 2016 06:54:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2016 06:54:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DCDFCC2563 for ; Sat, 12 Nov 2016 06:53:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.299 X-Spam-Level: X-Spam-Status: No, score=-4.299 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8OtqAW0FJd1H for ; Sat, 12 Nov 2016 06:53:56 +0000 (UTC) Received: from msa.uoa.gr (msa.uoa.gr [195.134.100.72]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8D7935FC19 for ; Sat, 12 Nov 2016 06:53:55 +0000 (UTC) Received: by MSA with id F2E5C32AC2295D1D457DBAE0269BF8E0767F79C4 Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) (authenticated bits=0) by msa.uoa.gr (8.14.1/8.14.1) with ESMTP id uAC6o3UA015459 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Sat, 12 Nov 2016 08:50:04 +0200 (EET) Received: by mail-oi0-f51.google.com with SMTP id v84so7909035oie.3 for ; Fri, 11 Nov 2016 22:50:04 -0800 (PST) X-Gm-Message-State: ABUngvdt4Xafz1moiP+L4M9b91PSHtyJuV1dynEkguqMsT0ob6AOxqmhK5pRH2tlA+p1jnsmPl9H2lK092393g== X-Received: by 10.202.81.134 with SMTP id f128mr972570oib.19.1478933403050; Fri, 11 Nov 2016 22:50:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.94.136 with HTTP; Fri, 11 Nov 2016 22:50:02 -0800 (PST) From: Panagiotis Liakos Date: Sat, 12 Nov 2016 08:50:02 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Execution stops on superstep 89 To: user@giraph.apache.org Content-Type: text/plain; charset=UTF-8 Sender: grad0990@di.uoa.gr X-UoAMSAId: F2E5C32AC2295D1D457DBAE0269BF8E0767F79C4 archived-at: Sat, 12 Nov 2016 06:54:02 -0000 I am trying to execute some giraph examples on a large graph and I have noticed that execution stops on superstep 89 (I've tested with PageRank and ShortestPaths). In particular, when I check the status of the tasks I see the following: MASTER_ZOOKEEPER_ONLY - 2 finished out of 2 on superstep 89 I have tried setting: -Dgiraph.maxNumberOfSupersteps=121 to stop execution at superstep 120 but it didn't work. I have also noticed that when I set this option to a number smaller than 90 the execution terminates normally; otherwise it "freezes" in superstep 89. Is there another configuration option that I have to set to overcome this issue?