New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic failover for `View` and `Table` handles #105

Open
fintelia opened this Issue Sep 20, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@fintelia
Copy link
Member

fintelia commented Sep 20, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment