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

Queries are not fault-tolerant #16

Open
smburdick opened this issue Mar 18, 2018 · 0 comments
Open

Queries are not fault-tolerant #16

smburdick opened this issue Mar 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@smburdick
Copy link
Collaborator

We can add fault tolerance by having coordinator check which slave(s) failed to return, then having it redo the portion of the query with different machines (e.g., it can request the master node to build a new querying pipeline for the branch containing the failed slave, execute it, and return the results, so that no repeat work is necessary).

@smburdick smburdick added the enhancement New feature or request label Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant