git: bzrlib [ERNO 24] too many open files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Medium
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
still trying to fetch a 40k revisions branch with a lot of criss-cross merging from a pretty huge bzr repo (lp:openobject-addons)
I now stepped down to do it in single steps per mainline commit (by pulling into a local bzr branch with bzr pull -r
XY). After ~6 days of processing I am at revno 6081 but now I am running into a problem:
git fetch bzr::/tmp/
Traceback (most recent call last):
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
File "/usr/lib/
bzrlib.
fehler
Anything I can do to recover from here?
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in brz-git: | |
status: | Triaged → Fix Released |
milestone: | none → integration |
assignee: | nobody → Jelmer Vernooij (jelmer) |
affects: | brz-git → brz |
Changed in brz: | |
milestone: | integration → none |
summary: |
- bzrlib [ERNO 24] too many open files + git: bzrlib [ERNO 24] too many open files |
Changed in brz: | |
milestone: | none → 3.0.0 |
Can you try this with trunk dulwich and trunk bzr-git?