Skip to content
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 · 1 comment
Open

Automatic failover for View and Table handles #105

fintelia opened this issue Sep 20, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers m-distribution Related to distributed operation

Comments

@fintelia
Copy link
Member

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.

@fintelia fintelia added enhancement New feature or request good first issue Good for newcomers m-distribution Related to distributed operation labels Sep 20, 2018
@felippemr
Copy link

Hey this issue seems interesting but I have zero context on how noria works. What would be a good way to start taking a look a this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers m-distribution Related to distributed operation
Projects
None yet
Development

No branches or pull requests

2 participants