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 43B46DB4F for ; Thu, 26 Jul 2012 23:07:36 +0000 (UTC) Received: (qmail 44224 invoked by uid 500); 26 Jul 2012 23:07:36 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 44110 invoked by uid 500); 26 Jul 2012 23:07:35 -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 43904 invoked by uid 500); 26 Jul 2012 23:07:35 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 43889 invoked by uid 99); 26 Jul 2012 23:07:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 23:07:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 55114142860 for ; Thu, 26 Jul 2012 23:07:35 +0000 (UTC) Date: Thu, 26 Jul 2012 23:07:35 +0000 (UTC) From: "Hudson (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1905529655.108551.1343344055350.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=13423538#comment-13423538 ] Hudson commented on GIRAPH-267: ------------------------------- Integrated in Giraph-trunk-Commit #152 (See [https://builds.apache.org/job/Giraph-trunk-Commit/152/]) GIRAPH-267: Jobs can get killed for not reporting status during INPUT SUPERSTEP (netj via aching). (Revision 1365878) Result = SUCCESS aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1365878 Files : * /giraph/trunk/CHANGELOG * /giraph/trunk/src/main/java/org/apache/giraph/graph/BspService.java * /giraph/trunk/src/main/java/org/apache/giraph/graph/BspServiceMaster.java * /giraph/trunk/src/main/java/org/apache/giraph/graph/BspServiceWorker.java * /giraph/trunk/src/main/java/org/apache/giraph/zk/ContextLock.java * /giraph/trunk/src/main/java/org/apache/giraph/zk/PredicateLock.java * /giraph/trunk/src/test/java/org/apache/giraph/TestPredicateLock.java > 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, 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