ShortReadvError in pack file: bzr check should check pack file hashes and recover from problems
Bug #402857 reported by
Martin Pool
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Pack files are named according to the hash of their on-disk contents, ie "md5sum -b packs/*" checks them. This is very fast and will detect errors caused by disk corruption such as seems to have happened in bug 360476. This will be caught by the current check code but
1- it may take a while for enough of the check to run to read the relevant block of the file
2- the error may be unobvious, like "ShortReadv"
summary: |
- bzr check should check pack file hashes + ShortReadvError: bzr check should check pack file hashes and recover + from problems |
summary: |
- ShortReadvError: bzr check should check pack file hashes and recover - from problems + ShortReadvError in pack file: bzr check should check pack file hashes + and recover from problems |
tags: | added: check-for-breezy |
To post a comment you must log in.