bzr push hangs some minutes if server data quota is exceeded
Bug #137045 reported by
Andrea Corbellini
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Won't Fix
|
Wishlist
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
If the server data quota limit is exceeded, bzr push hangs for some minutes and returns a generic error.
$ bzr push
Using saved location: ftp://<email address hidden>/branch
FTP <email address hidden> password:
bzr: ERROR: Could not acquire lock LockDir(ftp://<email address hidden>/branch)
$ bzr --version
Bazaar (bzr) 0.15.0
Using python interpreter: /usr/bin/python
Using python standard library: /usr/lib/python2.5
Using bzrlib: /usr/lib/
Using bazaar configuration: /home/andrea/
Related branches
lp://staging/~jelmer/brz/no-more-ftp
Merged
into
lp://staging/brz
- Vincent Ladeuil: Approve
- Martin Packman: Approve
-
Diff: 1510 lines (+17/-1308)16 files modifiedbreezy/help_topics/en/authentication.txt (+3/-3)
breezy/lockdir.py (+0/-3)
breezy/plugins/git/tests/test_dir.py (+1/-1)
breezy/plugins/upload/__init__.py (+1/-1)
breezy/plugins/upload/tests/test_upload.py (+1/-25)
breezy/tests/__init__.py (+0/-6)
breezy/tests/blackbox/test_help.py (+0/-2)
breezy/tests/ftp_server/__init__.py (+0/-82)
breezy/tests/ftp_server/pyftpdlib_based.py (+0/-223)
breezy/tests/test_ftp_transport.py (+0/-151)
breezy/tests/test_http.py (+2/-2)
breezy/tests/test_smart_transport.py (+1/-1)
breezy/tests/transport_util.py (+8/-19)
breezy/transport/__init__.py (+0/-23)
breezy/transport/ftp/__init__.py (+0/-638)
breezy/transport/ftp/_gssapi.py (+0/-128)
description: | updated |
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in bzr (Ubuntu): | |
status: | Confirmed → Triaged |
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
tags: | removed: check-for-breezy |
tags: | added: ftp |
Changed in brz: | |
milestone: | none → 3.0.0 |
status: | Triaged → Won't Fix |
To post a comment you must log in.
On Mon, 2007-09-03 at 16:07 +0000, Andrea Corbellini wrote:
> Public bug reported:
>
> If the server data quote limit is exceeded, bzr push hangs for some
> minutes and returns a generic error.
>
> $ bzr push
> Using saved location: ftp://<email address hidden>/branch
> FTP <email address hidden> password:
> bzr: ERROR: Could not acquire lock LockDir(ftp://<email address hidden>/branch)
This seems entirely accurate - we can't acquire the lock (because the
creation of the lock file is failing), and we can't really tell what is
going on to give suggestions.
If you have a suggestion about what we could do better that would be
useful.
-Rob
-- www.robertcolli ns.net/ keys.txt>.
GPG key available at: <http://