Open
Description
The bug:
A process PA in NA monitors a process PB in NB
NA and NB are disconnected
PA tries to send a message to another process PB1 in NB
A monitor notification about PB1 death arrives to PA
No monitor notification about PB arrives to PA.
This is observed only in tests so far (MonitorNode, MonitorLiveNode, MonitorChannel from CH). These tests break connections with testBreakConnection
, which doesn't deliver EventConnectionLost
. If the transport delivered EventConnectionLost
, then d-p would notify the death of all processes, I hope.
Instead, d-p has a patch that workarounds the problem: #246
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog