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 2013/10/11 01:32:42 UTC

[jira] [Updated] (GIRAPH-778) TestGraph is broken

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

Maja Kabiljo updated GIRAPH-778:
--------------------------------

    Attachment: GIRAPH-778.patch

I added InMemoryVertexOutputFormat which stores all vertices in its static field TestGraph. Now when running InternalVertexRunner.runWithInMemoryOutput all vertices will be stored to this TestGraph.

> TestGraph is broken 
> --------------------
>
>                 Key: GIRAPH-778
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-778
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>         Attachments: GIRAPH-778.patch
>
>
> TestGraph was never really working correctly, since for example newly created vertices wouldn't be a part of it, deleted vertices would still be there, it won't work with ByteArrayPartition... But after GIRAPH-775 it's completely useless since all vertices from input format are serialized and deserialized to other objects.



--
This message was sent by Atlassian JIRA
(v6.1#6144)