Bug 713755 - Goferd crashes during sync
Summary: Goferd crashes during sync
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Sprint 25
Assignee: John Matthews
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: 688298
TreeView+ depends on / blocked
 
Reported: 2011-06-16 13:41 UTC by Jay Dobies
Modified: 2012-02-24 20:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-24 20:15:33 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.