Skip to content

Commit

Permalink
Disable reference tracking to fix serialization test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdave authored and jegonzal committed May 10, 2014
1 parent bb7f548 commit b0a525a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,5 @@ class GraphKryoRegistrator extends KryoRegistrator {
kryo.register(classOf[GraphXPrimitiveKeyOpenHashMap[VertexId, Int]])
kryo.register(classOf[OpenHashSet[Int]])
kryo.register(classOf[OpenHashSet[Long]])
// This avoids a large number of hash table lookups.
kryo.setReferences(false)
}
}

0 comments on commit b0a525a

Please sign in to comment.