Bug 928087
Summary: | pickling error in pulp.log when cancelling sync tasks | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | rpm-support | Assignee: | Jason Connor <jconnor> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.1 Beta | CC: | jason.dobies, mmccune |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 2.1.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-08 14:08:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Preethi Thomas
2013-03-26 20:51:33 UTC
Removed serialization of call request in archived_calls collection. Pull request opened against the pulp-2.1 branch Merged into Pulp 2.1 and master Merged into Pulp 2.1 and master build: 2.1.1-0.1.beta verified [root@pulp-f18 ~]# pulp-admin tasks cancel --task-id 0c95e1a9-71a9-47c3-9eea-9fc16c5ce065 [root@pulp-f18 ~]# 2013-04-12 15:16:04,955 pulp.plugins.yum_importer.importer_rpm:INFO: cancel_sync invoked 2013-04-12 15:16:04,955 pulp.plugins.yum_importer.importer_rpm:INFO: Telling grinder to stop syncing 2013-04-12 15:16:04,968 pulp.plugins.yum_importer.importer_rpm:INFO: <centos>Waiting for SaveThread to finish: roughly 140 items on queue 2013-04-12 15:16:05,315 pulp.plugins.yum_importer.importer_rpm:INFO: Sync of centos has been canceled. 2013-04-12 15:16:06,882 pulp.plugins.yum_importer.importer_rpm:INFO: <centos>Waiting for SaveThread to finish: roughly 116 items on queue 2013-04-12 15:16:08,494 pulp.plugins.yum_importer.importer_rpm:INFO: <centos>Waiting for SaveThread to finish: roughly 77 items on queue 2013-04-12 15:16:10,017 pulp.plugins.yum_importer.importer_rpm:INFO: <centos>Waiting for SaveThread to finish: roughly 37 items on queue 2013-04-12 15:16:11,661 pulp.plugins.yum_importer.importer_rpm:INFO: <centos> SaveThread: Queue empty will exit 2013-04-12 15:16:11,719 pulp.plugins.yum_importer.importer_rpm:INFO: <centos> SaveThread: Stopped 2013-04-12 15:16:11,720 pulp.plugins.yum_importer.importer_rpm:INFO: <centos> SaveThread has finished 2.1.1 released |