Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backup: report when batches fail on restore
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]>
- Loading branch information