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

restore: report error if one of the batches fail #310

Closed
wants to merge 1 commit into from

Conversation

vroldanbet
Copy link
Contributor

@vroldanbet vroldanbet commented Nov 23, 2023

If one of the batches sent fails, zed will hide the underlying error and just report EOF.

The gRPC backend will report EOF as part of an error, which will have to be retrieved via CloseAndRecv().

A common error that surfaced as EOF was duplicate relationships after reimporting the same backup file.

if one of the batches sent fails, zed will hide
the underlying error and just report EOF.

The gRPC backend will report EOF as part of an error,
which will have to eb retrieved via CloseAndRecv().

A common error that surfaced as EOF was duplicate
relationships after reimporting the same backup file.
@vroldanbet vroldanbet self-assigned this Nov 23, 2023
jzelinskie added a commit that referenced this pull request Dec 8, 2023
if one of the batches sent fails, zed will hide
the underlying error and just report EOF.

The gRPC backend will report EOF as part of an error,
which will have to eb retrieved via CloseAndRecv().

A common error that surfaced as EOF was duplicate
relationships after reimporting the same backup file.

Closes #310.

Co-authored-by: Víctor Roldán Betancort <[email protected]>
jzelinskie added a commit that referenced this pull request Dec 8, 2023
if one of the batches sent fails, zed will hide
the underlying error and just report EOF.

The gRPC backend will report EOF as part of an error,
which will have to eb retrieved via CloseAndRecv().

A common error that surfaced as EOF was duplicate
relationships after reimporting the same backup file.

Closes #310.

Co-authored-by: Víctor Roldán Betancort <[email protected]>
jzelinskie added a commit that referenced this pull request Dec 8, 2023
if one of the batches sent fails, zed will hide
the underlying error and just report EOF.

The gRPC backend will report EOF as part of an error,
which will have to eb retrieved via CloseAndRecv().

A common error that surfaced as EOF was duplicate
relationships after reimporting the same backup file.

Closes #310.

Co-authored-by: Víctor Roldán Betancort <[email protected]>
jzelinskie added a commit that referenced this pull request Dec 8, 2023
if one of the batches sent fails, zed will hide
the underlying error and just report EOF.

The gRPC backend will report EOF as part of an error,
which will have to eb retrieved via CloseAndRecv().

A common error that surfaced as EOF was duplicate
relationships after reimporting the same backup file.

Closes #310.

Co-authored-by: Víctor Roldán Betancort <[email protected]>
@vroldanbet
Copy link
Contributor Author

merged via #313

@vroldanbet vroldanbet closed this Dec 15, 2023
@vroldanbet vroldanbet deleted the report-errors-on-restore-command branch December 15, 2023 16:13
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant