mit-pdos/noria

Automatic failover for `View` and `Table` handles

Open

#105 ouverte le 20 sept. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (229 forks)batch import
enhancementgood first issuem-distribution

Métriques du dépôt

Stars
 (4 576 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Currently the system can successfully recover from individual machine failures. However, user code must manually re-create any view and table handles that still reference resources on the old machine. This could instead be avoided by having the handles themselves detect lost connections and transparently re-establish new ones. The controller already knows the relevant network addresses, so it should just be a matter of asking it for them whenever a connection breaks.

Guide contributeur