JuliaActors / Actors.jl

Concurrent computing in Julia based on the Actor Model
MIT License
105 stars 11 forks source link

supervisor failure on send with "cannot serialize a running task" #27

Open pbayer opened 3 years ago

pbayer commented 3 years ago

When supervising remote actors I can cause a supervisor failure when

This can be demonstrated if in test/test_dist_errors.jl the calls to sleep(4) get reduced or eliminated. The problem occurs mostly on CI where test runs get executed more slowly than on a local machine.

The problem has been detected in development, issue #24 : "Detect and handle node failures"