mit-pdos/noria

Automatic failover for `View` and `Table` handles

開放

#105 建立於 2018年9月20日

 (1 則留言) (0 個反應) (0 位負責人)Rust (229 個分叉)batch import
enhancementgood first issuem-distribution

倉庫指標

星標
 (4,576 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南