[
https://issues.apache.org/jira/browse/GIRAPH-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802288#comment-16802288
]
Hudson commented on GIRAPH-1203:
--------------------------------
FAILURE: Integrated in Jenkins build Giraph-trunk-Commit #1776 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/1776/])
GIRAPH-1203 (dionysios:
[http://gitbox.apache.org/repos/asf?p=giraph.git&a=commit&h=fff0d3404e53d9349184f5016d8a0848e1210957])
* (edit) giraph-core/src/main/java/org/apache/giraph/edge/ByteArrayEdges.java
> Throw better exception when edge serialisation fails because of too many edges
> ------------------------------------------------------------------------------
>
> Key: GIRAPH-1203
> URL: https://issues.apache.org/jira/browse/GIRAPH-1203
> Project: Giraph
> Issue Type: Improvement
> Reporter: Aanchal Dalmia
> Priority: Minor
>
> When a vertex has a large number of edges, during serialization, the edges
> would not fit into the byte array. The upper limit on the size of the array
> is the maximum integer value. When this is crossed, the size of the byte
> array becomes negative, since the integer overflows.
> Throw a better exception when this happens.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)