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

store: Make it possible to restart a failed writer #3959

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Sep 20, 2022

So far, if the writer for a subgraph encounterd an error, it would stick around as 'poisoned' for as long as the process lived. That made it impossible to restart a subgraph (possibly after clearing some external error condition) With this change, SubgraphStore.writable will create a new writer if the old one has been poisoned.

So far, if the writer for a subgraph encounterd an error, it would stick
around as 'poisoned' for as long as the process lived. That made it
impossible to restart a subgraph (possibly after clearing some external
error condition) With this change, `SubgraphStore.writable` will create a
new writer if the old one has been poisoned.
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

Successfully merging this pull request may close these issues.

2 participants