Bug 645580
Summary: | repo sync cancel fails with exception in the log for some repos | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Jay Dobies <jason.dobies> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jason Connor <jconnor> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | jason.dobies, mmccune |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:20:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 647488 |
Description
Preethi Thomas
2010-10-21 20:53:38 UTC
commit 2b39885aa2f17f00418d9922a94ca79c9176b1e0 tree e4c5e078c76d03c0912c206fc2c4f1c4aae0a0aa 645580 - Reworked thread logic to take into account the three state possibilities. See in code comments for more information. src/pulp/server/tasking/queue/fifo.py src/pulp/server/tasking/queue/thread.py src/pulp/server/tasking/task.py Fixed in build 0.122. verified [root@preethi ~]# rpm -q pulp pulp-0.0.122-1.fc14.noarch [root@preethi ~]# pulp-admin -u admin -p admin repo sync --id=f14-updates -F Sync for repository f14-updates started You can safely CTRL+C this current command and it will continue [= ] 2% (312 of 9935 pkgs) Sync: Canceled Warning: 11 errors occurred [root@preethi ~]# pulp-admin -u admin -p admin repo cancel_sync --id=f14-updates Sync for repository f14-updates canceled [root@preethi ~]# pulp-admin -u admin -p admin repo status --id=f14-updates+------------------------------------------+ Status for f14-updates +------------------------------------------+ Repository: f14-updates Number of Packages: 5280 Last Sync: 2011-01-10 12:34:58.657000 Closing with Community Release 15 pulp-0.0.223-4. |