You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Pavan Kumar (JIRA)" <ji...@apache.org> on 2014/06/04 18:01:02 UTC

[jira] [Updated] (GIRAPH-892) Add support for new vertexIdData based data structures

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

Pavan Kumar updated GIRAPH-892:
-------------------------------

    Attachment: GIRAPH-892_1.patch

removed changes from GIRAPH-907 & simplified a bit.
very different from previous patch

> Add support for new vertexIdData based data structures
> ------------------------------------------------------
>
>                 Key: GIRAPH-892
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-892
>             Project: Giraph
>          Issue Type: New Feature
>            Reporter: Pavan Kumar
>            Assignee: Pavan Kumar
>         Attachments: GIRAPH-892.patch, GIRAPH-892_1.patch
>
>
> Currently writableRequests are deserialized from network buffers into a bytearray based datastructure (vertexIdData - ByteArrayVertexIdEdges, ByteArrayVertexIdMessages, etc.) and then immediately stored into MessageStore, EdgeStore, etc. 
> In this diff we ensure that we can directly read from network buffers (while storing in MessageStore for example) without creating an (unnecessary intermediate ByteArray based) vertexIdData object.



--
This message was sent by Atlassian JIRA
(v6.2#6252)