Pavan Kumar created GIRAPH-922: ---------------------------------- Summary: SimpleEdgeStore has a bug causing NPE Key: GIRAPH-922 URL: https://issues.apache.org/jira/browse/GIRAPH-922 Project: Giraph Issue Type: Bug Reporter: Pavan Kumar Assignee: Pavan Kumar
It was noted that in simpleEdgeStore we try to insert null as value into concurrentmap which is not allowed. This patch fixes the bug. -- This message was sent by Atlassian JIRA (v6.2#6252)