Skip to content
Snippets Groups Projects
Commit 41446763 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[LAWS] Attempt to steal from all other workers instead of just one

The LAWS strategy, unlike the WS strategy, previously only attempted
to steal from one victim, instead of trying all other workers. This
probably caused SimpleActorTest to sporadically timeout, as all
workers went to sleep.

With this change, LAWS attempts, just like WS, to steal from all other
workers. In a next step, we may want to reduce the duplicated code
resulting from this.

Fixes #6.
parent 3785a5d9
No related branches found
No related tags found
Loading
Checking pipeline status