You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Sergey Edunov (JIRA)" <ji...@apache.org> on 2016/09/14 19:11:20 UTC

[jira] [Updated] (GIRAPH-1113) Errors from vertex combiner don't have vertex id, which makes it very hard to debug.

     [ https://issues.apache.org/jira/browse/GIRAPH-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Edunov updated GIRAPH-1113:
----------------------------------
    Description: Vertex combiners only have access to vertex values so if something happens and exception is thrown there is no way to track it back to particular vertex. We need to handle these exceptions higher in the code and re-throw with extra information

> Errors from vertex combiner don't have vertex id, which makes it very hard to debug.
> ------------------------------------------------------------------------------------
>
>                 Key: GIRAPH-1113
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1113
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Sergey Edunov
>            Assignee: Sergey Edunov
>            Priority: Minor
>
> Vertex combiners only have access to vertex values so if something happens and exception is thrown there is no way to track it back to particular vertex. We need to handle these exceptions higher in the code and re-throw with extra information



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)