Bug 1126723

Summary: Distributing http service on Multiple servers
Product: [Retired] Pulp Reporter: Dhaval <dhaval.joshi>
Component: async/tasksAssignee: pulp-bugs
Status: CLOSED UPSTREAM QA Contact: pulp-qe-list
Severity: high Docs Contact:
Priority: medium    
Version: unspecifiedCC: skarmark
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-28 22:14:23 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:
Attachments:
Description Flags
Error Trace none

Description Dhaval 2014-08-05 07:18:06 UTC
Created attachment 924113 [details]
Error Trace

Description of problem: Distribute http service on multiple server to scale http calls and distribute load


Version-Release number of selected component (if applicable):
Pulp-2.4 beta

How reproducible:
1)
Server1 :- running pulp-server-qpid, qpidd, pulp-workers, pulp_celerybeat, pulp_resource_manager, mongodb

Share /var/lib/pulp on server1

2) mount /var/lib/pulp on server2 using NFS

Install pulp-server-qpid, configured server.conf to connect qpidd on server1 ..  start httpd … ( connecting mongodb on server1 )


Steps to Reproduce:
1. 
2.
3.

Actual results:

pulp-admin -u admin -p admin rpm repo uploads rpm --file ./mytest.rpm-1-1.x86_64.rpm --repo-id osbuild1

“”””””””””””” ERROR “””””””””””””””””””””””””””
Uploading: mytest.rpm-1-1.x86_64.rpm
[==================================================] 100%
2680/2680 bytes
... completed

Importing into the repository...
This command may be exited via ctrl+c without affecting the request.

[\]
Running...

Task Succeeded


Deleting the upload request...
An internal error occurred on the Pulp server:

RequestException: DELETE request
on /pulp/api/v2/content/uploads/eb7d3aa0-d766-477a-a624-8a875e700428/ failed
with 500 - Unhandled Exception


Expected results:


Additional info:

Comment 1 Randy Barlow 2014-08-08 18:51:16 UTC
https://github.com/pulp/pulp/pull/1097

Comment 2 Brian Bouterse 2015-02-28 22:14:23 UTC
Moved to https://pulp.plan.io/issues/480