forked from golang/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maintner: fix netsource Update offset errors.
When resuming from a point, the reclog reading code would double check the record headers offsets but because netsource MutationSource would seek on the *os.File, what reclog saw and expected didn't match what it read. Also move temporary 5 second sleep to 2 seconds and adjust some logging. Updates golang/go#19866 Change-Id: I66d1f9df8bb36cf028b715ddd284cb10bc74b45b Reviewed-on: https://go-review.googlesource.com/42184 Reviewed-by: Brad Fitzpatrick <[email protected]>
- Loading branch information
1 parent
7f3e14f
commit be0a867
Showing
4 changed files
with
13 additions
and
10 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
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
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
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