Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 2B38DDDE8 for ; Wed, 25 Jul 2012 04:04:37 +0000 (UTC) Received: (qmail 72710 invoked by uid 500); 25 Jul 2012 04:04:36 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 72554 invoked by uid 500); 25 Jul 2012 04:04:36 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 71988 invoked by uid 500); 25 Jul 2012 04:04:35 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 71983 invoked by uid 99); 25 Jul 2012 04:04:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 04:04:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0BDD6140CCD for ; Wed, 25 Jul 2012 04:04:35 +0000 (UTC) Date: Wed, 25 Jul 2012 04:04:35 +0000 (UTC) From: "Avery Ching (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1479484691.99756.1343189075051.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1983083978.98625.1343167654936.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (GIRAPH-267) Jobs can get killed for not reporting status during INPUT SUPERSTEP 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/GIRAPH-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421988#comment-13421988 ] Avery Ching commented on GIRAPH-267: ------------------------------------ Looks like you fixed the tests, but mvn clean verify is showing some checkstyle errors. Can you please fix them? [INFO] --- maven-checkstyle-plugin:2.9:check (default) @ giraph --- [INFO] [INFO] There are 7 checkstyle errors. cat target/munged/checkstyle-result.xml | grep error > Jobs can get killed for not reporting status during INPUT SUPERSTEP > ------------------------------------------------------------------- > > Key: GIRAPH-267 > URL: https://issues.apache.org/jira/browse/GIRAPH-267 > Project: Giraph > Issue Type: Bug > Components: graph > Affects Versions: 0.2.0 > Environment: Facebook Hadoop > Reporter: Jaeho Shin > Assignee: Jaeho Shin > Fix For: 0.2.0 > > Attachments: 0001-Made-PredicateLock-report-progress-and-removed-Conte.patch, GIRAPH-267.patch > > > Job with a skewed and long (>600secs in my case) INPUT_SUPERSTEP fails for some tasks not reporting their status. From BspServiceWorker#setup(), I could tell while some workers were still loading inputSplits, others finished theirs early and hanged on PredicateLock#waitForever(), and got killed after the timeout. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira