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 2043242 - [RFE] make worker show what task they are currently running
Summary: [RFE] make worker show what task they are currently running
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Pulp
Version: 6.10.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.12.0
Assignee: satellite6-bugs
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-01-20 21:22 UTC by Joniel Pasqualetto
Modified: 2022-11-16 13:33 UTC (History)
6 users (show)

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github pulp pulpcore pull 2117 0 None Merged Added a "current_task" field to the worker 2022-01-20 21:22:28 UTC
Red Hat Issue Tracker SAT-7619 0 None None None 2022-01-24 14:34:10 UTC
Red Hat Product Errata RHSA-2022:8506 0 None None None 2022-11-16 13:33:44 UTC

Description Joniel Pasqualetto 2022-01-20 21:22:28 UTC
Description of problem:

It's very useful to know what task a worker is running, but this information is currently not accessible when querying the workers.


Additional info:

There's a merged PR upstream adding this feature. It would be very useful to have this downstream on Satellite.

https://github.com/pulp/pulpcore/pull/2117

Comment 1 Justin Sherrill 2022-01-20 21:24:25 UTC
This will need a patch for the given github pr added to pulpcore via an rpm patch

Comment 7 Lai 2022-08-25 23:50:34 UTC
Steps to retest:

1. Sync a large repo
2. Run command "pulp worker list"
3. Check that the output of a worker has "current_task" filled out

Expected result:

{
    "pulp_href": "/pulp/api/v3/workers/502dd3d3-739a-4cdb-9555-81168ec00f42/",
    "pulp_created": "2022-08-24T18:11:08.938958Z",
    "name": "1265.sat.rdu2.redhat.com",
    "last_heartbeat": "2022-08-25T19:19:20.461141Z",
    "current_task": "/pulp/api/v3/tasks/70c58c28-b793-42a3-9370-189955836486/"
  },


Actual result:
{
    "pulp_href": "/pulp/api/v3/workers/502dd3d3-739a-4cdb-9555-81168ec00f42/",
    "pulp_created": "2022-08-24T18:11:08.938958Z",
    "name": "1265.sat.rdu2.redhat.com",
    "last_heartbeat": "2022-08-25T19:19:20.461141Z",
    "current_task": "/pulp/api/v3/tasks/70c58c28-b793-42a3-9370-189955836486/"
  },

Pulp workers now have the "current_task" tag to show what task are running.

Verified on 6.12 snap 7

Comment 12 errata-xmlrpc 2022-11-16 13:33:25 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 (Important: Satellite 6.12 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-2022:8506


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