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 C4F0F9542 for ; Sun, 14 Oct 2012 08:14:04 +0000 (UTC) Received: (qmail 29634 invoked by uid 500); 14 Oct 2012 08:14:04 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 29467 invoked by uid 500); 14 Oct 2012 08:14:04 -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 29453 invoked by uid 500); 14 Oct 2012 08:14:03 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 29447 invoked by uid 99); 14 Oct 2012 08:14:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2012 08:14:03 +0000 Date: Sun, 14 Oct 2012 08:14:03 +0000 (UTC) From: "Hudson (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1527382170.42795.1350202443705.JavaMail.jiratomcat@arcas> In-Reply-To: <2054837307.40292.1350086583299.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (GIRAPH-367) Expose WorkerInfo to clients 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-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475792#comment-13475792 ] Hudson commented on GIRAPH-367: ------------------------------- Integrated in Giraph-trunk-Commit #239 (See [https://builds.apache.org/job/Giraph-trunk-Commit/239/]) GIRAPH-367: Expose WorkerInfo to clients (Nitay Joffe via ereisman) (Revision 1398032) Result = SUCCESS ereisman : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1398032 Files : * /giraph/trunk/CHANGELOG * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/WorkerClient.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/NettyWorkerClient.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/NettyWorkerClientServer.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/graph/Vertex.java > Expose WorkerInfo to clients > ---------------------------- > > Key: GIRAPH-367 > URL: https://issues.apache.org/jira/browse/GIRAPH-367 > Project: Giraph > Issue Type: Improvement > Reporter: Nitay Joffe > Assignee: Nitay Joffe > Priority: Minor > Fix For: 0.2.0 > > Attachments: GIRAPH-367.patch > > > While debugging my jobs I frequently focus on a specific Vertex to inspect, and add debug statements in my algorithm for just that one. To do this I need to easily locate where the log is for this vertex (and others it sends messages to). In order to do this I needed to open up some of the WorkerInfo lookup methods and make them available to the Vertex. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira