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

Avoid failing snapshots due to transient network failures #6677

Open
sfc-gh-tclinkenbeard opened this issue Mar 24, 2022 · 0 comments
Open
Assignees

Comments

@sfc-gh-tclinkenbeard
Copy link
Collaborator

Currently, when the data distributor sends a snapshot request to a stateful process, it can take many seconds for the stateful process to reply to the *SnapRequest message (depending on the underlying snapshot procedure for the stateful process). If the connection between the data distributor and is broken during this period, the entire snapshot will fail. Ideally, we should instead attempt to reestablish a connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant