Comment 3 for bug 1304244

Revision history for this message
Mitsuru Kanabuchi (kanabuchi) wrote :

I think, this behavior occured by EngineService hasn't implement stop function.
The implementation of Service(rpc/service.py) is closing connection and kill tasks immediately.
I guess, implement EngineService:stop and waiting stack processing finish (by checking ThreagGroupManager?) in the function can resolve this problem.