Bug 713755

Summary: Goferd crashes during sync
Product: [Retired] Pulp Reporter: Jay Dobies <jason.dobies>
Component: z_otherAssignee: John Matthews <jmatthew>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: 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
Refiled upstream from the RHUI bug 711329, see that for more information,.

Comment 1 John Matthews 2011-07-07 16:51:10 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

Comment 2 Jay Dobies 2011-07-12 17:47:11 UTC
Fixed in 0.204 and its grinder.

Comment 3 Preethi Thomas 2011-08-23 16:53:10 UTC
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

Comment 4 Preethi Thomas 2012-02-24 20:15:33 UTC
Pulp v1.0 is released
Closed Current Release.

Comment 5 Preethi Thomas 2012-02-24 20:17:13 UTC
Pulp v1.0 is released.