uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

Signal on collect on delivery can make the memory consumption explode. #141

Open pstutz opened 11 years ago

pstutz commented 11 years ago

It's a cool policy for TripleRush, but it has to be customisable, because for PageRank it leads to a nuclear explosion of signals.

Relevant code: Line 146 in WorkerImplementation: if (vertex.scoreSignal > signalThreshold) { //vertexStore.toSignal.put(vertex) // TODO: Unify scheduling related code. The policy here should be pluggable and the same as // the one in AkkaWorker.executeOperations. executeSignalOperationOfVertex(vertex) }