Closed derekkraan closed 4 years ago
The main change in this PR is to Horde.DynamicSupervisor.
Previously, it would "take over" a process by assigning it to itself if it found that it was on a dead node and it should be allocated to itself.
Now, it will not take over the process, but duplicate it.
Deduplication will be the sole responsibility of Horde.Registry (on netsplit heal, for example).
The main change in this PR is to Horde.DynamicSupervisor.
Previously, it would "take over" a process by assigning it to itself if it found that it was on a dead node and it should be allocated to itself.
Now, it will not take over the process, but duplicate it.
Deduplication will be the sole responsibility of Horde.Registry (on netsplit heal, for example).