Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1336007 - Postgresql ShareLock problems while configuring puppet concurrently
Summary: Postgresql ShareLock problems while configuring puppet concurrently
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Infrastructure
Version: 6.2.0
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: Unspecified
Assignee: Chris Duryee
QA Contact: jcallaha
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-13 19:41 UTC by Pradeep Kumar Surisetty
Modified: 2019-09-25 21:19 UTC (History)
7 users (show)

Fixed In Version: foreman-1.11.0.53-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-14 21:00:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 14076 0 None None None 2016-08-18 17:18:24 UTC
Red Hat Product Errata RHBA-2016:1885 0 normal SHIPPED_LIVE Satellite 6.2.2 bug fix update 2016-09-15 00:57:56 UTC

Description Pradeep Kumar Surisetty 2016-05-13 19:41:58 UTC
Description of problem:

1) Installed 6.2.  
2) Regisered 50 content hosts concurently to satellite/capsule 

3) Configure puppet on satellite server concurrently for 50 content hosts. 

hammer -u admin -p changeme host update --name "{{ ansible_fqdn }}" --puppet-proxy "{{ server }}" --puppet-ca-proxy "{{ server }}" --environment "{{ puppet_env }}" --puppet-classes qaredhattest


Couple of them failed due to Postgresql ShareLock problems 


failed: [172.21.0.60 -> satserver.redhat.com] => {"changed": true, "cmd": ["hammer", "-u", "admin", "-p", "changeme", "host", "update", "--name", "docker11capsule60.example.com", "--puppet-proxy", "vmcapsule01.perf.lab.eng.bos.redhat.com", "--puppet-ca-proxy", "vmcapsule01.perf.lab.eng.bos.redhat.com", "--environment", "KT_Default_Organization_Library_test_2", "--puppet-classes", "qaredhattest"], "delta": "0:00:03.004094", "end": "2016-05-13 13:29:37.233191", "rc": 70, "start": "2016-05-13 13:29:34.229097", "warnings": []}
stderr: Could not update the host:
  ERROR:  deadlock detected
  DETAIL:  Process 3594 waits for ShareLock on transaction 172545; blocked by process 8097.
  Process 8097 waits for ExclusiveLock on tuple (0,19) of relation 18248 of database 17944; blocked by process 3594.
  HINT:  See server log for query details.




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


How reproducible:


Steps to Reproduce:
1. concurrently configure puppet for 50 hosts from satellite 6.2 
2.
3.

Actual results:

Some are failing

Expected results:

All should pass

Additional info:

Comment 8 Bryan Kearney 2016-08-18 18:15:48 UTC
Upstream bug component is Infrastructure

Comment 9 Bryan Kearney 2016-08-18 18:15:51 UTC
Moving to POST since upstream bug http://projects.theforeman.org/issues/14076 has been closed

Comment 10 jcallaha 2016-09-13 14:42:57 UTC
Verified in Satellite 6.2.2 Snap 1.1
Performed the setup using docker content hosts. 

First test was executed in serial.

[root@rhsm-qe-1 ~]# for i in {1..50}; do hammer -u admin -p changeme host update --name "test-puppet$i" --puppet-proxy "rhsm-qe-1.rhq.lab.eng.bos.redhat.com" --puppet-ca-proxy "rhsm-qe-1.rhq.lab.eng.bos.redhat.com" --environment "production" --puppet-classes stdlib; done;
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated

Second test was executed in parallel.
[root@rhsm-qe-1 ~]# test_puppet() {
  hammer -u admin -p changeme host update --name "test-puppet$1" --puppet-proxy "rhsm-qe-1.rhq.lab.eng.bos.redhat.com" --puppet-ca-proxy "rhsm-qe-1.rhq.lab.eng.bos.redhat.com" --environment "production" --puppet-classes access_insights_client;
}
[root@rhsm-qe-1 ~]# export -f test_puppet
[root@rhsm-qe-1 ~]# parallel test_puppet ::: {1..50}
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated
Host updated

parallel can be obtained here: https://sat-r220-02.lab.eng.rdu2.redhat.com/pulp/repos/Sat6-CI/QA/Satellite_RHEL7/content/dist/rhel/server/7/7Server/x86_64/os/repodata/productid.gz:

Comment 12 errata-xmlrpc 2016-09-14 21:00:38 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:1885


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