sourceforge imports fail due to connection hangup
Bug #891887 reported by
Jelmer Vernooij
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Subversion Plugin |
Triaged
|
High
|
Unassigned | ||
Launchpad itself |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
SourceForge randomly hangs up HTTP/HTTPS connections, causing code imports - especially code imports of large svn repositories - to fail.
An obvious workaround for this is to import a smaller number of revisions in each batch, lowering the chance that one of the revisions in the batch will be affected. We can either tweak the global svn batch size setting - but this then means initial big svn imports from other locations will take longer - or add a flag to CodeImport.
bzr-svn can probably also try to commit the changes that have already been processed, for a set of known errors.
Related branches
lp://staging/~jelmer/launchpad/reduce-svn-revision-limit
- Graham Binns (community): Approve (code)
-
Diff: 12 lines (+1/-1)1 file modifiedlib/canonical/config/schema-lazr.conf (+1/-1)
Changed in bzr-svn: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Jelmer Vernooij (jelmer) |
description: | updated |
Changed in launchpad: | |
status: | New → Incomplete |
tags: | added: code-import |
no longer affects: | jmol |
Changed in bzr-svn: | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
To post a comment you must log in.
IS this a duplicate of bug 682430?