Skip to content
Prev 56556 / 63424 Next

SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()

The problem causing the stray worker processes when the master fails to 
open a server socket to listen to connections from workers is not 
related to timeout in socketConnection(), because socketConnection() 
will fail right away. It is caused by a bug in checking the setup 
timeout (PR 17391).

Fixed in 76275.

Best
Tomas
On 3/18/19 2:23 AM, Henrik Bengtsson wrote: