You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: