Bug 713755
| Summary: | Goferd crashes during sync | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
| Component: | z_other | Assignee: | John Matthews <jmatthew> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 25 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-24 20:15:33 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: | 688298 | ||
|
Description
Jay Dobies
2011-06-16 13:41:42 UTC
Quick summary. There is an issue using multiple threads with curl/nss. To isolate the multithread issues we experimented with multiple processes instead. We ran into a conflict using python's multiprocessing, the child processes shared too much of the parents environment, an issue was seen with librpm conflicting with curl/nss. Solution chosen has been to continue with multiple process approach but exec the process ourself and communicate to it with a pipe, this way the child process is not inheriting the parents state. Changes are in grinder .104 Commits: http://git.fedorahosted.org/git/?p=grinder.git;a=commitdiff;h=14773dc24ff32acec849c2eea34611f9eef901e0 http://git.fedorahosted.org/git/?p=grinder.git;a=commitdiff;h=9825f8f60b0aca54d90a26814ff97d023fcd1ab0 http://git.fedorahosted.org/git/?p=grinder.git;a=commitdiff;h=127c644408e1e8ff2ee30f336f979143f23fbd3a Fixed in 0.204 and its grinder. moving to verified as this hasn't been reported in the recent builds [root@preethi ~]# rpm -q pulp pulp-0.0.226-1.fc14.noarch Pulp v1.0 is released Closed Current Release. Pulp v1.0 is released. |