Pushing a loom takes a long time even though it's stacked
Bug #651656 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Confirmed
|
High
|
Unassigned |
Bug Description
This may be Bazaar or Launchpad code hosting instead of UDD, but let's start here. :)
I created a branch of a local mirror of lp:python called issue9807. I loomified the issue9807 branch and created a thread to do some development work in. After my branch was ready, I 'bzr record'd and tried to push it to lp:~barry/python/issue9807. bzr told me it was stacking the branch correctly, but it still took a *huge* amount of time to push the branch.
% time bzr push lp:~barry/python/issue9807
Using default stacking branch /~python-
Created new stacked branch referring to /~python-
real 89m9.467s
user 2m39.700s
sys 0m3.010s
To post a comment you must log in.
Wow, that sucks.
When you have a network performance bug, please put
debug_flags = hpss
into your ~/.bazaar/ bazaar. conf, or -Dhpss on the command line, and
attach the excerpt from .bzr.log, so we can see where the time goes.
Thanks