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 0FD67108A7 for ; Sat, 31 May 2014 07:29:02 +0000 (UTC) Received: (qmail 80822 invoked by uid 500); 31 May 2014 07:29:01 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 80773 invoked by uid 500); 31 May 2014 07:29:01 -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 80764 invoked by uid 500); 31 May 2014 07:29:01 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 80761 invoked by uid 99); 31 May 2014 07:29:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2014 07:29:01 +0000 Date: Sat, 31 May 2014 07:29:01 +0000 (UTC) From: "Jaeho Shin (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GIRAPH-905) Giraph Debugger 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-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaeho Shin updated GIRAPH-905: ------------------------------ Attachment: GIRAPH-905.patch > Giraph Debugger > --------------- > > Key: GIRAPH-905 > URL: https://issues.apache.org/jira/browse/GIRAPH-905 > Project: Giraph > Issue Type: New Feature > Reporter: Jaeho Shin > Attachments: GIRAPH-905.patch > > > Four of us at Stanford (Vikesh Khanna, Semih Salihoglu, Jaeho Shin, and Brian Ba Quan Truong) developed a debugger for Giraph, named Graft, and we hope to integrate our code into Giraph trunk. It is able to launch Giraph jobs in debugging mode to capture traces of certain vertices and MasterCompute at particular supersteps, requiring almost no code change by the user. From the captured traces, it can generate JUnit tests to replicate the contexts under which compute() function was running for the user to reproduce bugs. You can read more about it at our GitHub repository: https://github.com/semihsalihoglu/graft -- This message was sent by Atlassian JIRA (v6.2#6252)