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

Add retry mechanism to handle write failures of fog #23

Open
simmhan opened this issue Mar 5, 2019 · 0 comments
Open

Add retry mechanism to handle write failures of fog #23

simmhan opened this issue Mar 5, 2019 · 0 comments
Labels
medium medium priority needinfo needs more information to fix

Comments

@simmhan
Copy link
Contributor

simmhan commented Mar 5, 2019

The current implementation finds the replica locations and these locations are then written to by the client. The order we took is : first write the local replica then write the remote ones. However in case if there are fog failures, then the write may not succeed and retry is needed to achieve the expected reliability.

Talk to parent fog to get alternative in case fog failure?
Related to general concept of handling fog failures/buddy failures, #22

@simmhan simmhan added medium medium priority needinfo needs more information to fix labels Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium medium priority needinfo needs more information to fix
Projects
None yet
Development

No branches or pull requests

1 participant