You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Dionysios Logothetis (Jira)" <ji...@apache.org> on 2021/01/06 21:45:00 UTC

[jira] [Resolved] (GIRAPH-1250) ByteArrayEdges implementation that supports arbitrarily large number of edges

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

Dionysios Logothetis resolved GIRAPH-1250.
------------------------------------------
    Resolution: Fixed

> ByteArrayEdges implementation that supports arbitrarily large number of edges
> -----------------------------------------------------------------------------
>
>                 Key: GIRAPH-1250
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1250
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Dionysios Logothetis
>            Priority: Major
>
> The current implementation of ByteArraEdges limits the number of edges that can be added to a vertex. This is a result of the fact that we use a simple byte array underneath to store the serialized edges the size of the array is limited by Integer.MAX_VALUE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)