Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pstutz opened this issue Jun 3, 2013 · 0 comments
Open
Labels

Comments

@pstutz
Copy link
Member

pstutz commented Jun 3, 2013

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)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant