[ https://issues.apache.org/jira/browse/GIRAPH-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710413#comment-16710413 ]
ASF GitHub Bot commented on GIRAPH-1215: ---------------------------------------- GitHub user majakabiljo opened a pull request: https://github.com/apache/giraph/pull/97 GIRAPH-1215: Make FixedCapacityHeaps work with 0 capacity Currently FixedCapacityHeaps throw an exception when they are used with capacity 0, this fixes it. Most of the diff is autogenerated, only change in FixedCapacityType2TypeMinHeap.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/majakabiljo/giraph giraph-1215 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/giraph/pull/97.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #97 ---- commit 19b7b035dab9a04c79ebb46149ab07366751895a Author: Maja Kabiljo <majakabiljo@...> Date: 2018-12-05T17:54:55Z GIRAPH-1215: Make FixedCapacityHeaps work with 0 capacity Currently FixedCapacityHeaps throw an exception when they are used with capacity 0, this fixes it. ---- > Make FixedCapacityHeaps work with 0 capacity > -------------------------------------------- > > Key: GIRAPH-1215 > URL: https://issues.apache.org/jira/browse/GIRAPH-1215 > Project: Giraph > Issue Type: Bug > Reporter: Maja Kabiljo > Assignee: Maja Kabiljo > Priority: Minor > > Currently FixedCapacityHeaps throw an exception when they are used with > capacity 0. -- This message was sent by Atlassian JIRA (v7.6.3#76005)