You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/16 22:52:00 UTC

[jira] [Commented] (GIRAPH-1171) Collect stats about how long it took to process each partition

    [ https://issues.apache.org/jira/browse/GIRAPH-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16367978#comment-16367978 ] 

ASF GitHub Bot commented on GIRAPH-1171:
----------------------------------------

GitHub user majakabiljo opened a pull request:

    https://github.com/apache/giraph/pull/60

    GIRAPH-1171: Collect stats about how long it took to process each partition

    In order to make it easier to analyze whether there are some vertices in the graph which slow down the computation, or processing times of partitions is imbalanced, expose the stats about how long it took for each partition to be processed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/majakabiljo/giraph giraph-1171

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/giraph/pull/60.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #60
    
----
commit 730c1231df142d59e927784ef6d3e5dd6a903b66
Author: Maja Kabiljo <ma...@...>
Date:   2018-02-16T22:48:51Z

    GIRAPH-1171: Collect stats about how long it took to process each partition
    
    In order to make it easier to analyze whether there are some vertices in the graph which slow down the computation, or processing times of partitions is imbalanced, expose the stats about how long it took for each partition to be processed.

----


> Collect stats about how long it took to process each partition
> --------------------------------------------------------------
>
>                 Key: GIRAPH-1171
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1171
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>            Priority: Minor
>
> In order to make it easier to analyze whether there are some vertices in the graph which slow down the computation, or processing times of partitions is imbalanced, expose the stats about how long it took for each partition to be processed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)