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
Updated by Ivan Necas about 7 years ago
- Related to Feature #17175: max_memory_per_executor support added
Updated by Ivan Necas about 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Dynflow/dynflow/pull/250 added
Updated by Adam Ruzicka about 7 years ago
- Status changed from Ready For Testing to Closed
Actions