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 1994215 - Multiple errors are seen in message log while syncing repos on satellite 6.10 Beta
Summary: Multiple errors are seen in message log while syncing repos on satellite 6.10...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Pulp
Version: 6.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.10.0
Assignee: satellite6-bugs
QA Contact: Lai
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-17 04:22 UTC by Ganesh Payelkar
Modified: 2021-11-16 14:13 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-16 14:13:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Pulp Redmine 9135 0 Normal CLOSED - CURRENTRELEASE Suppress download errors for optional (likely to fail) downloads 2021-10-20 20:09:07 UTC
Pulp Redmine 9318 0 Normal CLOSED - CURRENTRELEASE Backport #9135 "Suppress download errors for optional (likely to fail) downloads" to 3.14.z 2021-08-31 22:07:59 UTC
Red Hat Knowledge Base (Solution) 2184801 0 None None None 2021-08-26 13:53:22 UTC
Red Hat Product Errata RHSA-2021:4702 0 None None None 2021-11-16 14:13:17 UTC

Description Ganesh Payelkar 2021-08-17 04:22:41 UTC
Description of problem:

Multiple errors are seen in message log while syncing repos on satellite 6.10 Beta

Version-Release number of selected component (if applicable):
satellite-6.10.0-0.6.beta


How reproducible:
New installation of satellite 6.10 Beta


Steps to Reproduce:
1. Install satellite 6.10 Beta
2. Try to enable repos through WebUI and sync
3. check the /var/log/messages

Actual results:
Aug 17 09:33:01  pulpcore-worker-3: Giving up download_wrapper(...) after 1 tries (aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/highavailability/os/repodata/repomd.xml.asc'))
Aug 17 09:33:01  pulpcore-worker-3: pulp [8771e396-1fa5-4131-844b-3859153558e3]: backoff:ERROR: Giving up download_wrapper(...) after 1 tries (aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/highavailability/os/repodata/repomd.xml.asc'))
Aug 17 09:33:03 vm251-249 pulpcore-api: pulp [8771e396-1fa5-4131-844b-3859153558e3]:  - - [17/Aug/2021:04:03:03 +0000] "GET /pulp/api/v3/tasks/7d8c9ef3-b19a-4548-a95e-5d69fe1c9b97/ HTTP/1.1" 200 1036 "-" "OpenAPI-Generator/3.14.1/ruby"
Aug 17 09:33:04  pulpcore-worker-3: Giving up download_wrapper(...) after 1 tries (aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/highavailability/os/repodata/repomd.xml.key'))
Aug 17 09:33:04  pulpcore-worker-3: pulp [8771e396-1fa5-4131-844b-3859153558e3]: backoff:ERROR: Giving up download_wrapper(...) after 1 tries (aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/highavailability/os/repodata/repomd.xml.key'))
Aug 17 09:33:05  pulpcore-api: pulp [8771e396-1fa5-4131-844b-3859153558e3]:  - - [17/Aug/2021:04:03:05 +0000] "GET /pulp/api/v3/tasks/7d8c9ef3-b19a-4548-a95e-5d69fe1c9b97/ HTTP/1.1" 200 1036 "-" "OpenAPI-Generator/3.14.1/ruby"
Aug 17 09:33:06  pulpcore-worker-3: Giving up download_wrapper(...) after 1 tries (aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/highavailability/os/extra_files.json'))
Aug 17 09:33:06  pulpcore-worker-3: pulp [8771e396-1fa5-4131-844b-3859153558e3]: backoff:ERROR: Giving up download_wrapper(...) after 1 tries (aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/highavailability/os/extra_files.json'))



Expected results:


Additional info:

Comment 1 Tanya Tereshchenko 2021-08-22 15:36:30 UTC
Those errors can be ignored, no functionality is affected.
It's an attempt to download some optional files which are not specified in any metadata, so it's not possible to detect otherwise.
I attached the upstream issue, the goal of which is to suppress those messages.

Comment 2 pulp-infra@redhat.com 2021-08-22 16:10:29 UTC
The Pulp upstream bug status is at NEW. Updating the external tracker on this bug.

Comment 3 pulp-infra@redhat.com 2021-08-22 16:10:30 UTC
The Pulp upstream bug priority is at Normal. Updating the external tracker on this bug.

Comment 4 Pavel Moravec 2021-08-26 13:53:22 UTC
(In reply to Tanya Tereshchenko from comment #1)
> Those errors can be ignored, no functionality is affected.
> It's an attempt to download some optional files which are not specified in
> any metadata, so it's not possible to detect otherwise.
> I attached the upstream issue, the goal of which is to suppress those
> messages.

So far I added the red herring logs to https://access.redhat.com/solutions/2184801 : Red Hat Satellite 6 red herring warning messages that can be ignored

Comment 6 pulp-infra@redhat.com 2021-08-31 05:07:28 UTC
The Pulp upstream bug status is at POST. Updating the external tracker on this bug.

Comment 7 pulp-infra@redhat.com 2021-08-31 20:08:31 UTC
The Pulp upstream bug status is at MODIFIED. Updating the external tracker on this bug.

Comment 8 pulp-infra@redhat.com 2021-08-31 21:07:13 UTC
All upstream Pulp bugs are at MODIFIED+. Moving this bug to POST.

Comment 9 pulp-infra@redhat.com 2021-08-31 22:08:00 UTC
The Pulp upstream bug status is at CLOSED - CURRENTRELEASE. Updating the external tracker on this bug.

Comment 10 pulp-infra@redhat.com 2021-08-31 22:08:01 UTC
The Pulp upstream bug priority is at Normal. Updating the external tracker on this bug.

Comment 11 Lai 2021-09-24 15:21:32 UTC
Messages are not suppressed because the pulp-rpm version is not up to date.  The current snap 20 has python3-pulp-rpm-3.14.2-1.el7pc.noarch, but this is fixed in 3.14.3. Failing this until next snap has the correct fix version.

Comment 12 pulp-infra@redhat.com 2021-09-24 16:11:38 UTC
Requesting needsinfo from upstream developer ttereshc, ggainey because the 'FailedQA' flag is set.

Comment 13 Grant Gainey 2021-09-27 11:20:07 UTC
"FailsQA" is set because snap20 didn't include the code that fixes this BZ. snap20 contains rpm/3.14.2; 3.14.3 was released on 2-SEP, 3.14.4 on 23-SEP.

Comment 14 pulp-infra@redhat.com 2021-09-27 12:13:00 UTC
Requesting needsinfo from upstream developer ggainey because the 'FailedQA' flag is set.

Comment 16 Lai 2021-10-05 15:14:59 UTC
Followed the steps outline in the description and did not see any 404 errors.  Messages have been suppressed.

Verified on 6.10_21 with python3-pulp-rpm-3.14.5-1.el7pc.noarch

Comment 17 pulp-infra@redhat.com 2021-10-12 14:08:37 UTC
The Pulp upstream bug status is at MODIFIED. Updating the external tracker on this bug.

Comment 18 pulp-infra@redhat.com 2021-10-12 14:08:39 UTC
The Pulp upstream bug priority is at Normal. Updating the external tracker on this bug.

Comment 19 pulp-infra@redhat.com 2021-10-20 20:09:08 UTC
The Pulp upstream bug status is at CLOSED - CURRENTRELEASE. Updating the external tracker on this bug.

Comment 22 errata-xmlrpc 2021-11-16 14:13:10 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 (Moderate: Satellite 6.10 Release), 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/RHSA-2021:4702


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