Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
-
None
Description
BasicRPCCommunications assumes that every vertex is an instance of MutableVertex in line 1265:
if (vertex != null) { ((MutableVertex<I, V, E, M>) vertex).setVertexId(vertexIndex); partition.putVertex(vertex); }
For custom vertices that only extend BasicVertex, this code fails with a ClassCastException
Attachments
Issue Links
- Is contained by
-
GIRAPH-244 Vertex API redesign
- Resolved