You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Maja Kabiljo (JIRA)" <ji...@apache.org> on 2014/02/27 21:26:19 UTC

[jira] [Commented] (GIRAPH-861) Vertex/Edge loading should be distinctive phases

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

Maja Kabiljo commented on GIRAPH-861:
-------------------------------------

Which race condition are you referring to? Adding this barrier can slow down some applications which use both inputs (for example if you have just a few input splits currently other workers will start loading edges while these few load vertices - this way they'll all have to wait doing nothing - I was even thinking about improving this so that we can have vertex and edge input threads at the same time so we wouldn't waste anything).

> Vertex/Edge loading should be distinctive phases
> ------------------------------------------------
>
>                 Key: GIRAPH-861
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-861
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Avery Ching
>            Assignee: Avery Ching
>         Attachments: GIRAPH-861.patch
>
>
> There could be race conditions with the existing setup (unlikely but possible).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)