Bug 1355858 - Content view publish fails during distributor publish
Summary: Content view publish fails during distributor publish
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Content Views
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Unspecified
Assignee: Justin Sherrill
QA Contact: Renzo Nuccitelli
URL:
Whiteboard:
Depends On:
Blocks: 1405486
TreeView+ depends on / blocked
 
Reported: 2016-07-12 18:22 UTC by Eric Helms
Modified: 2019-09-26 16:19 UTC (History)
5 users (show)

Fixed In Version: pulp-katello-1.0.2-2
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1405486 (view as bug list)
Environment:
Last Closed: 2017-01-26 10:40:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 15666 0 Normal Closed Content view publish fails during distributor publish 2020-11-05 20:05:52 UTC
Red Hat Product Errata RHBA-2017:0197 0 normal SHIPPED_LIVE Satellite 6.2.7 Async Bug Release 2017-01-26 15:38:38 UTC

Description Eric Helms 2016-07-12 18:22:59 UTC
Sometimes when publishing a content view, a race condition can occur that causes the content view publish step to fail at the distributor publish step. The steps to reproduce are not concrete as this is an intermittent failure, one could try:

 1. Create content view with lots of repositories
 2. Constantly publish the content view

Another idea would be to:

 1. Create 10 content views with multiple repositories
 2. Loop publish the 10 content views

Work around: Resume content view publish task


The traceback associated with the issue is:

   Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
        R = retval = fun(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 473, in __call__
        return super(Task, self).__call__(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 103, in __call__
        return super(PulpTask, self).__call__(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__
        return self.run(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 971, in publish
        result = _do_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1023, in _do_publish
        publish_report = publish_repo(transfer_repo, conduit, call_config)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 658, in wrap_f
        return f(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp_katello/distributors/yum_clone_distributor/distributor.py", line 138, in publish_repo
        self.link_directory(working_dir, https_publish_dir)
      File "/usr/lib/python2.7/site-packages/pulp_katello/distributors/yum_clone_distributor/distributor.py", line 157, in link_directory
        os.makedirs(base_path)
      File "/usr/lib64/python2.7/os.py", line 157, in makedirs
        mkdir(name, mode)
    OSError: [Errno 17] File exists: '/var/lib/pulp/published/yum/https/repos/Sat6-CI/content_views/Tools_RHEL7/54.0/custom/Red_Hat_Satellite_Tools_6_2_Composes'

Comment 1 Eric Helms 2016-07-12 18:24:07 UTC
Created redmine issue http://projects.theforeman.org/issues/15666 from this bug

Comment 3 Bryan Kearney 2016-08-01 14:16:29 UTC
Moving to POST since upstream bug http://projects.theforeman.org/issues/15666 has been closed

Comment 5 Renzo Nuccitelli 2017-01-09 16:19:04 UTC
Could not reproduce the bug. So either it is fixed or very difficult to reproduce. Feel free to re open this bug if it happens again.

Comment 7 errata-xmlrpc 2017-01-26 10:40:37 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-2017:0197


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