broker icon indicating copy to clipboard operation
broker copied to clipboard

Implement graceful removal of data store actors

Open Neverlord opened this issue 5 years ago • 0 comments

Masters and clones no longer use direct actor-to-actor communication after redesigning store communication in the ALM branch. Instead, the new channel abstraction enables them to communicate over the pub/sub layer. However, there is currently no graceful way to sever a channel "connection" gracefully. Channels only remove participants after timeouts.

Blocks #126, because we can't re-attach a clone if we can't remove it from the master in the first place.

Neverlord avatar Aug 01 '20 06:08 Neverlord