Pack moved to obsolete_packs, but still referenced in pack-names
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Andrew Bennetts | ||
2.2 |
Fix Released
|
High
|
Andrew Bennetts | ||
2.3 |
Fix Released
|
High
|
Andrew Bennetts | ||
bzr (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Maverick |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Using bzr 2.2.2 and bzr-svn 1.0.4 on ext3, 'bzr update' of a checkout of svn://svn.
Unable to obtain lock file://
at illidan [process #11682], acquired 0 seconds ago.
Will continue to try until 15:47:11, unless you press Ctrl-C.
See "bzr help break-lock" for more.
bzr: ERROR: No such file: u'/var/
The build system proceeded to delete the checkout and on subsequent build attempts tried to do a new checkout, using the same shared repository. Those checkouts all failed with just:
bzr: ERROR: No such file: u'/var/
maxb had me check for a corresponding pack file and I found it in obsolete_packs/ alongside all of the index files. Once those were moved to packs/ and indices/ respectively, the checkout was able to succeed.
There was an interval of about six hours between the last working update and the first failing update, with no intervening system crashes/
Since this was all part of an automated system, I didn't have a chance to see what process might have been holding the lock referenced in the first failure message.
Related branches
- bzr-core: Pending requested
-
Diff: 122 lines (+69/-4)3 files modifiedNEWS (+4/-0)
bzrlib/repofmt/pack_repo.py (+38/-4)
bzrlib/tests/test_knit.py (+27/-0)
summary: |
- missing index file + Pack moved to obsolete_packs, but still referenced in pack-names |
Changed in bzr: | |
status: | Triaged → Confirmed |
Changed in bzr: | |
assignee: | nobody → Andrew Bennetts (spiv) |
milestone: | none → 2.4b1 |
status: | Confirmed → In Progress |
Changed in bzr: | |
status: | In Progress → Fix Released |
Changed in bzr (Ubuntu): | |
status: | New → Fix Released |
tags: | added: affects-twisted |
Does .bzr/repository /packs/ 49ef04533e5410f 03a9e1f78b25083 b0.pack still exist, and if so would you mind attaching it to this bug? jam was curious to know its contents.