We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abea2d4 commit 13d5b07Copy full SHA for 13d5b07
graphx/src/main/scala/org/apache/spark/graphx/Pregel.scala
@@ -150,6 +150,7 @@ object Pregel extends Logging {
150
oldMessages.unpersist(blocking=false)
151
newVerts.unpersist(blocking=false)
152
prevG.unpersistVertices(blocking=false)
153
+ prevG.edges.unpersist(blocking=false)
154
// count the iteration
155
i += 1
156
}
0 commit comments