-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In a recent ticket I noticed that there might be cases where `EOF` errors occur, possibly due to network connectivity issues or something else, that weren't causing a full failure of the restore process so it seemed the user was generating backups in these cases that weren't fully complete as the dump process would continue after these were encountered meaning that there might have been gaps in the middle of their dumped dataset. Switching to the ErrGroup usage here plus adding a few context error checking locations should hopefully help the dump process to stop if needed rather than provide users with a false positive.
- Loading branch information
Showing
1 changed file
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters