Actions
Bug #20875
closedmax_memory_per_executor can lead to stuck executor, waiting for an event that would not arrive
Description
We should have a timeout after which we will not wait any longer and just terminate the world.
Reproduced by:
1. setting the memory limit on executor
2. triggering remote execution on 1000 fake hosts so that the memory crosses the limit
3. the task gets paused, but the executor doesn't finish running
Actions