vertex resolution expects MutableVertex instead of BasicVertex
--------------------------------------------------------------
Key: GIRAPH-95
URL: https://issues.apache.org/jira/browse/GIRAPH-95
Project: Giraph
Issue Type: Bug
Components: graph
Reporter: Claudio Martella
At the beginning of the superstep, when a message is sent to non-existing
vertex, the new vertex is created. This new vertex id is set through
setVertexId() which belongs to MutableVertex. Should use initialize() instead.
See BspRPCCommunication:948 (on my local trunk)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira